SurfSense/surfsense_backend/app/file_storage
CREDO23 d948b769ba refactor(db): rename search_space to workspace in satellite ORM models (Phase 2 Wave B)
Flip search_space_id -> workspace_id and the workspace relationship/back_populates
in the automations, file_storage, notifications, and podcasts persistence models,
and drop the Phase 1 Column("workspace_id", ...) shim. Full SQLAlchemy mapper
configuration now passes (db.py + satellites consistent).
2026-06-26 18:20:28 +02:00
..
backends chore: linting 2026-06-09 00:42:26 -07:00
persistence refactor(db): rename search_space to workspace in satellite ORM models (Phase 2 Wave B) 2026-06-26 18:20:28 +02:00
__init__.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
api.py refactor(routes): update document file access functions to use auth context instead of user variable 2026-06-20 02:53:07 +05:30
factory.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
keys.py feat(file-storage): add settings, key builder, and backend factory 2026-06-02 16:10:43 +02:00
schemas.py feat(file-storage): add storage service and metadata schema 2026-06-02 16:10:44 +02:00
service.py feat(file-storage): add storage service and metadata schema 2026-06-02 16:10:44 +02:00
settings.py refactor(config): centralize configuration management across modules 2026-06-08 13:50:16 -07:00