summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-21Added "unknown medium" release filterYorhel1-2/+5
2013-01-21Added "unknown platform" release filterYorhel1-2/+5
2013-01-21I18N: Merge all translation strings that eval to "Unknown"Yorhel6-34/+45
2013-01-18Multi::API: Added basic 'get character' commandYorhel1-4/+96
2013-01-18Added daily-generated JSON dump of the trait informationYorhel1-12/+50
2013-01-05Screenshot uploader: Load stuff synchronously + removed processing flagYorhel2-16/+12
2013-01-05Don't use Multi for processing screenshotsYorhel3-96/+18
2013-01-05Don't use Multi for processing character imagesYorhel3-46/+17
2013-01-05Don't use Multi for processing VN cover imagesYorhel3-46/+19
2013-01-05Move api/tags.json.gz to the main domainYorhel1-1/+1
2013-01-04Added daily-generated JSON dump of the tag informationYorhel1-0/+78
2013-01-04Multi::API: Added 'tags' flag and member to 'get vn'Yorhel1-1/+13
2013-01-04Multi::API: Added 'set wishlist' commandYorhel1-3/+20
2013-01-04Multi::API: Added 'set vnlist'Yorhel1-6/+31
2013-01-04Multi::API: Added 'set' command 'set votelist'Yorhel1-1/+47
2013-01-03Multi::API: Added 'get vnlist' and 'get wishlist'Yorhel1-2/+86
2013-01-03Multi::API: Added 'get votelist'Yorhel1-4/+47
2013-01-03Multi::API: Tighten input validation for integersYorhel1-12/+17
2012-11-05Handler::Traits: Include filter string in paginationYorhel1-1/+1
2012-09-22Handler::Chars: Include filter string in paginationYorhel1-1/+1