summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc.php
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-13Avoid double slashes in notification email bodyLukas Fleischer1-1/+1
2014-11-21Remove duplicate slash in the password reset URLLukas Fleischer1-1/+1
2014-10-24Use an INI-style configuration fileLukas Fleischer1-35/+31
2014-10-10Use proper email address in send_resetkey()Lukas Fleischer1-1/+1
2014-08-06Add PCRE_DOLLAR_ENDONLY to preg_match()Lukas Fleischer1-1/+1
2014-08-02Count users in "Trusted User & Developer" group as TUBalló György1-2/+2
2014-07-29Suppress PHP notice in process_account_form()Lukas Fleischer1-3/+6
2014-07-25Do not allow regular users to edit all accountsLukas Fleischer1-1/+1
2014-07-25Clean up user references in user_delete()Lukas Fleischer1-0/+35
2014-07-15Add a new user group "Trusted User & Developer"Lukas Fleischer1-1/+5
2014-07-15Disallow privileged users to use invalid user namesLukas Fleischer1-22/+1
2014-07-15Rework permission handlingLukas Fleischer1-26/+11