Commit Graph

19 Commits

Author SHA1 Message Date
4d1fd2834b feat: migrate playback domain to modular architecture 2026-05-13 11:20:46 +02:00
790a384f58 chore: formatting 2026-05-10 20:03:35 +02:00
e48d95cb4e feat: add comments and cleanup unused imports across codebase 2026-05-10 20:00:04 +02:00
c51382055b refactor: remove global auth service pattern 2026-05-10 18:13:14 +02:00
7f768080ee refactor: update imports to use new db package 2026-05-06 23:13:43 +02:00
e5c32fd154 fix: watchlist updated_at and unified auth middleware 2026-05-02 18:38:43 +02:00
94e60e0d8b chore: fix whitespace 2026-05-02 18:38:43 +02:00
2c6d28cf01 refactor: migrate from templ to html/template 2026-05-02 18:38:43 +02:00
6af90a740d refactor: remove admin panel and multi-user features 2026-04-25 21:13:57 +02:00
e1f44f7179 style: add trailing newlines 2026-04-23 16:46:14 +02:00
ee05ad7511 fix: resolve context key cycle for admin check 2026-04-22 21:23:38 +02:00
77f0daca26 admin: add admin panel for user management 2026-04-22 21:16:26 +02:00
e6f8f6cdc0 security: restrict public access to only login and static assets 2026-04-20 16:45:58 +02:00
89f4ebbdb0 style: reorder imports to follow go conventions 2026-04-20 15:55:31 +02:00
6df8788749 refactor: reorganize project structure following go standards 2026-04-20 15:54:35 +02:00
df0d99dd22 chore: remove old middleware.go 2026-04-06 22:39:15 +02:00
376b6f6418 refactor: extract auth into feature domain 2026-04-06 22:34:49 +02:00
243f07dbb6 feat: add GetUser helper to auth middleware 2026-04-06 19:20:54 +02:00
1ab6f57aa4 sec: enforce global auth and remove registration 2026-04-06 07:03:44 +02:00