summaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Expand)AuthorFilesLines
2020-05-11imgflag: Add sexual/violence user preferences + show/hide character imagesYorhel2-3/+5
2020-04-27Add minimal audit logging for user-related changesYorhel2-0/+13
2020-04-26Ignore existing tag votes by users without perm_tagYorhel2-1/+3
2020-04-26imgflag: Add separate "imgmod" permission flagYorhel2-5/+6
2020-04-25imgflag: Add moderator vote overrulingYorhel3-4/+5
2020-04-25imgflag: Ignore votes from users who do not have the imgvote permissionYorhel2-1/+3
2020-04-16imgflag: Fix uid integrity + properly handle user account deletionYorhel2-1/+3
2020-04-15SQL: schema.sql: Fix typoYorhel1-1/+1
2020-04-15SQL: perms.sql: Fix copy-paste errorYorhel1-1/+1
2020-04-15SQL: Split "perm" column into multiple booleansYorhel4-15/+35
2020-04-13imgflag: Adjust weight algorithm to more heavily bias towards low vote countsYorhel1-8/+5
2020-04-09Stop keeping track of users/threads/posts count cacheYorhel3-34/+3
2020-04-07SQL:update_images_cache(): Fix handling of images with multiple referencesYorhel1-7/+7
2020-04-06Delete old relation graph generating and caching machineryYorhel5-94/+0
2020-04-05SQL: Fix update_images_cache() performance regressionYorhel1-30/+14
2020-04-05SQL: Add C-based "vndbid" type and use it for image IDsYorhel7-15/+375
2020-04-04SQL reorg: Move util/sql/ to sql/ as a top-level dirYorhel8-0/+2433