managarten/apps
Till JS 9085dddfad feat(storage): add rate limiting, file versioning endpoints, and version tests
Rate Limiting:
- Add @nestjs/throttler with 100 req/min global limit
- Stricter limits for uploads: 20 req/min single, 10 req/min multi

File Versioning (Backend):
- GET /api/v1/files/:id/versions — list version history
- POST /api/v1/files/:id/versions — upload new version with optional comment
- Updates file metadata (size, name, storageKey) on new version
- 7 new tests for versioning service and controller

API Client (Frontend):
- Add FileVersion interface
- Add filesApi.getVersions() and filesApi.uploadVersion()

Total tests: 205 (140 backend + 65 web)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 21:23:28 +01:00
..
calendar feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
chat feat(whopixels): major refactor with 20 improvements across architecture, gameplay, UX, security, and i18n 2026-03-21 15:26:40 +01:00
clock feat(whopixels): major refactor with 20 improvements across architecture, gameplay, UX, security, and i18n 2026-03-21 15:26:40 +01:00
contacts feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
context feat(whopixels): major refactor with 20 improvements across architecture, gameplay, UX, security, and i18n 2026-03-21 15:26:40 +01:00
docs 🌙 feat(docs): set dark mode as default theme 2026-01-29 18:22:23 +01:00
manacore docs: add devlog for 2026-03-21 — WhoPixels refactor, Storage animations, Picture hardening 2026-03-21 21:22:20 +01:00
manadeck feat(whopixels): major refactor with 20 improvements across architecture, gameplay, UX, security, and i18n 2026-03-21 15:26:40 +01:00
matrix feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
mukke feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
nutriphi feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
photos feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
picture feat(picture): PWA support, API timeouts, batch fix, credit/history endpoints 2026-03-21 21:17:44 +01:00
planta feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
presi feat(whopixels): major refactor with 20 improvements across architecture, gameplay, UX, security, and i18n 2026-03-21 15:26:40 +01:00
questions feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
skilltree feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
storage feat(storage): add rate limiting, file versioning endpoints, and version tests 2026-03-21 21:23:28 +01:00
todo feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00
traces feat(error-tracking): complete GlitchTip integration for all backends 2026-03-19 21:47:27 +01:00
zitare feat: show build date/time on login screen across all apps 2026-03-21 12:40:57 +01:00