summaryrefslogtreecommitdiff
path: root/lib/VNDB/Util
AgeCommit message (Expand)AuthorFilesLines
2015-11-01Remove deprecated 'staffedit' permission flagYorhel1-3/+1
2015-10-17SQL: Fix all browsing queries to use the new schemaYorhel2-10/+10
2015-10-03Handle JSON data natively when processing form dataYorhel1-3/+4
2015-10-01VNEdit: Give error on duplicate alias + improved msg on id/page errorYorhel1-1/+2
2015-09-20formValidate: Created templates for gtin and editsum fieldsYorhel1-2/+7
2015-09-20Use the new reqQuery() + update usage of reqPath() for TUWF 1.0Yorhel2-3/+2
2015-09-07Handler::Discussions: Remove formcode from search formYorhel1-3/+6
2015-09-07Implement discussion board search functionYorhel1-1/+2
2015-07-22Util::BrowseHTML: Fix XSS in "order by" link URLsYorhel1-2/+2
2015-07-19Remove reliance on Referer header for the login formYorhel1-2/+5
2015-07-19Remove the MSIE browser check & warning pageYorhel1-47/+1
2015-05-13Changed layour of staff pagesYorhel1-2/+2
2015-05-13Add staff statistic to main menuYorhel1-1/+1
2015-02-02Add filters to staff browsers + minor layout fix on staff pagesmorkt1-1/+2
2015-01-28bbSubstLinks: Replace staff IDs with namesYorhel1-4/+7
2015-01-28Merge branch 'staff' into masterYorhel1-1/+71
2015-01-27staff: Fix various parts to recognize the new staff databasemorkt1-2/+2
2015-01-25staff: Add staff edit permission + alias layoutingmorkt1-1/+3
2015-01-12bbSubstLinks: Increase titles to fetch to 50 + tweak matching patternmorkt1-8/+9
2015-01-02staff: Fix deleting of staff + use JSON to pass data + minor fixesmorkt1-0/+1
2014-12-23bbSubstLinks: Fix minor parsing issuemorkt1-2/+2
2014-12-22DB: Merge name/title fetching in main fetching functionsYorhel1-3/+3
2014-12-22bbcode: Replace [vcpgi][0-9]+ links with a [url] tagmorkt1-1/+70
2014-12-22Initial implementation of a staff/seiyuu databasemorkt2-4/+7
2014-12-01Don't use inline script tag to pass pref_code to JSYorhel1-11/+4
2014-10-21Use TUWF's reqBaseURI() instead of $self->{uri} on site linksYorhel2-2/+3
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 flagYorhel2-8/+5
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 DBYorhel1-19/+21
2014-10-15Use scrypt for new password hashesYorhel1-3/+27
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 valuesYorhel1-26/+17
2014-10-13SQL: Use enum to represent platformsYorhel1-1/+1
2014-08-29API: Make sure to honor the new login throttleYorhel2-23/+2
2014-08-29Strengthen formcode for non-logged-in visitors + CSRF protect login formYorhel3-16/+26
2013-11-25CommonHTML: Made 'copy' tab invisible to users without editsYorhel1-1/+1
2012-07-24Add wishlist / VN list status options to VN list browserSpaceRanger1-0/+8
2012-07-02Handler::VNPage: Added releases tab + comparison tableSpaceRanger1-0/+6
2012-01-25Do most of the table striping in CSSYorhel2-15/+14
2012-01-10Allow one fractional digit for VN votesYorhel2-11/+11
2011-12-29Added duplicate check when adding VNsYorhel2-6/+13
2011-10-24Added 'role' filter to character browserYorhel1-1/+1
2011-08-30Changed "remove"- and "add"-like words to a single lang.txt entryQCyph1-1/+1
2011-08-27Added filters to character browse page and trait pageQCyph1-2/+3
2011-08-24Util/CommonHTML.pm: fixed copy tab and edit message bugs on character pageQCyph1-2/+2
2011-08-23Re-structured password recovery featureYorhel1-3/+27
2011-08-22Removed support for pre-2.6 passwordsYorhel1-9/+1