summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2015-10-25Staff: Add error msg when removing used alias + fix bug in alias editingYorhel2-3/+9
2015-10-24DB::Staff: Fix 'aid' filter, used when editing VN staff infoYorhel1-1/+1
2015-10-24SQL: Throwing around some indicesYorhel1-2/+2
2015-10-24Improve several discussion board SQL queriesYorhel1-8/+14
2015-10-21Improve SQL in dbRevisionGet()Yorhel3-49/+35
2015-10-21SQL: Fix Multi to use the new DB schemaYorhel5-163/+145
2015-10-21SQL: Fix editing + func.sql + triggers.sql + autocreate editing funcsYorhel10-52/+51
2015-10-17SQL: Fix all browsing queries to use the new schemaYorhel19-436/+540
2015-10-12Notifications: Allow max 500 notifies per user + add SQL index on uidYorhel1-0/+2
2015-10-11VNDBUtil: Add some tildes to VN search normalizationYorhel1-1/+1
2015-10-03formValidate: Add json_(maxitems|unique|sort) options to json templateYorhel2-38/+13
2015-10-03js: Minor fixesYorhel1-1/+1
2015-10-03Handle JSON data natively when processing form dataYorhel5-37/+45
2015-10-03Rewrote screenshot uploader to support multiple files + use jsonYorhel2-28/+24
2015-10-01VNEdit: Give error on duplicate alias + improved msg on id/page errorYorhel2-9/+10
2015-10-01VN search: Add some more quote characters + & to normalizationYorhel1-1/+2
2015-09-20formValidate(): Let's just allow a '0' id - fix more errorsYorhel2-5/+5
2015-09-20Handler::Staff: Fix validation error on primary alias IDYorhel1-1/+1
2015-09-20Fix handling of empty seiyuu/credits fieldsYorhel1-2/+2
2015-09-20formValidate: Add json template and remove json_validate() functionYorhel3-51/+23
2015-09-20formValidate: Created templates for gtin and editsum fieldsYorhel6-14/+13
2015-09-20Use plural version of reqPostsYorhel1-1/+1
2015-09-20Use the new reqQuery() + update usage of reqPath() for TUWF 1.0Yorhel2-3/+2
2015-09-20Update usage kv_validate() to upcoming TUWF 1.0Yorhel13-81/+73
2015-09-17Handler::Discussions: Add search box to non-item thread listsYorhel1-22/+31
2015-09-17Handler::VNEdit: Use json_validate() for the VN staff/cast dataYorhel1-36/+38
2015-09-17Rename jsonEncode/Decode to C-style namingYorhel3-13/+13
2015-09-17Created json_validate() for JSON form data, used for Staff alias editorYorhel3-25/+44
2015-09-08Multi::API: Set keepalive on sockets to detect dead TCP connectionsYorhel1-0/+1
2015-09-07Handler::Discussions: Fix two bugs introduced in last commitYorhel2-2/+2
2015-09-07Handler::Discussions: Use ts_headline() to format search resultsYorhel2-5/+33
2015-09-07Handler::Discussions: Remove formcode from search formYorhel2-4/+7
2015-09-07Implement discussion board search functionYorhel3-13/+130
2015-09-06SQL: Convert threads_board.type to ENUMYorhel1-2/+2
2015-08-31Handler::VNPage: Increase limit on number of visible releasesYorhel1-2/+2
2015-08-17js: Clean up misc.jsYorhel2-6/+8
2015-08-17js: Add L10N strings to all relevant varsYorhel1-6/+1
2015-08-10Split script.js into multiple smaller filesYorhel1-0/+2
2015-08-08Char page: Dynamically show/hide trait groups depending on visible traitsYorhel1-7/+1
2015-08-08Hide sexual traits by default + Add profile option to change defaultYorhel2-5/+7
2015-08-08Add sexual trait toggle to character informationYorhel3-29/+24
2015-07-27Handler::VNPage: Bunch of fixes for release page comparison rewriteYorhel1-5/+4
2015-07-26Handler::VNPage: Rewrite release comparison pageYorhel1-408/+227
2015-07-25Handler::Misc: Fix minor calculation error in determining "admin" userYorhel1-1/+1
2015-07-22Util::BrowseHTML: Fix XSS in "order by" link URLsYorhel1-2/+2
2015-07-21Add profile option for the default spoiler settingYorhel6-31/+30
2015-07-21L10N: Combine spoiler setting stringsYorhel4-19/+18
2015-07-21Add profile option for default visible tag categories on VN pagesYorhel2-3/+9
2015-07-21Add profile option to show or summarize tags on VN pages by defaultYorhel2-4/+6
2015-07-21Multi::API: Support IPv6Yorhel1-1/+5