summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Require email confirmation when changing email addressYorhel3-10/+62
2019-10-03SQL: Add session types + use sessions for password reset tokensYorhel1-5/+4
2019-10-03SQL: Change sessions.lastused into sessions.expiresYorhel2-13/+6
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 tableYorhel10-83/+41
2019-10-02Improve client-side username validation and registration messageYorhel1-1/+1
2019-10-02Handler::Discussions: Fix perl warnings when receiving an invalid board typeYorhel1-1/+1
2019-10-02Handler::VNPage: Fix anime type displayYorhel1-1/+1
2019-10-02v2rw: Convert user preferences formYorhel3-137/+102
2019-10-01Minor refactor: Actually, let's split up RegReset.pmYorhel6-152/+157
2019-10-01Fix <base href=..> so that form tabs work againYorhel1-1/+1
2019-10-01v2rw: Convert registration, account activation and password resetYorhel5-228/+159
2019-09-30v2rw: Convert login, logout & insecure-password-change formsYorhel6-75/+111
2019-09-28Fix CSS sanitization to remove full @import statementsYorhel1-1/+1
2019-09-27VNWeb::HTML: Attempt to sanitize custom CSSYorhel1-1/+20
2019-09-27VNWeb::HTML::_maintabs_: Fix display of relations tab for vns and producersYorhel1-1/+5
2019-09-27VNWeb::HTML::revision_: Fix handling of UTF-8 diffsYorhel1-6/+6
2019-09-27Add Malay languageYorhel1-0/+1
2019-09-27v2rw: No need to nest <tr>s, fix striping on history listingsYorhel1-10/+8
2019-09-27v2rw: Convert history listingsYorhel8-150/+276
2019-09-26Disallow usernames that look like DB identifiers + minor BBCode fixYorhel2-2/+2
2019-09-25v2rw: Add Elm & db_edit framework + Convert doc page editingYorhel10-111/+471
2019-09-24Handler::VNPage: Turn character names in seiyuu diff into linksYorhel1-2/+2
2019-09-24Add language: Scottish GaelicYorhel1-0/+1
2019-09-23Add 4 new languagesYorhel1-0/+4
2019-09-23Minor administrative fixesYorhel2-2/+1
2019-09-23v2rw: Convert doc pages + add framework for item fetching & display & revisionsYorhel9-114/+668
2019-09-20CSS: Increase doc index box a bit + Add API/Dumps/Query links to main menuYorhel1-1/+4
2019-09-18v2rw: Convert authentication code to VNWeb::AuthYorhel11-252/+111
2019-09-17v2rw: Initial start on an incremental rewrite; Layout HTML firstYorhel4-185/+391
2019-09-17Make hashes in VNDB::Types immutable + get rid of Tie::IxHash depYorhel2-5/+15
2019-09-17Rename VNDBSchema to VNDB::Schema and let it figure out the root path itselfYorhel1-8/+8
2019-09-17Clean up DB statistics displayYorhel1-6/+3
2019-09-16Fix#2 dropdown search for engine autocompletionYorhel1-1/+1
2019-09-16Fix dropdown search for engine autocompletionYorhel1-2/+2
2019-09-14Add "msg user" to revision box + add own ID to boards when PMingYorhel2-2/+7
2019-09-14Remove spoiler warning from character revision pagesYorhel1-9/+0
2019-09-14SQL: Replace "shop_*.found" with "deadsince" timestampYorhel5-15/+15
2019-09-13Remove the VN length examples (+ some cruft I forgot earlier)Yorhel6-33/+18
2019-09-13Handler::VNPage: Add bundle/partial/patch indicator to affiliate linksYorhel1-4/+14
2019-09-13DB::VN: Return hidden staff & seiyuu in dbGetVNYorhel1-2/+2
2019-09-13Fix old usage of $VNDB:ROOTYorhel2-3/+2
2019-09-12Add VNDB::Config module and unified conf.pl config fileYorhel16-63/+160
2019-09-12VNDB::Types: Convert medium & resolutionYorhel10-78/+79
2019-09-12VNDB::Types: Convert age_rating and release_typeYorhel7-45/+46
2019-09-12VNDB::Types: Convert animated & voicedYorhel7-35/+44
2019-09-12VNDB::Types: Convert discussion_boards to %BOARD_TYPEYorhel3-25/+35
2019-09-12VNDB::Types: Convert producer_typesYorhel8-17/+17
2019-09-11VNDB::Types: Convert vn_lengths, anime_types and tag_categoriesYorhel7-27/+49
2019-09-11VNDB::Types: Convert char_roles, blood_types and gendersYorhel8-57/+62