summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2019-10-07SQL: Improve performance of update_vnpopularity()Yorhel1-15/+12
2019-10-07SQL: Perform incremental updates on traits_chars when characters are editedYorhel2-9/+22
2019-10-07SQL: Perform incremental updates on tags_vn_inherit when tags are modifiedYorhel2-10/+22
2019-10-07SQL: Adjust tag_vn_inherit and trait_chars calculationsYorhel5-53/+51
2019-10-03Disallow changing email address to one already used by another accountYorhel2-2/+3
2019-10-03Require email confirmation when changing email addressYorhel3-8/+29
2019-10-03SQL: Add session types + use sessions for password reset tokensYorhel3-22/+41
2019-10-03SQL: Change sessions.lastused into sessions.expiresYorhel4-13/+18
2019-10-03Fix spoilers preference to be a smallint rather than booleanYorhel2-3/+3
2019-10-03SQL: Get rid of the users_prefs table, store preferences in users tableYorhel7-43/+84