Commit Graph

285 Commits

Author SHA1 Message Date
72172dbb1c add inbox view 2026-05-20 21:12:05 +03:00
5db63d6907 add unread count to thread title in topic view 2026-05-20 14:21:33 +03:00
daed16f099 add unread count to topnav and update subscription on thread view 2026-05-20 14:07:15 +03:00
a5a3565496 add delete post route 2026-05-20 00:07:06 +03:00
d74dd6c5f3 add edit thread routes 2026-04-29 21:42:22 +03:00
648b310e13 remove index app and replace index route inside __init__ 2026-04-29 21:23:15 +03:00
4bcea261b1 finish mod routes 2026-04-29 21:20:07 +03:00
4edc4f4650 style fixes 2026-04-29 20:11:00 +03:00
e670c176e8 add logout route 2026-04-29 19:23:26 +03:00
3870356ffa add user started threads view 2026-04-29 19:14:05 +03:00
d5e627ed7f add user posts view 2026-04-29 02:06:41 +03:00
afdf182bd1 re-add code highlighting styles 2026-04-29 02:05:31 +03:00
ff2c6606f8 add subscribing and unsubscribing, add post editing 2026-04-28 23:23:05 +03:00
f3acf64e6d Merge branch 'main' into v2
imports the db change
2026-04-26 14:31:52 +03:00
20554d9c5c fix memory leak in db 2026-04-26 14:26:10 +03:00
10ea1f03cd 403 page 2026-04-26 14:04:24 +03:00
9a10f30634 move icons to img tags instead of inlined 2026-04-26 12:54:17 +03:00
612d69c157 only show reply form if the user can reply 2026-04-25 23:56:46 +03:00
286a3641eb remove inner glow from buttons 2026-04-25 21:37:48 +03:00
b53556871f add more icons 2026-04-25 21:36:21 +03:00
29f2318cba add infobox support 2026-04-25 16:15:37 +03:00
3d7188eb71 auto-color buttons 2026-04-21 11:53:07 +03:00
ed4d4191d7 stub some more thread endpoints 2026-04-20 13:50:18 +03:00
66f381a434 remove warning about slug not being preserved in edit topic view 2026-04-20 13:33:03 +03:00
cd507ac25f rewrite topics routes to include id 2026-04-20 13:22:41 +03:00
82659cedef experimental: change signature render to <aside> tag 2026-04-20 13:22:41 +03:00
7eafcde1d7 rewrite threads routes to include id 2026-04-20 13:22:41 +03:00
a2ceaa0966 add some posts route annotations 2026-04-20 13:22:41 +03:00
f1931c76e6 disable buttons that will require js 2026-04-20 13:22:41 +03:00
65ad672748 restore page count to topics view 2026-04-20 13:22:41 +03:00
b9c4ec3911 improve fieldset legend legibility and set cursor to pointer on all buttons 2026-04-20 13:22:41 +03:00
0c2e920206 add csrf protection 2026-04-19 12:57:59 +03:00
9682295dae start user page and stub more endpoints 2026-04-19 10:03:03 +03:00
f798bb5d7d add forbidden usernames 2026-04-19 07:17:07 +03:00
68958e304b raise username length cap 2026-04-17 10:55:04 +03:00
d2cdeaed1d ensure trailing slashes in all routes 2026-04-17 10:45:54 +03:00
9d8404b774 add user signup flow 2026-04-17 10:45:37 +03:00
84e69187ff solve minor annoyance in pager macro where it would do ?&page= instead of ?page= when args was empty 2026-04-17 10:24:04 +03:00
0e71f597c9 lowercase username input in login form 2026-04-17 06:42:44 +03:00
76d600f01d add login route 2026-04-17 06:34:45 +03:00
54ed6fef3a add new thread route 2026-04-17 06:33:40 +03:00
7c0cb623e3 rework session handling 2026-04-17 05:25:29 +03:00
9c4f271259 add most mod routes 2026-04-16 23:11:19 +03:00
d6b44da6c2 basic posting 2026-04-16 00:01:18 +03:00
d0daaf4494 thread page mostly finished 2026-04-15 23:11:24 +03:00
7db111d18b make babycode [img] tags inline 2026-04-15 03:15:31 +03:00
dd54f5fe33 new babycode format for new style 2026-04-13 23:33:54 +03:00
4aa4e58c58 start stubbing out endpoints 2026-04-13 20:04:06 +03:00
ce9bca0a75 start the new topics route and view 2026-04-12 23:40:13 +03:00
099b5c135e add a legacy credits section to THIRDPARTY.md 2026-04-12 23:34:55 +03:00