|
|
219dbe0f4b
|
refactor: move anime repository from subdirectory
|
2026-06-08 08:32:09 +02:00 |
|
|
|
a71fab0c35
|
refactor: move anime handler from subdirectory
|
2026-06-08 08:32:09 +02:00 |
|
|
|
f80a52b171
|
refactor: move auth service from subdirectory
|
2026-06-08 08:32:09 +02:00 |
|
|
|
e6ab45da74
|
refactor: move auth repository from subdirectory
|
2026-06-08 08:32:09 +02:00 |
|
|
|
bc90145fca
|
refactor: move auth middleware from subdirectory
|
2026-06-08 08:32:09 +02:00 |
|
|
|
7a6765c1bd
|
refactor: move auth handler from subdirectory
|
2026-06-08 08:32:09 +02:00 |
|
|
|
0695fb7472
|
refactor: move audit service test from internal/audit/service to internal/audit
|
2026-06-08 08:32:09 +02:00 |
|
|
|
3853e4a327
|
refactor: move audit service from internal/audit/service to internal/audit
|
2026-06-08 08:32:09 +02:00 |
|
|
|
5909a46803
|
refactor: move audit context from internal/auditctx to internal/audit
|
2026-06-08 08:32:09 +02:00 |
|
|
|
2068e6b0b7
|
refactor: move avatar from internal/users to internal
|
2026-06-08 08:32:09 +02:00 |
|
|
|
2091f0f365
|
refactor: update playback handler imports for flattened pkg/net
|
2026-06-08 08:32:09 +02:00 |
|
|
|
2df19af6ad
|
refactor: centralize avatar URL generation and backfill existing users
|
2026-06-08 08:32:09 +02:00 |
|
|
|
d528f6b372
|
feat: add transactional InTx to playback and watchlist repos
|
2026-06-08 08:32:09 +02:00 |
|
|
|
86586ed344
|
refactor: decouple domain types from jikan
|
2026-06-08 08:32:09 +02:00 |
|
|
|
4a4ed6ef02
|
refactor: switch playback to AnimePlaybackService interface
|
2026-06-08 08:32:08 +02:00 |
|
|
|
3accf85f99
|
refactor: wire anime handler to use new service interfaces via fx
|
2026-06-08 08:32:08 +02:00 |
|
|
|
931ee7f493
|
refactor: split AnimeService into segregated interfaces
|
2026-06-08 08:32:08 +02:00 |
|
|
|
318de9cb74
|
feat: wire scraped schedule into handler with caching and week nav
|
2026-06-08 08:32:08 +02:00 |
|
|
|
f70e2e4bcd
|
fix: add POST /login to public routes
|
2026-05-26 23:08:03 +02:00 |
|
|
|
eb9e682b75
|
chore: formatting
|
2026-05-26 22:51:50 +02:00 |
|
|
|
e9576d7584
|
refactor: domain anime type
|
2026-05-26 22:45:16 +02:00 |
|
|
|
5a054d250e
|
refactor: domain auth types
|
2026-05-26 22:41:29 +02:00 |
|
|
|
65a7b0f50d
|
refactor: typed proxy key
|
2026-05-26 22:40:09 +02:00 |
|
|
|
9938bf6c57
|
fix: stop swallowing errors
|
2026-05-26 22:36:41 +02:00 |
|
|
|
28df1fc5f7
|
chore: drop empty fxtags
|
2026-05-26 22:28:57 +02:00 |
|
|
|
1165458cfa
|
fix: complete db querier
|
2026-05-26 22:28:19 +02:00 |
|
|
|
f2a319af4d
|
fix: goose tx for user rebuild
|
2026-05-26 22:26:15 +02:00 |
|
|
|
627421255d
|
fix: wrap user rebuild migration
|
2026-05-26 22:25:49 +02:00 |
|
|
|
cce840e7f5
|
fix: harden subtitle cache
|
2026-05-26 22:25:22 +02:00 |
|
|
|
7279eac949
|
fix: avoid metrics panic
|
2026-05-26 22:24:59 +02:00 |
|
|
|
4e8ba7205b
|
fix: unify handler errors
|
2026-05-26 22:23:59 +02:00 |
|
|
|
c6090604ef
|
fix: sqlite concurrency defaults
|
2026-05-26 22:21:09 +02:00 |
|
|
|
8785c19b66
|
chore: go fixes
|
2026-05-26 21:38:05 +02:00 |
|
|
|
50159286b4
|
fix: sync server-rendered watchlist state to client
|
2026-05-26 20:29:19 +02:00 |
|
|
|
71dd130744
|
feat: add For You recommendations to discover
|
2026-05-26 20:16:09 +02:00 |
|
|
|
f2b4a7994a
|
fix: remove redundant anime_id conversion
|
2026-05-26 16:20:43 +02:00 |
|
|
|
518370842c
|
fix: satisfy staticcheck in json logger
|
2026-05-26 16:20:31 +02:00 |
|
|
|
e24ae1d113
|
style: fix import ordering in app and audit test
|
2026-05-26 16:18:00 +02:00 |
|
|
|
9c3636f31a
|
style: align struct fields in config, domain, and auth
|
2026-05-26 16:17:54 +02:00 |
|
|
|
ff8f760750
|
chore: remove trailing newlines across packages
|
2026-05-26 16:17:48 +02:00 |
|
|
|
57be9a5d70
|
feat: record audit events for watch progress and completion
|
2026-05-26 16:14:37 +02:00 |
|
|
|
6dd84976de
|
feat: record audit events for api token creation and revocation
|
2026-05-26 16:14:31 +02:00 |
|
|
|
a303c131f1
|
feat: wire audit module and middleware into app
|
2026-05-26 16:14:26 +02:00 |
|
|
|
dfe3c6b7d8
|
feat: add audit service and request context middleware
|
2026-05-26 16:14:20 +02:00 |
|
|
|
51bfc9d2af
|
feat: add audit log sqlc queries and generated code
|
2026-05-26 16:14:14 +02:00 |
|
|
|
90e7a9323a
|
feat: add audit_log table migration
|
2026-05-26 16:14:08 +02:00 |
|
|
|
1feee731cf
|
feat: add audit request info context helpers
|
2026-05-26 16:14:02 +02:00 |
|
|
|
fa91c2a22d
|
feat: add audit event domain type and service interface
|
2026-05-26 16:13:56 +02:00 |
|
|
|
118c028873
|
feat: add structured error response helpers
|
2026-05-26 15:57:29 +02:00 |
|
|
|
28251876e1
|
fix: handle mac.Write errors in proxy token signing
|
2026-05-26 15:56:55 +02:00 |
|