Commit graph

523 commits

Author SHA1 Message Date
swagg boi 9a65aff125 Whoopsie 2022-12-07 23:07:58 -06:00
swagg boi 452229780e Add routes + tests for the unflag, hide and unhide actions 2022-12-07 20:18:48 -06:00
swagg boi 34f2ec7033 Add TODO 2022-12-03 01:20:19 -05:00
swagg boi 7d3d6c1fca Change mod_list to flagged_list; add moderator nav bar under regular nav bar 2022-12-02 23:22:55 -05:00
swagg boi de8a76271d Create helper for checking if user is moderator 2022-11-28 23:55:11 -05:00
swagg boi 45614f4035 Cleaning up some things; moar tests 2022-11-28 23:33:19 -05:00
swagg boi 10e7944bc3 Rename layout to default per convention 2022-11-28 23:22:25 -05:00
swagg boi 4b6b0149bc Moar tests 2022-11-28 15:31:56 -05:00
swagg boi f7030968d3 Some clean-up 2022-11-27 23:56:35 -05:00
swagg boi 9f51c4dad9 Tests for Moderator 2022-11-25 23:22:38 -05:00
swagg boi 82dae0cf89 For consistency 2022-11-25 02:31:22 -05:00
swagg boi d58bd9f1d7 Moar emoji 2022-11-21 23:02:25 -05:00
swagg boi 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
swagg boi 9089b78db7 Some clean-up and TODO 2022-11-20 21:37:40 -05:00
swagg boi 99bc7f79d4 New TODO 2022-11-20 00:10:10 -05:00
swagg boi 4a59dd69dc Implement login page 2022-11-19 23:55:03 -05:00
swagg boi a9b8616f2d ... There! 2022-11-19 22:02:44 -05:00
swagg boi f755addae6 Make email_addr unique 2022-11-19 21:50:23 -05:00
swagg boi e18fab859b Forget about tripcodes for now, remove some unnecessary things from config 2022-11-03 15:42:06 -04:00
swagg boi 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
swagg boi 6d37beec38 Remove old per_page method; require v5.34 instead of v5.36 for now 2022-11-03 14:10:43 -04:00
swagg boi 1e4ff30ff0 Use subroutine for attribute rather than blessed hash reference value 2022-11-03 14:03:48 -04:00
swagg boi 912d38615c New TODO 2022-11-03 13:43:39 -04:00
swagg boi d67a1e77f5 Need to switch to Crypt::Passphrase 2022-10-24 10:49:00 -04:00
swagg boi 835a790ba0 use Authen::Passphrase::BlowfishCrypt instead of bcrypt plugin; implement Moderator model 2022-10-23 14:30:43 -04:00
swagg boi f51af35605 Restructured some things to make it simpler and easier to read 2022-10-22 14:09:31 -04:00
swagg boi db2f835adf lmao... whoops 2022-10-20 17:06:45 -04:00
swagg boi 20f50780c3 Configurable bcrypt_cost, added TODO 2022-10-19 13:59:57 -04:00
swagg boi 6da98c996c Implement bcrypt command 2022-10-18 21:28:18 -04:00
swagg boi d82b5978b3 where did this come from 2022-10-18 20:36:35 -04:00
swagg boi a0bf85d724 Rename bump_count to bump_tally 2022-10-18 20:31:07 -04:00
swagg boi fdf36b4738 Create table for moderators 2022-10-15 01:40:09 -04:00
swagg boi 1ab0adfc8a Lil tweaky tweak 2022-10-14 00:04:17 -04:00
swagg boi 0cd3142250 Implement flag button 2022-10-13 23:57:58 -04:00
swagg boi 419769545b Cleaning stuff up 2022-10-12 23:58:46 -04:00
swagg boi 99cef47f95 Consolidate routes forever 2022-10-12 23:21:13 -04:00
swagg boi f549107dee Consolidate routing for Remarks 2022-10-12 23:06:26 -04:00
swagg boi 787cfc9bb1 New TODO and some tests for Flagging 2022-10-12 22:14:28 -04:00
swagg boi 5153da02f9 Another TODO before the admin/moderator view 2022-10-12 21:50:57 -04:00
swagg boi 4ca8ebdd15 Make this match the style in the docs just in-case 2022-10-12 10:36:44 -04:00
swagg boi cefba7d507 Some small tweaks including another URI fragment thing 2022-10-08 23:14:18 -04:00
swagg boi 7d81490a31 Add a link to Bump from single_thread 2022-10-08 23:01:05 -04:00
swagg boi ee9be4f855 Whoopsie... Remark must be created first before remark->last_for() 2022-10-08 22:50:44 -04:00
swagg boi 0bea8118ba Use url_for()->fragment() to make certain links jump to appropriate sections 2022-10-08 22:39:54 -04:00
swagg boi 7e05af4c4b Implement the rest of the stuff for bumps; then some clean up along the way 2022-10-08 01:58:18 -04:00
swagg boi 451e751aae Implement migration for bump 2022-10-08 00:42:31 -04:00
swagg boi c3abf0e771 Tweak TODO 2022-10-06 22:50:22 -04:00
swagg boi c7e2445c37 Implement tests for Bump feature; tweak some tests a bit; begin initial bump feature stuff 2022-10-06 22:46:38 -04:00
swagg boi 7ac2688c32 Moved around TODOs 2022-10-06 12:13:20 -04:00
swagg boi 971b14aa8a Simplify the tests 2022-10-05 22:46:15 -04:00