Commit Graph

64 Commits

Author SHA1 Message Date
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
452229780e Add routes + tests for the unflag, hide and unhide actions 2022-12-07 20:18:48 -06:00
7d3d6c1fca Change mod_list to flagged_list; add moderator nav bar under regular nav bar 2022-12-02 23:22:55 -05:00
de8a76271d Create helper for checking if user is moderator 2022-11-28 23:55:11 -05:00
d58bd9f1d7 Moar emoji 2022-11-21 23:02:25 -05:00
87dc291c86 Add link to mod login; change the way session is stored; add route to logout; some clean-up 2022-11-21 21:59:43 -05:00
4a59dd69dc Implement login page 2022-11-19 23:55:03 -05:00
f755addae6 Make email_addr unique 2022-11-19 21:50:23 -05:00
45b64a214e Implement Argon2 in place of bcrypt, argon2 command instead of bcrypt and Crypt::Passphrase instead of Authen::Passphrase 2022-11-03 15:38:40 -04:00
835a790ba0 use Authen::Passphrase::BlowfishCrypt instead of bcrypt plugin; implement Moderator model 2022-10-23 14:30:43 -04:00
20f50780c3 Configurable bcrypt_cost, added TODO 2022-10-19 13:59:57 -04:00
6da98c996c Implement bcrypt command 2022-10-18 21:28:18 -04:00
a0bf85d724 Rename bump_count to bump_tally 2022-10-18 20:31:07 -04:00
fdf36b4738 Create table for moderators 2022-10-15 01:40:09 -04:00
0cd3142250 Implement flag button 2022-10-13 23:57:58 -04:00
419769545b Cleaning stuff up 2022-10-12 23:58:46 -04:00
99cef47f95 Consolidate routes forever 2022-10-12 23:21:13 -04:00