DocHub/backend/app
Tianyang 4a6fdaf994 feat: support uploading entire folders
Adds a folder picker (webkitdirectory) and drag-and-drop directory
support (File System Entries API), preserving relative paths via
a new optional relative_path field on the upload endpoint.
2026-08-01 16:30:29 +08:00
..
routers feat: support uploading entire folders 2026-08-01 16:30:29 +08:00
__init__.py feat: scaffold FastAPI backend with config and health endpoint 2026-08-01 02:15:01 +08:00
config.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
dependencies.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
document_service.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
local_file_client.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
main.py refactor: replace Garage/S3 storage with local filesystem storage 2026-08-01 16:30:02 +08:00
search_client.py feat: add SearchClient wrapper for index/delete/search operations 2026-08-01 02:25:48 +08:00
text_extract.py fix: remove duplicate /health route, escape extracted text, validate uploads, handle binary decode 2026-08-01 08:59:34 +08:00