summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/Users.pm
AgeCommit message (Expand)AuthorFilesLines
2016-11-27SQL: Use separate role for the website + disallow access to user dataYorhel1-32/+35
2016-01-23L10N: Intern all VNDB::Handler::* stuffYorhel1-119/+161
2016-01-20L10N: Intern all VNDB::Util::* stuffYorhel1-9/+13
2016-01-19Move some VNDB::L10N stuff to VNDB::Func + intern VNDB::FuncYorhel1-4/+4
2016-01-17Use Tie::IxHash for some global.pl listsYorhel1-1/+1
2016-01-17L10N: Intern tag_cats/voiced/animated/*_statusYorhel1-1/+2
2016-01-10Require current password on /u+/edit + only hash password once on /u+/setpassYorhel1-1/+9
2015-10-28Handler::Users: Don't hide list stats from own user or usermodsYorhel1-3/+4
2015-10-21Improve SQL in dbRevisionGet()Yorhel1-1/+1
2015-09-20Update usage kv_validate() to upcoming TUWF 1.0Yorhel1-18/+16
2015-08-08Hide sexual traits by default + Add profile option to change defaultYorhel1-2/+4
2015-07-21Add profile option for the default spoiler settingYorhel1-4/+5
2015-07-21Add profile option for default visible tag categories on VN pagesYorhel1-0/+7
2015-07-21Add profile option to show or summarize tags on VN pages by defaultYorhel1-2/+4
2015-07-19Remove reliance on Referer header for the login formYorhel1-3/+3
2014-12-01Replace some 'onclick' attributes with JS-generated eventsYorhel1-2/+2
2014-10-21Use TUWF's reqBaseURI() instead of $self->{uri} on site linksYorhel1-3/+4
2014-10-15Use scrypt for new password hashesYorhel1-6/+2
2014-10-15SQL: Merge users.(passwd|salt) in one column + document valuesYorhel1-6/+8
2014-10-09Handler::Users: Properly select current skin in user edit formYorhel1-2/+4
2014-08-29API: Make sure to honor the new login throttleYorhel1-2/+2
2014-08-29Throttle failed login attempts (10/day)Yorhel1-2/+19
2014-08-29Strengthen formcode for non-logged-in visitors + CSRF protect login formYorhel1-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 dayYorhel1-1/+5
2012-01-25Handler::Users: Fix HTML generation bug in user notification listYorhel1-1/+1
2012-01-25Do most of the table striping in CSSYorhel1-12/+11
2012-01-10Allow one fractional digit for VN votesYorhel1-3/+3
2012-01-07Handler::Users: Use |= instead of += to generate permissions on usereditYorhel1-1/+1
2011-08-23Added email confirmation to registration processYorhel1-23/+28
2011-08-23Re-structured password recovery featureYorhel1-4/+42
2011-04-30Replaced user ranks with a permission systemYorhel1-6/+10
2011-04-08Added 'select' all to wishlist and moved 'select all' down on notifiesYorhel1-1/+3
2011-02-03TUWF: Replaced reqParam() with reqGet() or reqPost() where applicableYorhel1-2/+2
2011-01-27Order "all notifications" with new notifications firstYorhel1-0/+1
2011-01-27TUWF: Added tag name to several end() callsYorhel1-5/+5
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-44/+43
2010-12-23Converted the notify_announce and notify_dbedit preferencesYorhel1-10/+7
2010-12-23Converted the show_list pref. to users_prefs and inverted the valueYorhel1-16/+15
2010-12-23Converted the show_nsfw preference to use the users_prefs tableYorhel1-13/+11
2010-12-23Added users_prefs table and removed users.(skin|customcss)Yorhel1-4/+4
2010-12-15Handler::Users: Link the vote count on /u+ to /u+/votes instead of /u+/listYorhel1-1/+1
2010-12-13Removed /u+/tags and replaced/added links to /g/links?u=XYorhel1-2/+11
2010-12-10Added vote listings for VNs and users (/[uv]+/votes)Yorhel1-1/+1
2010-12-09Removed expand/collapse from /u+/posts and switched to a combined viewYorhel1-6/+4
2010-11-09Added human confirmation question to the registration pageYorhel1-2/+11
2010-11-06URL change: /u/logout => /u$id/logoutYorhel1-2/+5
2010-11-06Fixed cross-site request forgery vulnerabilitiesYorhel1-4/+13
2010-11-01Handler::Users: Added note about automatic deletion to notifications pageYorhel1-0/+1
2010-03-14Handler::Users: Added noindex to user pagesYorhel1-1/+1