siftlode/backend/app
npeter83 f73cbdb490 feat: unhide action, date-range filter, more sort options
- Hidden view shows an Unhide action (eye icon) instead of Hide
- Upload-date filter: From/To date range (inclusive); feed shows only videos
  published in that window (backend published_after / published_before)
- New sort options: Name (A-Z) and Channel subscribers, alongside date/views/
  duration/shuffle
- Native controls follow the theme via color-scheme (dark date picker)
2026-06-11 04:00:17 +02:00
..
routes feat: unhide action, date-range filter, more sort options 2026-06-11 04:00:17 +02:00
static fix: default app UI language to English (login page) 2026-06-11 01:03:36 +02:00
sync fix: feedback round 2 — language, subscriptions, feed scope, UX 2026-06-11 03:28:45 +02:00
youtube fix: address reader-UI feedback (shorts, search, tags, login, UX) 2026-06-11 03:07:49 +02:00
__init__.py feat: M1 foundation — compose stack, FastAPI, Google OAuth, encrypted tokens 2026-06-11 01:01:37 +02:00
auth.py fix: address reader-UI feedback (shorts, search, tags, login, UX) 2026-06-11 03:07:49 +02:00
config.py fix: feedback round 2 — language, subscriptions, feed scope, UX 2026-06-11 03:28:45 +02:00
db.py feat: M1 foundation — compose stack, FastAPI, Google OAuth, encrypted tokens 2026-06-11 01:01:37 +02:00
main.py feat: M4 (part 2) — React reader UI with theming 2026-06-11 02:19:47 +02:00
models.py fix: address reader-UI feedback (shorts, search, tags, login, UX) 2026-06-11 03:07:49 +02:00
quota.py feat: M2 (part 1) — subscription import, YouTube client, quota guard 2026-06-11 01:22:07 +02:00
scheduler.py fix: feedback round 2 — language, subscriptions, feed scope, UX 2026-06-11 03:28:45 +02:00
security.py feat: M1 foundation — compose stack, FastAPI, Google OAuth, encrypted tokens 2026-06-11 01:01:37 +02:00