summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Apply bbSubstLinks to database description fieldsYorhel4-0/+4
2015-01-28bbSubstLinks: Replace staff IDs with namesYorhel1-4/+7
2015-01-28Merge branch 'staff' into masterYorhel9-15/+88
2015-01-27staff: Fix various parts to recognize the new staff databasemorkt4-6/+7
2015-01-25staff: Fix adding/editing staff with >10 aliassesYorhel1-1/+1
2015-01-25staff: Add staff edit permission + alias layoutingmorkt2-9/+14
2015-01-17DB: No need to use double-%% in like queriesYorhel3-3/+3
2015-01-17staff: Fix search to ignore spaces in Japanese namesmorkt1-1/+6
2015-01-17Handler::VNPage: Conditionally disable warnings for smartmatchmorkt1-1/+1
2015-01-17Fix bug with language icon not being displayed for release in user listmorkt1-6/+5
2015-01-17Fix placing of add/edit tabs on VN pages when tags are hiddenmorkt1-0/+1
2015-01-16staff: More form verification + support more chars for VN seiyuu linkingmorkt1-4/+12
2015-01-15Double the limit of number of traits to a characterYorhel1-1/+1
2015-01-12staff: Remove some remnants of the staff imagesYorhel2-2/+1
2015-01-12staff: Make Multi::IRC aware of the staff databaseYorhel1-5/+10
2015-01-12staff: Stronger verification of form datamorkt2-21/+29
2015-01-12bbSubstLinks: Increase titles to fetch to 50 + tweak matching patternmorkt1-8/+9
2015-01-04staff: Add some link fields and guidelinesmorkt2-13/+28
2015-01-03staff: Various JS fixesmorkt1-1/+1
2015-01-02staff: Don't allow empty staff revisionsYorhel2-5/+8
2015-01-02staff: Fix warning of comparison against undefYorhel1-1/+1
2015-01-02staff: Fix duplicate listing of seiyuu for chars with multiple releasesYorhel1-3/+3
2015-01-02staff: Fix deleting of staff + use JSON to pass data + minor fixesmorkt7-47/+101
2014-12-29staff: Some bug fixes and styling improvementsmorkt2-29/+57
2014-12-29staff: Don't use inline script to pass seiyuu import datamorkt1-14/+8
2014-12-28staff: Import cast from other VN + some styling + more improvementsmorkt6-65/+99
2014-12-28More progress on the staff + cast DBmorkt7-94/+193
2014-12-24Further progress on the staff databasemorkt5-75/+57
2014-12-23bbSubstLinks: Fix minor parsing issuemorkt1-2/+2
2014-12-22DB: Merge name/title fetching in main fetching functionsYorhel7-45/+15
2014-12-22bbcode: Replace [vcpgi][0-9]+ links with a [url] tagmorkt6-6/+109
2014-12-22Initial implementation of a staff/seiyuu databasemorkt10-22/+669
2014-12-02Completely drop l_vnn column from VN infoYorhel2-5/+4
2014-12-02Handler::VNEdit: Fix 500 when editing VN without screenshotsYorhel1-1/+1
2014-12-01Replace some 'onclick' attributes with JS-generated eventsYorhel3-8/+8
2014-12-01Don't use inline script to pass screenshot sizes in VN editYorhel1-7/+6
2014-12-01Don't use inline script tag to pass pref_code to JSYorhel4-14/+7
2014-10-21Use TUWF's reqBaseURI() instead of $self->{uri} on site linksYorhel5-11/+16
2014-10-21Disable warning about switch statementYorhel1-1/+2
2014-10-20Fix tabindex on edit summaryYorhel1-1/+1
2014-10-16Fix tabindex on the date selectorYorhel1-1/+1
2014-10-16Completely get rid of the old charedit perm flagYorhel5-15/+10
2014-10-16Add a positive tabindex to all generated form elementsYorhel1-12/+16
2014-10-16Set httponly flag on auth cookieYorhel1-1/+1
2014-10-16Hash session tokens with SHA-1 when storing in DBYorhel2-23/+25
2014-10-15Multi::API: Fix login with the new password format changesYorhel1-5/+19
2014-10-15Multi::API: Fix crash on failed loginYorhel1-2/+2
2014-10-15Use scrypt for new password hashesYorhel2-9/+29
2014-10-15Auth: Use a proper CSPRNG for generating salt and tokensYorhel1-6/+10
2014-10-15SQL: Merge users.(passwd|salt) in one column + document valuesYorhel3-41/+32