Commit Graph

88 Commits

Author SHA1 Message Date
bbc12f2b4a Add JS license information 2024-06-26 01:08:31 -04:00
43e9ccd887 Mod only stuff finally plus a list mod view 2024-06-25 19:23:34 -04:00
e3155fad7b Try this again... 2024-06-25 13:08:13 -04:00
40c23cc9b4 Implement new CAPTCHA behavior 2023-11-10 13:12:25 -05:00
1c4299d95b Fixy pooh 2023-11-01 13:23:23 -04:00
16a561346d Do max_pages for threads 2023-10-28 11:34:44 -04:00
dd8fdea5e3 Put search_page behind the CAPTCHA wall 2023-10-27 23:16:47 -04:00
fd10bb4f4a Implement the search page 2023-10-27 23:03:32 -04:00
f2e63b5ca3 Created function to search posts 2023-10-27 16:57:21 -04:00
2a41696244 Added a 'feeds' page for links to the feeds 2023-09-25 23:33:23 -04:00
8594ce0fae Implement RSS feed for remarks 2023-09-25 23:00:12 -04:00
f3edd88ee7 Switch data type 2023-08-24 19:40:24 -04:00
f56e996fb1 Undo this, doesn't do anything useful 2023-08-24 19:12:26 -04:00
6cb2768f66 Use wildcard placeholder to fix base64 forward-slash bug 2023-08-06 17:21:57 -04:00
4584a681e0 Finish the CAPTCHA stuff 2023-08-05 15:22:02 -04:00
a0312d24f8 Implement moar CAPTCHA, need to revisit the tests... 2023-08-05 13:19:33 -04:00
ec82ffae25 Add some stuff before I pass out 2023-08-05 03:14:09 -04:00
402c550b74 Implement raw/txt format; moar tests 2023-06-27 01:30:32 -04:00
93f0689d1b Default single_thread's thread_page to last_page instead of the first page 2023-06-26 22:10:20 -04:00
f1ebc492e5 Implement remark-to-remark feature; move 'last remark' above 'thread' in the post_remark view 2023-06-25 00:01:13 -04:00
a34b82eadb Remove moar stuff 2023-06-17 18:29:21 -04:00
b4bcf613dd smol tweaks 2023-06-15 11:04:47 -04:00
a8bb0049d3 I have to go to bed now 2023-06-14 01:25:55 -04:00
782545b70f Shorten truncated text to 300 characters (for Open Graph) 2023-06-04 16:47:50 -04:00
cc14be0022 Tighten up session time for mods/admins 2023-06-02 16:51:42 -04:00
7357b9c791 Add routes for mods to view hidden posts 2023-06-02 14:46:58 -04:00
b1583bbb95 twas bothering me 2023-05-27 13:09:41 -04:00
70e1f3a15c Allow <br> and <s> input 2023-05-27 13:04:15 -04:00
5635d73d89 Some cleanup and /new route for new session 2023-05-26 22:56:22 -04:00
380fca1db3 Remove unused Sass pipe 2023-05-20 00:34:52 -04:00
74bc32f670 Change to Sass and some class name changes 2023-05-19 18:49:08 -04:00
dae058c07f Don't escape with HTML::Restrict 2023-05-06 00:01:34 -04:00
ab0f53ba26 Sanitize HTML in body; enforce NOT NULL on body; template clean-up 2023-05-03 21:05:57 -04:00
2838f73840 Just use markdown() for the XML escaping ya dingus 2023-04-28 11:51:22 -05:00
c7d00e834e Create 'about' and 'rules' pages 2023-04-25 22:28:11 -04:00
d9323c721b Set up @EXPORT for Markdown 2023-04-25 12:03:05 -04:00
e86cda1cc5 Added Markdown support 2023-04-25 11:56:42 -04:00
ebfad34e2f Implement RSS feed 2023-04-24 14:25:32 -04:00
5f030d5e6b Make date format static for now 2023-04-24 13:26:29 -04:00
8cfd13d821 Clean up routing 2023-04-24 12:14:04 -04:00
28c914565f Use _mod suffix for the route names for consistency 2023-04-21 23:55:49 -04:00
9a68e9ec83 Actions for promoting/demoting admins 2023-04-21 23:21:12 -04:00
10cd3cffb1 Actions for locking/unlocking accounts 2023-04-21 22:25:05 -04:00
27fda1f00a Actions for resetting passwords 2023-04-21 21:40:39 -04:00
86a7d92156 Added under() behavior for admin users 2023-04-21 17:32:16 -04:00
65d98d594c Fix the is_admin helper 2023-04-16 15:15:39 -04:00
25f47ce80d Created action for creating new mods 2023-04-15 00:57:45 -04:00
829be876c1 Re-added is_admin helper 2023-04-14 22:50:59 -04:00
c4a35d0759 Just noticed this... 2023-01-08 23:54:58 -05:00
ae73969320 Too easy to not just do this now 2023-01-08 23:53:30 -05:00