Commit Graph

  • 3796846809 Add <guid> to RSS feed swag 2023-04-24 15:08:05 -0400
  • ebfad34e2f Implement RSS feed swag 2023-04-24 14:25:32 -0400
  • 5f030d5e6b Make date format static for now swag 2023-04-24 13:26:29 -0400
  • a3b76dabb2 Change default date format to be RFC822 compliant swag 2023-04-24 12:46:10 -0400
  • 8cfd13d821 Clean up routing swag 2023-04-24 12:14:04 -0400
  • 777a8fbcda Cleanup swag 2023-04-23 23:28:43 -0400
  • 25e370bba5 Added commands for creating and promoting accounts swag 2023-04-22 00:48:30 -0400
  • 28c914565f Use _mod suffix for the route names for consistency swag 2023-04-21 23:55:49 -0400
  • bf4691b7ed Fixed the List button swag 2023-04-21 23:33:32 -0400
  • 9a68e9ec83 Actions for promoting/demoting admins swag 2023-04-21 23:21:12 -0400
  • 10cd3cffb1 Actions for locking/unlocking accounts swag 2023-04-21 22:25:05 -0400
  • 27fda1f00a Actions for resetting passwords swag 2023-04-21 21:40:39 -0400
  • 1c6e8811dc Split up the tests for mod actions and admin actions swag 2023-04-21 19:04:43 -0400
  • 86a7d92156 Added under() behavior for admin users swag 2023-04-21 17:32:16 -0400
  • 0fbe7dc184 New TODO swag 2023-04-17 21:09:01 -0400
  • 65d98d594c Fix the is_admin helper swag 2023-04-16 15:15:39 -0400
  • 33e38e26f6 lil cleanup swag 2023-04-15 10:22:39 -0400
  • 8591fe5610 Swap emoji swag 2023-04-15 01:06:09 -0400
  • 25f47ce80d Created action for creating new mods swag 2023-04-15 00:57:45 -0400
  • 829be876c1 Re-added is_admin helper swag 2023-04-14 22:50:59 -0400
  • 2681360352 Fix logging out and tests swag 2023-01-10 00:45:31 -0500
  • 936ec902b5 Add tests for the hidden/flagged buttons swag 2023-01-09 21:34:34 -0500
  • b685388289 Move this to somewhat organize swag 2023-01-09 19:50:54 -0500
  • c34b07c129 New method to retrieve admin_status; add is_admin to session swag 2023-01-09 19:24:08 -0500
  • 1607a0a7d5 Again swag 2023-01-08 23:55:25 -0500
  • c4a35d0759 Just noticed this... swag 2023-01-08 23:54:58 -0500
  • ae73969320 Too easy to not just do this now swag 2023-01-08 23:53:30 -0500
  • f2255f8207 New TODO swag 2023-01-08 23:38:23 -0500
  • a33cbff534 Check lock_status before logging in swag 2023-01-08 23:37:41 -0500
  • 0ea7f7c906 Link for hidden posts for mods swag 2023-01-08 23:10:58 -0500
  • f48c139ad9 Set timestamp when mod logs in swag 2023-01-08 23:03:55 -0500
  • 6be8cc43a9 Add method for creating moderator swag 2023-01-08 22:41:59 -0500
  • d9a18ffa44 New TODO swag 2023-01-08 22:11:46 -0500
  • 270f0df12d Don't drink and Perl kids swag 2022-12-24 23:37:50 -0500
  • 5cce06c984 Use perlcritic theme; add is_admin() helper; clean up some things swag 2022-12-18 14:00:54 -0500
  • 4527219d91 Add boolean for admin swag 2022-12-17 21:46:29 -0500
  • 28c3e2df17 #yolo swag 2022-12-17 21:24:11 -0500
  • 1d98dfc0f3 Want to use new array-slicing syntax, may undo this... swag 2022-12-17 21:11:45 -0500
  • 6b82c5c96b Was in the neighborhood and... swag 2022-12-10 19:03:53 -0500
  • a62a4c495e Add view for hidden posts swag 2022-12-08 18:50:21 -0600
  • babd302ba2 Great suggestion by @ology@fosstodon.org swag 2022-12-08 18:19:09 -0600
  • f6eb0dfc05 Moar tests swag 2022-12-08 16:10:11 -0600
  • 75381754d4 HTML is hard yo swag 2022-12-08 15:49:59 -0600
  • 0b79b0a977 Make less ugly swag 2022-12-08 15:11:49 -0600
  • 1cf929eb78 Added TODO swag 2022-12-08 14:55:30 -0600
  • a4b82238bf Implement basic view of flagged posts swag 2022-12-08 14:54:46 -0600
  • 4ffa8b2613 Buttons for remark mod stuff swag 2022-12-08 13:29:55 -0600
  • bfb5ab9986 Re-work the nav bar at the top a lil; fix date format display; implement routing for the remark mod stuff swag 2022-12-08 12:41:23 -0600
  • d01acbcde2 Added buttons for the mod stuff; had to restructure things to make room for mod remark stuff swag 2022-12-08 00:13:59 -0600
  • 088daa120d Clean up routing swag 2022-12-07 23:15:46 -0600
  • 9a65aff125 Whoopsie swag 2022-12-07 23:07:58 -0600
  • 452229780e Add routes + tests for the unflag, hide and unhide actions swag 2022-12-07 20:18:48 -0600
  • 34f2ec7033 Add TODO swag 2022-12-03 01:20:19 -0500
  • 7d3d6c1fca Change mod_list to flagged_list; add moderator nav bar under regular nav bar swag 2022-12-02 23:22:55 -0500
  • de8a76271d Create helper for checking if user is moderator swag 2022-11-28 23:55:11 -0500
  • 45614f4035 Cleaning up some things; moar tests swag 2022-11-28 23:33:19 -0500
  • 10e7944bc3 Rename layout to default per convention swag 2022-11-28 23:22:25 -0500
  • 4b6b0149bc Moar tests swag 2022-11-28 15:31:56 -0500
  • f7030968d3 Some clean-up swag 2022-11-27 23:56:35 -0500
  • 9f51c4dad9 Tests for Moderator swag 2022-11-25 23:22:38 -0500
  • 82dae0cf89 For consistency swag 2022-11-25 02:31:22 -0500
  • d58bd9f1d7 Moar emoji swag 2022-11-21 23:02:25 -0500
  • 87dc291c86 Add link to mod login; change the way session is stored; add route to logout; some clean-up swag 2022-11-21 21:59:43 -0500
  • 9089b78db7 Some clean-up and TODO swag 2022-11-20 21:37:40 -0500
  • 99bc7f79d4 New TODO swag 2022-11-20 00:10:10 -0500
  • 4a59dd69dc Implement login page swag 2022-11-19 23:55:03 -0500
  • a9b8616f2d ... There! swag 2022-11-19 22:02:44 -0500
  • f755addae6 Make email_addr unique swag 2022-11-19 21:50:23 -0500
  • e18fab859b Forget about tripcodes for now, remove some unnecessary things from config swag 2022-11-03 15:42:06 -0400
  • 45b64a214e Implement Argon2 in place of bcrypt, argon2 command instead of bcrypt and Crypt::Passphrase instead of Authen::Passphrase swag 2022-11-03 15:38:40 -0400
  • 6d37beec38 Remove old per_page method; require v5.34 instead of v5.36 for now swag 2022-11-03 14:10:43 -0400
  • 1e4ff30ff0 Use subroutine for attribute rather than blessed hash reference value swag 2022-11-03 14:03:48 -0400
  • 912d38615c New TODO swag 2022-11-03 13:43:39 -0400
  • d67a1e77f5 Need to switch to Crypt::Passphrase swag 2022-10-24 10:49:00 -0400
  • 835a790ba0 use Authen::Passphrase::BlowfishCrypt instead of bcrypt plugin; implement Moderator model swag 2022-10-23 14:30:43 -0400
  • f51af35605 Restructured some things to make it simpler and easier to read swag 2022-10-22 14:09:31 -0400
  • db2f835adf lmao... whoops swag 2022-10-20 17:06:45 -0400
  • 20f50780c3 Configurable bcrypt_cost, added TODO swag 2022-10-19 13:59:57 -0400
  • 6da98c996c Implement bcrypt command swag 2022-10-18 21:28:18 -0400
  • d82b5978b3 where did this come from swag 2022-10-18 20:36:35 -0400
  • a0bf85d724 Rename bump_count to bump_tally swag 2022-10-18 20:31:07 -0400
  • fdf36b4738 Create table for moderators swag 2022-10-15 01:40:09 -0400
  • 1ab0adfc8a Lil tweaky tweak swag 2022-10-14 00:04:17 -0400
  • 0cd3142250 Implement flag button swag 2022-10-13 23:57:58 -0400
  • 419769545b Cleaning stuff up swag 2022-10-12 23:58:46 -0400
  • 99cef47f95 Consolidate routes forever swag 2022-10-12 23:21:13 -0400
  • f549107dee Consolidate routing for Remarks swag 2022-10-12 23:06:26 -0400
  • 787cfc9bb1 New TODO and some tests for Flagging swag 2022-10-12 22:14:28 -0400
  • 5153da02f9 Another TODO before the admin/moderator view swag 2022-10-12 21:50:57 -0400
  • 4ca8ebdd15 Make this match the style in the docs just in-case swag 2022-10-12 10:36:44 -0400
  • cefba7d507 Some small tweaks including another URI fragment thing swag 2022-10-08 23:14:18 -0400
  • 7d81490a31 Add a link to Bump from single_thread swag 2022-10-08 23:01:05 -0400
  • ee9be4f855 Whoopsie... Remark must be created first before remark->last_for() swag 2022-10-08 22:50:44 -0400
  • 0bea8118ba Use url_for()->fragment() to make certain links jump to appropriate sections swag 2022-10-08 22:39:54 -0400
  • 7e05af4c4b Implement the rest of the stuff for bumps; then some clean up along the way swag 2022-10-08 01:58:18 -0400
  • 451e751aae Implement migration for bump swag 2022-10-08 00:42:31 -0400
  • c3abf0e771 Tweak TODO swag 2022-10-06 22:50:22 -0400
  • c7e2445c37 Implement tests for Bump feature; tweak some tests a bit; begin initial bump feature stuff swag 2022-10-06 22:46:38 -0400
  • 7ac2688c32 Moved around TODOs swag 2022-10-06 12:13:20 -0400
  • 971b14aa8a Simplify the tests swag 2022-10-05 22:46:15 -0400