summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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-15Double the limit of number of traits to a characterYorhel1-1/+1
2015-01-12bbSubstLinks: Increase titles to fetch to 50 + tweak matching patternmorkt1-8/+9
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-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
2014-10-13SQL: Use enum to represent platformsYorhel3-10/+11
2014-10-11SQL: Convert login_throttle.timeout to a timestamptzYorhel2-5/+5
2014-10-09Handler::Users: Properly select current skin in user edit formYorhel1-2/+4
2014-09-25Multi: Update maintenance timings + disable usercacheYorhel1-10/+14
2014-09-15norm_ip: Use /23 subnet for IPv4Yorhel1-7/+12
2014-09-02Fix matching bug in norm_ip()Yorhel1-1/+1
2014-08-29API: Make sure to honor the new login throttleYorhel5-33/+53
2014-08-29Throttle failed login attempts (10/day)Yorhel3-4/+44
2014-08-29Strengthen formcode for non-logged-in visitors + CSRF protect login formYorhel4-16/+27
2014-08-21API dump: Add daily votes dumpYorhel1-1/+34
2014-08-21API: Increase max result counts for userlistsYorhel1-2/+4
2014-08-19Multi: Run maintenance tasks at 12:00 GMTYorhel1-7/+4
2014-08-19API: Allow access to other users' public listsYorhel1-7/+19
2014-08-16API: Add 'vn' filter to get characterYorhel1-1/+3
2014-07-18API: Add firstchar filter to get vnYorhel1-0/+3
2014-05-16API: Added 'dbstats' commandYorhel1-4/+29
2014-03-14DB::Releases: Fix mixing AND/OR expressions in platform/media filtersYorhel1-4/+4
2014-03-11Multi::API: Fix two 'Use of uninitialized value in multiplication'Yorhel1-2/+2
2014-03-10Multi::API: Expose popularity, rating and votecountYorhel1-1/+7
2013-11-25CommonHTML: Made 'copy' tab invisible to users without editsYorhel1-1/+1
2013-10-21Handler::Releases: Fix 500 on /xml/releases.xml when VN has been deletedYorhel1-0/+1
2013-04-17Fix form validation bug on /u*/posts + disallow space in email fieldYorhel1-0/+1
2013-03-09Allow only one account registration per /48 IPv6 block per dayYorhel2-2/+6
2013-01-22Handler::VNPage: Fix display of VN list statusses on VN pageYorhel1-1/+1
2013-01-21Handler::VNPage: Fix perl warning on revision pagesYorhel1-1/+1