summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB
AgeCommit message (Expand)AuthorFilesLines
2021-01-20v2rw: Rewrite done, time to clean up old v2 codeYorhel8-1115/+0
2020-09-29v2rw/TraitEdit: Rewrite trait edit form + cleanup bunch of old codeYorhel1-28/+1
2020-09-27v2rw: Delete old tag edit formYorhel1-54/+1
2020-09-12v2rw: Add new filter querying framework + rewrite homepageYorhel3-295/+1
2020-08-07Discussions: Fix handling of user deletionYorhel1-3/+3
2020-08-06Discussions: Allow discontinuous post numbers + ignore hidden posts in counts...Yorhel1-2/+2
2020-07-21Delete old producer edit form + a few more cleanupsYorhel2-44/+2
2020-07-19Delete old VN edit form + some other unreferenced codeYorhel2-89/+7
2020-07-12DB::VN: Exclude deleted VNs in random screenshot selectionYorhel1-0/+1
2020-07-10DB::VN: Use image flagging status for random screenshots with filterYorhel1-4/+5
2020-06-15Releases: Allow custom resolutions to be enteredYorhel1-4/+6
2020-06-07DB::VN: Fetch random homepage screenshots using TABLESAMPLEYorhel1-14/+20
2020-06-04Delete old character edit formYorhel2-49/+1
2020-04-24v2rw/VN::Page: Remove old and unused codeYorhel1-77/+0
2020-04-15SQL: Split "perm" column into multiple booleansYorhel1-1/+1
2020-04-09Stop keeping track of users/threads/posts count cacheYorhel1-11/+1
2020-04-06Delete old relation graph generating and caching machineryYorhel2-13/+7
2020-04-06DB::VN: Fix 500 by randomly generating a "sf0" vndbidYorhel1-1/+1
2020-04-05SQL: Add C-based "vndbid" type and use it for image IDsYorhel3-16/+14
2020-03-24DB::Releases: Also fetch the new links for the old code -.-Yorhel1-2/+2
2020-03-22Delete old release edit formYorhel2-49/+1
2020-03-12SQL: Keep track of dimensions for all images in the DBYorhel3-22/+11
2020-03-12SQL: Use global "images" table for metadata of all images in the DBYorhel2-19/+26
2020-02-21SQL: Allow tags_vn.uid to be NULL for deleted usersYorhel1-42/+1
2020-01-28v2rw: Convert the VN tagmod interfaceYorhel1-33/+1
2019-12-29ulist: Display labels on VN browserYorhel1-0/+8
2019-12-24ulist: Delete old lists code and redirect old URLsYorhel1-274/+2
2019-12-22ulist: Update "My lists" VN filters to use new ulists featureYorhel1-9/+6
2019-12-22ulist: Use new lists for VN vote stats & listingYorhel1-9/+7
2019-12-12v2rw: Discussion board editing & thread creationYorhel1-160/+1
2019-11-15Move pubskin fetching responsibility to VNWeb::HTML::framework_Yorhel1-2/+0
2019-11-15v2rw: Convert discussion board searchYorhel1-19/+0
2019-11-14v2rw: Convert staff pagesYorhel1-79/+2
2019-11-12v2rw: Move entryLinks() into separate VNDB::ExtLinks moduleYorhel1-30/+4
2019-11-02Add character age field + conversionYorhel1-3/+3
2019-11-02Add character cup size field + conversion + filterYorhel1-3/+5
2019-10-16v2rw: Convert staff adding/editing formYorhel2-42/+1
2019-10-14v2rw: Convert user listingYorhel1-36/+4
2019-10-14Delete the user deletion featureYorhel1-8/+1
2019-10-14Fix fetching of c_olang for revision pagesYorhel1-1/+1
2019-10-14Add lang HTML attribute to some original language fieldsYorhel1-1/+1
2019-10-12rewards: Fix applying the public skin even when disabledYorhel1-1/+1
2019-10-12v2rw: Convert user notifications interface (/u+/notifies)Yorhel1-70/+0
2019-10-10rewards: Honor public custom css/skinYorhel1-1/+2
2019-10-10rewards: Apply supporters badge and unicode name (almost) everywhereYorhel11-29/+19
2019-10-07SQL: Perform incremental updates on tags_vn_inherit when tags are modifiedYorhel1-0/+3
2019-10-04VNDB::DB::Discussions: Don't count private threads in the discussions tab numberYorhel1-1/+1
2019-10-03Disallow changing email address to one already used by another accountYorhel1-50/+1
2019-10-03Fix 500 when sorting userlist by vote countYorhel1-1/+1
2019-10-03SQL: Get rid of the users_prefs table, store preferences in users tableYorhel2-39/+7