summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2017-12-06Add instructions for running VNDB as standalone web serverYorhel1-3/+3
2017-11-26Add language: Bulgarian and Platforms: Nintendo Switch & Wii UYorhel4-0/+3
2017-11-25Remove broken SQL functions from Makefile + add install instructionsYorhel1-2/+2
2017-11-17Fix typo in d11Yorhel1-3/+3
2017-08-14Some minor doc changesYorhel2-6/+15
2017-08-14API: Some additions to the "get *list" commandsYorhel1-10/+55
2017-06-21API: Various additionsYorhel1-3/+51
2017-05-28Fix Saturn icon sizeYorhel1-0/+0
2017-05-22API: Add some flags to query staff/seiyuu dataYorhel1-0/+56
2017-04-30d13: Add ShareX guideYorhel1-2/+22
Draft text & screenshots provided by https://vndb.org/u118842
2017-04-28API: Made a start on "get staff" supportYorhel1-0/+141
2017-04-28Replace d13 image links with self-hosted onesYorhel1-3/+3
Yes I abused the screenshot-uploading trick rather than storing those images on the git repo. I'd rather not have many images in git.
2017-04-21Add 1366x768 resolutionYorhel1-0/+1
https://vndb.org/t950.317
2017-03-26d5: Fix spelling errorYorhel1-1/+1
Reported at https://vndb.org/t2520.217
2017-03-03Add date filters to VN searchYorhel1-1/+4
2017-03-03API: Add traits filter to get characterYorhel1-0/+19
2017-02-20APIDump: Add votes2.gz with dates, update sizes in d14Yorhel1-8/+8
2017-01-29Fix HTML error on d11Yorhel1-1/+2
2017-01-19Add Open Graph tags for the main page and vrspcflan1-0/+1
2017-01-19Change the default DB username to "vndb_site" to match changes from 6a04b32flan1-1/+1
2016-12-04API: Add username filter to "get user" + d11 updatesYorhel1-61/+19
2016-11-27SQL: Use separate role for the website + disallow access to user dataYorhel1-0/+1
Previously the website was connected to the database with a "database owner" user, which has far too many permissions. Now there's a special vndb_site user with only the necessary permissions. The primary reason to do this is to decrease the impact if the site process is compromised. E.g. it's now no longer possible to delete or modify old entry revisions. An attacker can still do a lot of damage, however. Additionally (and this was the main reason to implement this change in the first place), the user sessions, passwords and email data is now not easily accessible anymore. Hopefully, the new user management abstractions will prevent email and password dumps in case of an SQL injection or RCE vulnerability in the site code. Of course, this only works if my implementation is fully correct and there's no privilige escalation vulnerability somewhere. Furthermore, changing your password now invalidates any existing sessions, and the password reset function is disabled for 'usermods' (because usermods can list email addresses from the database, and the password reset function could still allow an attacker to gain access to anyone's account). I also changed the format of the password reset tokens, as they totally don't need to be salted.
2016-10-16Doc update + IRC bot language fixYorhel1-1/+7
2016-09-11API: Add VN relations "official" fieldYorhel1-1/+3
2016-09-11Fix http->https in d14 + increase IRC quote spam intervalYorhel1-3/+3
2016-08-31API: Add simple "get user" commandYorhel1-0/+48
2016-08-09Add Croatian languageYorhel2-0/+1
2016-07-31vnstaff.js: Show error message when staff is credited multiple timesYorhel1-1/+20
The backend does this validation as well, but if that validation fails it will show an unhelpful "Malformed JSON" error. This JS message should be more helpful.
2016-07-31Add Thai languageYorhel2-0/+1
2016-07-31API: Support array mathing in "get character" vn filterYorhel1-3/+3
2016-07-03Fix adding tags to VNs after last commitYorhel1-1/+1
I changed the exact matching syntax of the tag search to be '='-prefixed rather than 'name:'-prefixed, to be similar to exact staff search. But I forgot that the JS code relied on the name-prefix.
2016-07-03Various staff search improvementsYorhel2-0/+2
- Exact match is now case-insensitive - Main staff search supports exact match with =-prefix - On VN edit dropdown: exact matches are sorted before other matches - VN edit dropdown now also displays original name
2016-07-02JS: Use alias ID in dropdown search to fix selectionYorhel2-4/+4
2016-06-19API: Add "tags" filter to "get vn" + increase throttle throttleYorhel1-0/+17
2016-06-12API: Increase some limits + set custom TCP keepalive valuesYorhel1-2/+4
2016-05-15API: Allow sorting 'get vn' on stats fieldsYorhel1-1/+2
2016-04-11API: Added "vns" flag and member to "get character"Yorhel1-0/+11
2016-03-01JS: Increase staff/cast box summarization cut-off pointYorhel1-1/+1
It's rather annoying to have to click "more" only to see one or two more lines. Let's just show everything in that case.
2016-02-15Add Tagalog languageYorhel2-0/+1
2016-02-12JS: Fix char_roles bug + CSS: Minor tweaks to main VN info layoutYorhel1-2/+2
2016-02-12Minor fixes / behaviour reverts related to the removal of L10NYorhel1-4/+4
- Fix mouse-over text of language flag on homepage - Capitalize release types in edit form - Use plural form of character roles on VN page listing
2016-01-29Multi::API: added 'screens' flag to 'get vn'Yorhel1-0/+14
2016-01-26d2: VN guideline changeYorhel1-18/+45
2016-01-23L10N: Remove all remaining traces of the interface translation featureYorhel1-3617/+0
...unless I missed something.
2016-01-23L10N: Intern all VNDB::Handler::* stuffYorhel1-1/+0
Most of these replacements were automated. This ended up being less work than I had anticipated. I also fixed a few minor bugs along the way, but probably introduced more than I fixed.
2016-01-20L10N: Intern all VNDB::Util::* stuffYorhel1-255/+0
With some related edits in other parts of the code, mostly due to interface changes to htmlRevision() and htmlFormError(). Trivial replacements were automated by a super awesome script.
2016-01-19Move some VNDB::L10N stuff to VNDB::Func + intern VNDB::FuncYorhel1-35/+0
2016-01-19global.pl: Fix incorrect naming of producer relation typesYorhel1-6/+6
2016-01-18Fix display of spoiler in chartraits.js + warning in Handler/Chars.pmYorhel1-1/+1
2016-01-17L10N: Intern all Javascript strings and rename main JS fileYorhel20-240/+217
This has been mostly automated.