summaryrefslogtreecommitdiff
path: root/lib/Multi/API.pm
AgeCommit message (Expand)AuthorFilesLines
2024-03-28!BREAKING! Restructure directory layout for generated & runtime filesYorhel1-1/+1
2024-03-23API fixes: reject delete_at logins/tokens + fix "get quote" commandYorhel1-3/+7
2023-09-17Producer::Edit: Convert form to JSYorhel1-1/+1
2023-08-06Save original image uploadsYorhel1-1/+1
2023-07-11Remove popularity rating + adjust bayesian averageYorhel1-3/+3
2023-05-03SQL: Rename columns that are SQL keywordsYorhel1-4/+4
2023-03-24Search backend changes: faster results with trigram index + rankingYorhel1-4/+4
2023-03-20Also swap staff name/originalYorhel1-9/+8
2023-03-20Swap chars name/original as wellYorhel1-11/+11
2023-03-20Swap producer name/original to be consistent with VN/release titlesYorhel1-14/+14
2023-02-19Rework passing around entry titles + add proper HTML5 'lang' attrsYorhel1-18/+18
2022-12-03Switch to the HIBP password databaseYorhel1-3/+2
2022-11-29API2: Implement token-based authentication + GET /authinfoYorhel1-1/+1
2022-10-31Multi::API: Fix "original" filter for get releaseYorhel1-3/+3
2022-10-31SQL: Merge ulist_vns_labels into ulist_vns as array + cache private flagYorhel1-72/+47
2022-10-08SQL: Reduce size of images table + set a max of 15 votesYorhel1-4/+4
2022-10-04API: Add release.official + more image dimensionsYorhel1-4/+12
2022-10-02API: Use deterministic ORDER BY to fix paginationYorhel1-9/+9
2022-10-02API: Add VN length vote statsYorhel1-1/+4
2022-10-02API: Add release linksYorhel1-2/+20
2022-10-02API: Add VN + release titlesYorhel1-0/+26
2022-09-28Multi::API: Update for new schemaYorhel1-6/+6
2022-02-11Update Multi::(IRC|API) to work with the new vn_titles schemaYorhel1-11/+11
2021-12-15API: Add support for session tokensYorhel1-13/+48
2021-11-19Use new search for VNs; remove search cache updating from MultiYorhel1-3/+2
2021-11-19Search adjustments + use new search for producers,staff,characters tooYorhel1-3/+3
2021-11-15Make release type a property of the release<->vn relationYorhel1-3/+8
2021-10-28Allow uppercase characters in usernamesYorhel1-6/+6
2021-06-04Fix use of c_(rating|popularity) in API and AdvSearch filtersYorhel1-2/+2
2021-03-23Traits: Convert to vndbids + add edit historyYorhel1-3/+3
2021-03-11Tags: Convert to vndbids + add edit historiesYorhel1-3/+3
2021-03-05API: *Actually* fix staff (id=[array]) filterYorhel1-1/+1
2021-03-04Releases: Store unknown minage as NULL + fix default for new entriesYorhel1-1/+1
2021-03-04API: Fix staff (id=[array]) filterYorhel1-1/+1
2021-03-01API: Fix bug with VN filter in list commandsYorhel1-2/+2
2021-03-01SQL: vndbid data type conversion for most DB entriesYorhel1-100/+105
2021-02-20cleanup: Merge VNDBUtil into VNDB::FuncYorhel1-7/+7
2021-01-30Add "original language" field to VN entriesYorhel1-4/+4
2021-01-08Multi::API: Fix harmless perl warning on "get quote" order by randomYorhel1-1/+1
2020-12-29API: Add "get quote" commandYorhel1-0/+19
2020-11-13API: Add spoiler_gender, age, & cup_size fields to get characterYorhel1-3/+5
2020-07-13Multi::API: Fix harmless Perl warning for entries without imageYorhel1-1/+2
2020-07-12API: Fix JSON type of image_flagging.votecountYorhel1-1/+1
2020-07-09Multi::API: Fix confusion between vn.c_votecount and images.c_votecountYorhel1-2/+2
2020-07-09API: Deprecate NSFW flags and add image_flagging summaryYorhel1-8/+27
2020-06-15Releases: Allow custom resolutions to be enteredYorhel1-3/+5
2020-04-16API: get ulist: Always return and allow filtering on label 7 (Voted)Yorhel1-2/+2
2020-04-09Stop keeping track of users/threads/posts count cacheYorhel1-2/+1
2020-04-05SQL: Add C-based "vndbid" type and use it for image IDsYorhel1-3/+3
2020-03-12SQL: Use global "images" table for metadata of all images in the DBYorhel1-4/+4