summaryrefslogtreecommitdiffstats
path: root/web/lib/acctfuncs.inc.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-29Accept SSH keys with whitespace in commentsHEADmasterLukas 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
2014-06-05acctfuncs.inc.php: Fix indentationLukas Fleischer1-2/+3
2014-06-05acctfuncs.inc.php: Reduce nesting in several functionsLukas Fleischer1-257/+264
2014-06-05Do not return "None" in user functionsLukas Fleischer1-1/+1
2014-05-30Accept upper case letters in valid_username()Lukas Fleischer1-1/+1
2014-05-22acctfuncs.inc.php: Fix typoLukas Fleischer1-1/+1
2014-05-22Use aur.archlinux.org in sender email addressesLukas Fleischer1-2/+2
2014-05-22Be friendly to newly registered usersLukas Fleischer1-3/+5
2014-02-10Set Content-type header when sending UTF-8 mailsLukas Fleischer1-1/+3
2014-02-10Use CRLF to separate headers in mail()Lukas Fleischer1-1/+4
2014-02-09Remove LastVoted columnLukas Fleischer1-3/+0
2014-02-06Simplify valid_user() and valid_username()Lukas Fleischer1-17/+10
2014-02-06acctfuncs.inc.php: Fix comment styleLukas Fleischer1-36/+28
2014-02-01Sort last TU votes by vote and by user nameLukas Fleischer1-1/+1
2014-01-20acctfuncs.inc.php: Allow translation of missing stringscanyonknight1-2/+2
2013-08-28Only include current TUs in the last votes listLukas Fleischer1-3/+4
2013-08-27Exclude running votes from "Last Votes by TU"Lukas Fleischer1-1/+4
2013-08-26Add "Last Votes by TU" listLukas Fleischer1-0/+19
2013-08-22Add a vote type to the TU proposal formLukas Fleischer1-3/+4
2013-08-22Store the number of TUs when starting a voteLukas Fleischer1-2/+8
2013-08-22Allow for setting an account's inactivity statusLukas Fleischer1-6/+22
2013-04-24Remove superfluous search wrapper functioncanyonknight1-10/+0
2013-03-25Show hint if password is empty during loginLukas Fleischer1-2/+31
2013-03-24Implement IP banning for user registration and user logincanyonknight1-1/+34
2013-03-21Save last login IP addressLukas Fleischer1-1/+2
2013-03-21process_account_form(): Highlight errorsLukas Fleischer1-1/+1
2013-03-19process_account_form(): Allow using empty passwordsLukas Fleischer1-13/+25
2013-03-19Move reset key submission to a separate functionLukas Fleischer1-0/+26
2013-02-10Remove checks before calling connection methodcanyonknight1-73/+24
2013-02-10Remove documentation references to database parametercanyonknight1-24/+0
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight1-29/+29
2013-02-10Add database wrapper class and new connection methodcanyonknight1-24/+24
2013-01-30acctfuncs.inc.php: Change wording of account editing messagecanyonknight1-1/+1