• Joined on 2026-02-27
lashman pushed to main at lashman/echoboard 2026-03-22 07:29:12 +02:00
6b110a6d90 global push notifications toggle, inline status change on post detail
lashman pushed to main at lashman/echoboard 2026-03-22 07:15:15 +02:00
9f4b92cc36 use admin linked user as comment author so avatar and name are correct
lashman pushed to main at lashman/echoboard 2026-03-22 07:01:16 +02:00
0128a050f7 render description fields dynamically from post data instead of hardcoded constants
lashman pushed to main at lashman/echoboard 2026-03-22 06:46:26 +02:00
5311f5d1ee fall back to default statuses when board has no custom ones configured
lashman pushed to main at lashman/echoboard 2026-03-21 23:42:30 +02:00
7ce734ddbb include gitea-sync plugin zip for easy download
lashman pushed to main at lashman/echoboard 2026-03-21 23:41:27 +02:00
2787d695ec remove old gitea plugin, replaced by gitea-sync
lashman pushed to main at lashman/echoboard 2026-03-21 23:37:08 +02:00
320e724ac8 switch all cookies from sameSite strict to lax for proxy compatibility
lashman pushed to main at lashman/echoboard 2026-03-21 23:25:18 +02:00
cdb9e5d8ee branding image uploads for favicon, logo, og image plus server-side og injection
lashman pushed to main at lashman/echoboard 2026-03-21 23:08:59 +02:00
624cfe8192 open graph, twitter cards, pwa manifest, theme-color
lashman pushed to main at lashman/echoboard 2026-03-21 23:04:57 +02:00
200b44246f await exit before redirecting so cookies get cleared
lashman pushed to main at lashman/echoboard 2026-03-21 22:56:57 +02:00
dae5411359 remove hardcoded default template, always use seeded templates
lashman pushed to main at lashman/echoboard 2026-03-21 22:47:24 +02:00
1008044491 check database for existing changelogs before importing releases
lashman pushed to main at lashman/echoboard 2026-03-21 22:44:50 +02:00
a8eb6ba03e gitea plugin seeds default templates on board create and update
lashman pushed to main at lashman/echoboard 2026-03-21 22:40:19 +02:00
949c1331af configurable auto-sync interval for gitea plugin
lashman pushed to main at lashman/echoboard 2026-03-21 22:38:49 +02:00
0558851427 gitea plugin now imports releases as changelog entries
lashman pushed to main at lashman/echoboard 2026-03-21 22:34:16 +02:00
57fa421f1f fetch admin avatar from admin endpoint instead of anonymous user
lashman pushed to main at lashman/echoboard 2026-03-21 22:27:42 +02:00
aba03b67b0 fix avatar serving using readFile instead of stream
lashman pushed to main at lashman/echoboard 2026-03-21 22:20:50 +02:00
87b70bfa4e fix volume mounts to match actual upload and plugin paths
lashman pushed to main at lashman/echoboard 2026-03-21 22:14:15 +02:00
97f66b9748 fix admin avatar upload using linked user instead of anonymous cookie
lashman pushed to main at lashman/echoboard 2026-03-21 22:09:01 +02:00
07c1cf9940 allow same-origin requests without explicit origin header