Commit Graph

51 Commits

Author SHA1 Message Date
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
f549107dee Consolidate routing for Remarks 2022-10-12 23:06:26 -04:00
787cfc9bb1 New TODO and some tests for Flagging 2022-10-12 22:14:28 -04:00
4ca8ebdd15 Make this match the style in the docs just in-case 2022-10-12 10:36:44 -04:00
451e751aae Implement migration for bump 2022-10-08 00:42:31 -04:00
c7e2445c37 Implement tests for Bump feature; tweak some tests a bit; begin initial bump feature stuff 2022-10-06 22:46:38 -04:00
d316efb952 Grow into full-blown Mojo 2022-10-01 18:00:23 -04:00
39f01309d6 Remove shebang lines from Perl modules, ignore that empty module for now... 2022-10-01 16:22:21 -04:00
77d10c8c70 Truncate threads > 500 characters in the thread list page 2022-09-27 14:37:55 -04:00
ff93fa1d2b Fix test; clean up the author name stuff a lil 2022-09-27 13:20:30 -04:00
2b8721d76f Redirect to thread once thread is posted 2022-09-22 16:51:56 -04:00
ad00f26824 s/post/body/ for consistency 2022-09-21 00:12:16 -04:00
18515197df s/name/author/g 2022-09-17 02:39:49 -04:00
5435678de8 Implement name persistence instead of anything actually on my TODOs 2022-09-16 21:46:56 -04:00