summaryrefslogtreecommitdiff
path: root/sql
AgeCommit message (Expand)AuthorFilesLines
2020-08-06SQL: Use vndbid for thread identifiersYorhel3-13/+12
2020-08-06vndbfuncs: Add w, u, t prefixesYorhel1-1/+4
2020-07-30tracing: Keep track of whether the page transaction has a txidYorhel1-0/+1
2020-07-29Reports: Keep track of unseen, new and last updated reportsYorhel3-4/+6
2020-07-25Reports: Allow reporting DB entriesYorhel1-1/+1
2020-07-23Add new reporting featureYorhel3-0/+19
2020-07-13DB dumps: Remove deprecated NSFW flagsYorhel1-2/+2
2020-07-09imageflagging: Stop prioritizing character imagesYorhel1-5/+1
2020-07-09User::Edit: Remove "show_nsfw" setting from profile + deprecate NSFW flagsYorhel1-3/+3
2020-06-29Multi::Anime: Fetch anime titles in batch + update to new UDP API verYorhel1-1/+1
2020-06-15Releases: Allow custom resolutions to be enteredYorhel1-5/+6
2020-06-13Chars: Add support for spoiler sex fieldYorhel1-2/+4
2020-06-04Cache VN popularity & rating rankingsYorhel2-4/+8
2020-05-28Add sampling-based trace loggingYorhel2-0/+16
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