siftlode/frontend/src
npeter83 2dc374cc7b feat(config): move youtube_api_key to DB (encrypted, admin-editable)
Register youtube_api_key in the sysconfig registry as a secret and resolve it from
the DB-override-or-env layer in YouTubeClient (self.db is in scope). Adds a YouTube
API group to the Configuration page (EN/HU/DE).

Google OAuth client id/secret stay env-only for now: the authlib client is
registered at module load (auth.py), and the token-refresh reads them too, so a
runtime DB override needs a lazy/re-registerable OAuth client — that belongs to the
install-wizard epic (first-boot OAuth config without restart). Admin-role-via-UI
moves to the auth-overhaul epic (user management lives there).
2026-06-19 13:19:06 +02:00
..
components feat(config): move youtube_api_key to DB (encrypted, admin-editable) 2026-06-19 13:19:06 +02:00
i18n feat(config): move youtube_api_key to DB (encrypted, admin-editable) 2026-06-19 13:19:06 +02:00
lib feat(config): admin Configuration page (registry-driven) 2026-06-19 12:23:00 +02:00
App.tsx feat(config): admin Configuration page (registry-driven) 2026-06-19 12:23:00 +02:00
index.css feat(toast): surface toasts bottom-left by the bell, brighter dark rim 2026-06-17 14:28:29 +02:00
main.tsx feat(ui): reusable app-styled confirm dialog, replacing window.confirm 2026-06-15 15:06:47 +02:00
vite-env.d.ts feat(i18n): foundation — react-i18next, language switcher, server-persisted choice 2026-06-15 00:30:34 +02:00