summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc.php
AgeCommit message (Expand)AuthorFilesLines
2021-03-30Resolve SQL Error when deleting an accountJelle van der Waa1-1/+1
2021-02-20Remove the per-user session limitFrédéric Mangano-Tarumi1-15/+0
2021-02-20Stop redirecting stderr with proc_openFrédéric Mangano-Tarumi1-2/+0
2021-02-20rewrite query to support both mysql/sqliteEli Schwartz1-9/+5
2021-02-20prevent running mysql-specific query in sqliteEli Schwartz1-1/+3
2020-02-13Fix more PHP 7.4 warningsEli Schwartz1-0/+1
2020-02-02Add support for backup email addressesLukas Fleischer1-4/+11
2020-02-02Add option to send reset key for a given user nameLukas Fleischer1-6/+7
2020-01-30Require password when changing account informationLukas Fleischer1-12/+7
2020-01-30Verify current password against logged in userLukas Fleischer1-5/+4
2020-01-30Undo accidental code additionLukas Fleischer1-1/+0
2020-01-30Require current password when setting a new oneLukas Fleischer1-2/+13
2019-10-05Make CAPTCHA salt invalidation more robustLukas Fleischer1-9/+23
2019-10-05Add a simple CAPTCHA to the sign up formLukas Fleischer1-2/+72
2018-08-06Allow listing all comments from a userJohannes Löthberg1-0/+42
2017-12-03Allow setting an empty home pageLukas Fleischer1-1/+1
2017-11-05Only allow valid HTTP(s) URLs as home pageLukas Fleischer1-0/+4
2017-08-01Unset PackagerUID before deleting an accountLukas Fleischer1-1/+1
2017-04-30Add support for Terms of Service documentsLukas Fleischer1-0/+74
2017-04-18Check query return value in search_results_page()Lukas Fleischer1-2/+5
2017-02-27Fix more warnings occurring with unset SSH keysLukas Fleischer1-2/+8
2017-02-27Suppress warning on unset SSH keyLukas Fleischer1-1/+1
2017-02-27Do not quote legacy variableLukas Fleischer1-1/+0
2017-02-27Fix SQL query used for creating new accountsLukas Fleischer1-1/+1
2017-02-24Use bcrypt to hash passwordsLukas Fleischer1-84/+60
2017-01-25Store banned IP addresses as plain textLukas Fleischer1-1/+1
2017-01-20Update cookie for language setting when editing user informationMark Weiman1-0/+7
2017-01-20Add user set timezonesMark Weiman1-5/+22
2016-11-10Remove all usage of UNIX_TIMESTAMP in web interfaceMark Weiman1-6/+6
2016-06-08Add a homepage field to accountsLukas Fleischer1-4/+8
2016-03-13Merge branch 'maint'Lukas Fleischer1-2/+2
2016-03-13Store last login address as plain textLukas Fleischer1-2/+2
2016-02-21Send notifications when changing ownershipLukas Fleischer1-2/+5
2016-02-07Add support for package update notificationsLukas Fleischer1-2/+5
2016-02-07Add global comment notification settingLukas Fleischer1-2/+5
2016-02-07Rename the CommentNotify table to PackageNotificationsLukas Fleischer1-1/+1
2015-12-13notify: Do not pass notification texts via pipesLukas Fleischer1-3/+1
2015-11-14Make the notification script configurableLukas Fleischer1-1/+1
2015-09-20Add option to hide one's email addressMarcel Korpel1-2/+9
2015-09-11Allow for logging in via email addressLukas Fleischer1-1/+1
2015-09-11Remove superfluous function valid_user()Lukas Fleischer1-26/+1
2015-08-08Set correct 'My Account' link after changing usernameMarcel Korpel1-15/+16
2015-08-08Use username from the database if one is provided by the userMarcel Korpel1-3/+5
2015-08-08Port notification routines to PythonLukas Fleischer1-30/+42
2015-06-29Accept SSH keys with whitespace in commentsLukas Fleischer1-1/+1
2015-06-27Only print no changes message if queries failedJohannes Löthberg1-2/+2
2015-06-27Add support for multiple SSH public keysLukas Fleischer1-19/+134
2015-06-27Redirect at previous page after a successful loginGordian Edenhofer1-1/+6
2015-05-31Allow for resetting the SSH public keyLukas Fleischer1-2/+2
2014-12-27Add support for adding SSH public keys to profilesLukas Fleischer1-7/+71