summaryrefslogtreecommitdiffstats
path: root/internal/admin
Commit message (Expand)AuthorAgeFilesLines
* feat: configure EditorJS ImageTool upload endpointmainivar2026-04-041-1/+6
* feat: wire MediaHandler routes and govips lifecycleivar2026-04-041-0/+8
* fix: make slug rename and content update atomic via RenameAndUpsertPostivar2026-04-041-23/+23
* .ivar2026-04-043-8/+21
* fix: remove spurious os.IsNotExist check on DB error in handleDeleteivar2026-04-041-1/+1
* feat: support slug editing and rename in admin UI with redirect and cache inv...ivar2026-04-041-153/+231
* feat: add editable slug field to admin form with JS auto-populationivar2026-04-041-25/+56
* Fix: set HTML template on Gin engine for template renderingivar2026-04-031-0/+1
* feat: embed admin templates into binary with //go:embedivar2026-04-035-3/+150
* refactor: convert admin handlers to Gin context-based signaturesivar2026-04-032-64/+232
* refactor: implement auth middleware for Ginivar2026-04-031-41/+30
* refactor: add Gin routing infrastructure with NewServer constructorivar2026-04-031-183/+85
* Fault if not able to authenticate userivar2026-03-311-6/+6
* Add post management admin UI and switch to modernc.org/sqliteClaude2026-03-311-0/+476