22 Commits

Author SHA1 Message Date
43e9ccd887 Mod only stuff finally plus a list mod view 2024-06-25 19:23:34 -04:00
7357b9c791 Add routes for mods to view hidden posts 2023-06-02 14:46:58 -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
33e38e26f6 lil cleanup 2023-04-15 10:22:39 -04:00
b685388289 Move this to somewhat organize 2023-01-09 19:50:54 -05:00
c34b07c129 New method to retrieve admin_status; add is_admin to session 2023-01-09 19:24:08 -05:00
ae73969320 Too easy to not just do this now 2023-01-08 23:53:30 -05:00
a33cbff534 Check lock_status before logging in 2023-01-08 23:37:41 -05:00
f48c139ad9 Set timestamp when mod logs in 2023-01-08 23:03:55 -05:00
6be8cc43a9 Add method for creating moderator 2023-01-08 22:41:59 -05:00
a62a4c495e Add view for hidden posts 2022-12-08 18:50:21 -06:00
a4b82238bf Implement basic view of flagged posts 2022-12-08 14:54:46 -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
452229780e Add routes + tests for the unflag, hide and unhide actions 2022-12-07 20:18:48 -06: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
9089b78db7 Some clean-up and TODO 2022-11-20 21:37:40 -05:00
4a59dd69dc Implement login page 2022-11-19 23:55:03 -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