Commit Graph

216 Commits

Author SHA1 Message Date
a51a5e17e1 db: add DeleteUser 2026-04-23 16:45:41 +02:00
1b68fd2f2a fix: route delete through user router 2026-04-22 21:39:28 +02:00
9cd43d9c4c fix: properly handle delete user endpoint with correct route 2026-04-22 21:36:20 +02:00
b1bb205d55 admin: add delete user with confirmation dialog 2026-04-22 21:27:37 +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
a0ad500a43 refactor: replace interface{} with any in db 2026-04-22 10:55:17 +02:00
9c9a692925 fix(worker): use minutes instead of seconds for SQLite datetime interval 2026-04-22 10:48:44 +02:00
0b2957d68c fix: stupid issues in browser 2026-04-21 08:24:35 +02:00
a5f2628d1e feat: add watchlist quick-add button to anime cards 2026-04-21 00:34:13 +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
055ec1fca9 refactor: move all volume slider styles to Tailwind arbitrary variants 2026-04-20 02:08:28 +02:00
3b85a8daf3 refactor: convert volume slider CSS to Tailwind utilities 2026-04-20 02:04:11 +02:00
a6d2b9821a fmt: apply gofmt formatting 2026-04-20 01:49:52 +02:00
dccd9d8f59 security: fix hardcoded aes key, rate limiter shutdown, stale cache errors, body limit, session cookies 2026-04-20 01:48:53 +02:00
bbf208b4bf refactor(middleware): remove RequireGlobalAuth wrapper 2026-04-20 01:42:12 +02:00
f2554152fa refactor(watchlist): sortEntries, null checks, and beginTx 2026-04-20 01:42:10 +02:00
ffd67338c3 refactor(playback): simplify handlers, http utils, and ranking 2026-04-20 01:42:09 +02:00
fab0b8a6fa refactor(anime): eliminate passthrough service layer 2026-04-20 01:42:08 +02:00
5ddfc72f37 refactor(jikan): add getWithCache helper and reduce duplication 2026-04-20 01:42:06 +02:00
be5824ab5f refactor: consolidate proxy handlers and simplify ranking/watchlist 2026-04-20 01:26:16 +02:00
82820f04d3 refactor(playback): consolidate clone functions and choosePlaybackSource 2026-04-20 01:24:07 +02:00
3c438951a8 refactor(playback): simplify service files 2026-04-20 01:20:07 +02:00
81017516dd refactor: extract access policy 2026-04-19 21:06:00 +02:00
b24053864c fix: harden playback and migrations 2026-04-19 21:05:47 +02:00
1e1a3e8205 refactor: remove recovery auth surface 2026-04-19 19:40:18 +02:00
4eaa6542ff fix: stabilize watch layout on lg 2026-04-19 02:23:26 +02:00
afba550da3 fix: harden watch playback flow 2026-04-19 02:10:20 +02:00
08be4b5f82 fix(watchlist): clear progress on continue delete 2026-04-19 01:19:36 +02:00
f4c43e4723 fix(relations): ignore canceled context noise 2026-04-19 01:11:34 +02:00
14cb3b3a0f perf(playback): speed up watch data build 2026-04-19 01:11:27 +02:00
88d5c6df60 fix: sync completed state after playback 2026-04-19 00:19:09 +02:00
70ed0b5716 fix: clamp watch route to final episode 2026-04-18 23:57:14 +02:00
2849a91736 fix: complete anime at final episode 2026-04-18 23:52:24 +02:00
e336e2aa40 fix: stop autoplay after final episode 2026-04-18 23:48:33 +02:00
ed73400b83 feat: replace notifications with continue watching 2026-04-18 23:42:22 +02:00
dea66f2f6a feat: save continue watching progress 2026-04-18 23:42:08 +02:00
a2dad9410f chore: remove recovery flow 2026-04-18 23:17:14 +02:00
4b95a590b7 chore: remove signup and account routes 2026-04-18 23:15:38 +02:00
398c7353fa fix: route watchlist clicks to anime 2026-04-18 23:10:00 +02:00
9c3b87deaf refactor: remove thumbnail preview feature 2026-04-18 22:27:54 +02:00
a0fdd9e811 perf: reduce preview generation load 2026-04-18 22:01:39 +02:00
e0cc8fbd50 fix: back off preview on ffmpeg kill 2026-04-18 22:01:15 +02:00
0e24dab236 refactor: simplify current relation marker 2026-04-18 18:44:00 +02:00
c74c85b940 feat: widen watch page layout 2026-04-18 18:43:55 +02:00
0eb7b27676 feat: add resume links 2026-04-18 18:24:57 +02:00
c1ee5df94c feat: save watch progress 2026-04-18 18:24:43 +02:00
89c8a41c68 feat: add timeline preview hover 2026-04-18 07:38:59 +02:00