No description
Find a file
lichenblankie 040fcde735 fix 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:26:51 +00:00
themes themes folder + kodama template 2026-06-05 05:26:51 +00:00
.gitignore themes folder + kodama template 2026-06-05 05:26:51 +00:00
app.py fix SSRF bypass, tighten error handling 2026-06-05 05:26:51 +00:00
db.py fix index_url page_id mismatch 2026-06-05 05:26:51 +00:00
gateway.py bookmark auth, CSP, per-session CSRF 2026-06-05 05:26:51 +00:00
handlers.py fix SSRF bypass, tighten error handling 2026-06-05 05:26:51 +00:00
README.md first commit 2026-06-05 05:22:37 +00:00
requirements.txt port to Reticulum mesh 2026-06-05 05:26:51 +00:00
rns_client.py mesh subscriptions + search 2026-06-05 05:26:51 +00:00
templates.py custom template editor, UI cleanup 2026-06-05 05:26:51 +00:00