Commit Graph

80 Commits

Author SHA1 Message Date
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
270f0df12d Don't drink and Perl kids 2022-12-24 23:37:50 -05:00
5cce06c984 Use perlcritic theme; add is_admin() helper; clean up some things 2022-12-18 14:00:54 -05:00
4527219d91 Add boolean for admin 2022-12-17 21:46:29 -05:00
a62a4c495e Add view for hidden posts 2022-12-08 18:50:21 -06:00
bfb5ab9986 Re-work the nav bar at the top a lil; fix date format display; implement routing for the remark mod stuff 2022-12-08 12:41:23 -06:00
d01acbcde2 Added buttons for the mod stuff; had to restructure things to make room for mod remark stuff 2022-12-08 00:13:59 -06:00
088daa120d Clean up routing 2022-12-07 23:15:46 -06:00
9a65aff125 Whoopsie 2022-12-07 23:07:58 -06:00