No description
Find a file
lichenblankie 6d649616ca fixed index_url page_id mismatch
lastrowid returns 0 when ON CONFLICT DO UPDATE fires on an existing
row, causing links to not be cleaned up or associated correctly on
re-index. Now fetches the actual row ID with a SELECT after upsert.
Also adds try/finally for connection safety.
2026-06-05 05:29:35 +00:00
themes created themes folder with kodama template 2026-06-05 05:29:35 +00:00
.gitignore created themes folder with kodama template 2026-06-05 05:29:35 +00:00
app.py fixed SSRF bypass, tightened error handling 2026-06-05 05:29:35 +00:00
db.py fixed index_url page_id mismatch 2026-06-05 05:29:35 +00:00
gateway.py added bookmark auth, CSP, per-session CSRF 2026-06-05 05:29:35 +00:00
handlers.py fixed SSRF bypass, tightened error handling 2026-06-05 05:29:35 +00:00
README.md first commit 2026-06-05 05:22:37 +00:00
requirements.txt ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
rns_client.py wired up mesh subscriptions + search 2026-06-05 05:29:35 +00:00
templates.py added custom template editor, cleaned up UI 2026-06-05 05:29:35 +00:00