Commit Graph

5 Commits

Author SHA1 Message Date
0e8c616489 docs(backend): document PATCH share endpoint 2025-12-28 19:06:51 +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
05edf69ca7 refactor: initial frontend wiring for new api 2025-12-15 00:13:10 +00:00
528aa943fa feat: migrate to OpenAPI 3.0 with oneOf unions
- Add swagger2openapi conversion step to generate OpenAPI 3.0
- Add patch-openapi.ts script to inject oneOf discriminated unions
- Update docs server to embed static openapi.json
- Update moveItemsToDirectory response to use oneOf for items
- Add docs/README.md documenting the pipeline
- Use bun instead of node for scripts
2025-12-14 16:43:05 +00:00