summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Increase max release title length to 300Yorhel2-2/+4
2020-03-26imgflag for public: Add link, bias weights to chars, show vote statsYorhel1-3/+9
2020-03-26imgflag: Keep track of users.c_imgvotes + limit number of votes + adjust samp...Yorhel4-9/+24
2020-03-23ExtLinks: A few more shop links for releasesYorhel2-2/+19
2020-03-20Minor refactor: Move "samesite" cookie handling to vndb.plYorhel1-0/+7
2020-03-19dbdump/imgflag: Make sure to include users who voted on imagesYorhel1-1/+2
2020-03-17imgflag: Add "imgvote" permissionYorhel1-0/+3
2020-03-16imgflag: Initial schema + UI for image flaggingYorhel8-8/+143
2020-03-12SQL: Keep track of dimensions for all images in the DBYorhel2-2/+28
2020-03-12SQL: Use global "images" table for metadata of all images in the DBYorhel8-48/+138
2020-02-23dbdump: Add vn.c_popularity, c_rating and c_votecount to the dumpsYorhel1-3/+3
2020-02-21SQL: Allow tags_vn.uid to be NULL for deleted usersYorhel4-7/+15
2020-02-13v2rw: WIP: Convert character pagesYorhel1-0/+7
2020-02-12devdump.pl: Fix extraction of votesYorhel1-1/+2
2020-02-09Tagmod: Add "notes" field to tag voting thingYorhel2-0/+2
2020-02-06Cache Markdown-to-HTML in the database for doc pagesYorhel3-2/+25
2020-01-12Docker: Add image version check to docker-init.shYorhel1-3/+12
2020-01-12Docker: Switch to AlpineYorhel1-17/+13
2020-01-08ulist: Display vote stats for public votes even when "Vote" label is privateYorhel1-5/+6
2020-01-04ulist: Add ability to save views as defaultYorhel3-4/+11
2020-01-01ulist: Time to put this live2.27Yorhel1-0/+0
2019-12-30Minor refactor: Move all trigger functions and declarations to separate fileYorhel6-336/+351
2019-12-30Merge branch 'ulist'Yorhel10-259/+227
2019-12-30Actually, let's get rid of v3 now that it doesn't work anymore anywayYorhel3-86/+4
2019-12-30ulist: Remove remnants of old votes/vnlists/wlists tablesYorhel4-45/+7
2019-12-27ulists: Update devdump.plYorhel2-19/+21
2019-12-24ulist: Export new lists in dbdump.pl, unexport old listsYorhel2-39/+46
2019-12-22ulist: Update "My lists" VN filters to use new ulists featureYorhel1-1/+1
2019-12-22ulist: Use new lists for VN vote stats & listingYorhel2-0/+4
2019-12-20ulist: Remove deprecated hide_list user preferenceYorhel1-1/+1
2019-12-20Keep track of poll vote datesYorhel2-0/+3
2019-12-19ulist: Update user list with vnlist/votes/wishlist statsYorhel5-24/+36
2019-12-17ulist: Synchronize changes between rlists and ulist_vnsYorhel3-32/+29
2019-12-16ulist: Convert vn.c_* vote stat updating to use ulist_vns tableYorhel2-13/+31
2019-12-16ulist: Integrate update script into SQL + update notify_listdel()Yorhel5-35/+83
2019-12-08dbdump.pl: Do an explicit rollback before disconnecting the DBYorhel1-0/+1
2019-12-07dbdump.pl: Ensure consistent exportsYorhel1-1/+2
2019-12-03API: Add "get ulist-labels" and "get ulist"Yorhel1-0/+4
2019-12-01v2rw: Convert thread display + poll votingYorhel1-2/+2
2019-11-10ulist: Fix migration script to properly delete tables & handle concurrent cha...Yorhel1-2/+7
2019-11-10ulist: SQL: Create labels for new users + auto-assign Voted label + import rl...Yorhel1-5/+57
2019-11-10ulist: Rename tables to something more sensibleYorhel1-16/+16
2019-11-10ulist: Use lower numbers for custom labels + add VN listingYorhel1-54/+17
2019-11-10ulist: Add data model for new lists + Perl/Elm for label managementYorhel2-0/+135
2019-11-08Wikidata: Add support for doujinshi.org author linksYorhel2-1/+3
2019-11-02Add character age field + conversionYorhel2-8/+31
2019-11-02Add character cup size field + conversion + filterYorhel3-2/+57
2019-10-17Fix the devdumpYorhel1-2/+2
2019-10-13Sort languages by name rather than tagYorhel1-1/+1
2019-10-10rewards: Add user settingsYorhel3-5/+23