index
:
nebbet.no
main
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
internal
Commit message (
Expand
)
Author
Age
Files
Lines
*
.
ivar
11 days
11
-564
/
+440
*
fix: remove spurious os.IsNotExist check on DB error in handleDelete
ivar
11 days
1
-1
/
+1
*
feat: support slug editing and rename in admin UI with redirect and cache inv...
ivar
11 days
1
-153
/
+231
*
feat: add editable slug field to admin form with JS auto-population
ivar
11 days
1
-25
/
+56
*
feat: serve drafts by direct link; add 301 redirect on renamed slugs
ivar
11 days
1
-0
/
+190
*
fix: guard RenamePost against self-rename (noop)
ivar
11 days
1
-0
/
+3
*
feat: add RenamePost with transactional rename and redirect creation
ivar
11 days
2
-0
/
+130
*
feat: add redirect DB methods (AddRedirect, GetRedirect, CollapseRedirects)
ivar
11 days
2
-0
/
+219
*
feat: add redirects table to meta.db schema
ivar
11 days
1
-0
/
+16
*
Fix: set HTML template on Gin engine for template rendering
ivar
12 days
1
-0
/
+1
*
feat: embed admin templates into binary with //go:embed
ivar
12 days
5
-3
/
+150
*
refactor: convert admin handlers to Gin context-based signatures
ivar
12 days
4
-66
/
+75
*
refactor: implement auth middleware for Gin
ivar
12 days
1
-41
/
+30
*
refactor: add Gin routing infrastructure with NewServer constructor
ivar
12 days
1
-183
/
+85
*
Use sqlite package
ivar
2026-03-31
1
-263
/
+0
*
Fault if not able to authenticate user
ivar
2026-03-31
1
-6
/
+6
*
Add post management admin UI and switch to modernc.org/sqlite
Claude
2026-03-31
4
-4
/
+485
*
Add static site builder: SQLite-backed MD→HTML pipeline
Claude
2026-03-31
9
-0
/
+1203