• Joined on 2026-02-27
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
lashman pushed to main at lashman/echoboard 2026-03-21 22:02:26 +02:00
e83cfc18c2 hard redirect after login to pick up cookies
lashman pushed to main at lashman/echoboard 2026-03-21 21:47:55 +02:00
76ec4a2955 redirect to admin login instead of home when not authenticated
lashman pushed to main at lashman/echoboard 2026-03-21 21:45:53 +02:00
f09aa64f36 fix static file serving path for docker deployment
lashman pushed to main at lashman/echoboard 2026-03-21 21:33:30 +02:00
3b5e4f8cc9 fix dockerfile for hoisted node_modules and db push
lashman pushed to main at lashman/echoboard 2026-03-21 20:49:01 +02:00
487cdba6d5 accessibility section in readme
lashman pushed to main at lashman/echoboard 2026-03-21 20:45:04 +02:00
f6710cc039 security section as bullet list
lashman pushed to main at lashman/echoboard 2026-03-21 20:42:52 +02:00
55309a52c3 security section in readme
lashman pushed to main at lashman/echoboard 2026-03-21 20:38:43 +02:00
98ab755b43 app icon and favicon
lashman pushed to main at lashman/echoboard 2026-03-21 20:19:09 +02:00
5a2d26f62f fix admin exit not redirecting, my posts crash, add error boundary