Files
pinchflat/lib/pinchflat
hermes-agent a2da433cdc
Nix Flake Check / Nix Flake Check (push) Successful in 1m34s
Build and Test / Build and Test (push) Failing after 7m49s
api: add pagination (limit/offset) and downloaded filter to media endpoint
The /api/v1/media endpoint was loading ALL media items from the database
with no pagination, causing timeouts with large libraries (1800+ items
per source). Now supports:
- ?limit=N (default 50)
- ?offset=N (default 0)
- ?downloaded=true (filter to only downloaded media)
- Ordered by uploaded_at desc
2026-07-08 21:54:39 +00:00
..
2025-04-10 09:20:56 -07:00
2024-01-18 20:32:01 -08:00
2024-02-29 18:35:51 -08:00