Commit graph

24 commits

Author SHA1 Message Date
5cdb063f85 Fixed permission checking. 2019-05-09 17:11:42 +02:00
4a3afa9fb0 Use real post layout for search page. 2019-05-04 22:00:23 +02:00
4bb5a2c5f4 // part 2 2019-05-04 21:17:11 +02:00
d05f121cf7 Fixed perms_get_keys(). 2019-05-04 21:16:49 +02:00
3b84f4c9e0 Rewrote forum permission backend (removed all WITH RECURSIVE statements). 2019-04-30 22:55:12 +02:00
20ef18cc82 Reworked permission fetching. 2019-04-30 02:55:10 +02:00
a7b82293a6 Added private Forum Leaderboard page. 2019-03-31 18:49:16 +02:00
3fc514feb6 Memoize perms (why wasn't this done already). 2019-02-27 20:24:17 +01:00
39c9c128c0 Updated user management styling a little bit. 2019-02-04 22:10:00 +01:00
9505cb1f0b Added more typesafe shorthands for fetching database operations. 2019-01-09 20:06:02 +01:00
cbd4ae24e6 Reverted addition of permission override flagset. 2018-12-28 21:20:38 +01:00
1042f0f6f7 // unfuck the permissions a bit so i can push to release 2018-12-16 22:52:41 +01:00
3980939d54 // Permissions stuff 2018-12-11 20:08:59 +01:00
825899beea Removed hardcoded permissions. Fixes #74. 2018-12-05 16:06:34 +01:00
76cc71b0b8 Removed old use statements. 2018-10-10 00:45:53 +02:00
de8670087a Database stuff is now also procedural, would ya look at that. 2018-10-07 01:30:48 +02:00
c777d57373 Do more of the permissions calculation in SQL. 2018-08-15 01:31:13 +02:00
bf903a38d0 So much for the 'pointless' array init. 2018-07-18 04:08:47 +02:00
ca4004fbbd Removed unnecessary array init. 2018-07-17 05:24:05 +02:00
0a8a4d3b99 Use shorthand database operations everywhere. 2018-07-16 00:59:14 +02:00
845061e679 Some permissions stuff. 2018-07-10 23:24:00 +02:00
5a51ea77d6 Fixes slight oversight. 2018-07-08 21:29:18 +02:00
f924484ac3 Added permissions system. 2018-07-08 21:24:59 +02:00
ffc23c11fd Initial permission stuffs. 2018-07-08 01:24:34 +02:00