summaryrefslogtreecommitdiffstats
path: root/internal/admin
Commit message (Expand)AuthorAgeFilesLines
* feat: configure EditorJS ImageTool upload endpointmainivar11 days1-1/+6
* feat: wire MediaHandler routes and govips lifecycleivar11 days1-0/+8
* fix: make slug rename and content update atomic via RenameAndUpsertPostivar11 days1-23/+23
* .ivar11 days3-8/+21
* fix: remove spurious os.IsNotExist check on DB error in handleDeleteivar11 days1-1/+1
* feat: support slug editing and rename in admin UI with redirect and cache inv...ivar11 days1-153/+231
* feat: add editable slug field to admin form with JS auto-populationivar11 days1-25/+56
* Fix: set HTML template on Gin engine for template renderingivar12 days1-0/+1
* feat: embed admin templates into binary with //go:embedivar12 days5-3/+150
* refactor: convert admin handlers to Gin context-based signaturesivar12 days2-64/+232
* refactor: implement auth middleware for Ginivar12 days1-41/+30
* refactor: add Gin routing infrastructure with NewServer constructorivar12 days1-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