Commit Graph

8 Commits

Author SHA1 Message Date
19a870a4e7 feat(backend): includesExpired for file/dir shares
add includesExpired query param for file/dir shares query
2025-12-28 22:12:55 +00:00
1a1fc4743a feat: initial sharing impl 2025-12-27 19:27:08 +00:00
f2cce889af impl: dir content pagination 2025-12-17 22:59:18 +00:00
6fb49ba61a feat: ret dir item parent id in dir content query 2025-12-16 01:47:00 +00:00
05edf69ca7 refactor: initial frontend wiring for new api 2025-12-15 00:13:10 +00:00
7b13326e22 docs: add OpenAPI documentation with Scalar UI
- Add swaggo annotations to all HTTP handlers
- Add Swagger/OpenAPI spec generation with swag
- Create separate docs server binary (drexa-docs)
- Add Makefile with build, run, and docs targets
- Configure Scalar as the API documentation UI

Run 'make docs' to regenerate, 'make run-docs' to serve.
2025-12-13 22:44:37 +00:00
589158a8ed feat: impl directory endpoints 2025-12-03 00:56:44 +00:00
ca9dfd90b2 feat: impl files endpoints 2025-12-02 22:08:50 +00:00