summaryrefslogtreecommitdiff
path: root/web/lib/acctfuncs.inc.php
AgeCommit message (Expand)Author
2014-06-05acctfuncs.inc.php: Fix indentationLukas Fleischer
2014-06-05acctfuncs.inc.php: Reduce nesting in several functionsLukas Fleischer
2014-06-05Do not return "None" in user functionsLukas Fleischer
2014-05-30Accept upper case letters in valid_username()Lukas Fleischer
2014-05-22acctfuncs.inc.php: Fix typoLukas Fleischer
2014-05-22Use aur.archlinux.org in sender email addressesLukas Fleischer
2014-05-22Be friendly to newly registered usersLukas Fleischer
2014-02-10Set Content-type header when sending UTF-8 mailsLukas Fleischer
2014-02-10Use CRLF to separate headers in mail()Lukas Fleischer
2014-02-09Remove LastVoted columnLukas Fleischer
2014-02-06Simplify valid_user() and valid_username()Lukas Fleischer
2014-02-06acctfuncs.inc.php: Fix comment styleLukas Fleischer
2014-02-01Sort last TU votes by vote and by user nameLukas Fleischer
2014-01-20acctfuncs.inc.php: Allow translation of missing stringscanyonknight
2013-08-28Only include current TUs in the last votes listLukas Fleischer
2013-08-27Exclude running votes from "Last Votes by TU"Lukas Fleischer
2013-08-26Add "Last Votes by TU" listLukas Fleischer
2013-08-22Add a vote type to the TU proposal formLukas Fleischer
2013-08-22Store the number of TUs when starting a voteLukas Fleischer
2013-08-22Allow for setting an account's inactivity statusLukas Fleischer
2013-04-24Remove superfluous search wrapper functioncanyonknight
2013-03-25Show hint if password is empty during loginLukas Fleischer
2013-03-24Implement IP banning for user registration and user logincanyonknight
2013-03-21Save last login IP addressLukas Fleischer
2013-03-21process_account_form(): Highlight errorsLukas Fleischer
2013-03-19process_account_form(): Allow using empty passwordsLukas Fleischer
2013-03-19Move reset key submission to a separate functionLukas Fleischer
2013-02-10Remove checks before calling connection methodcanyonknight
2013-02-10Remove documentation references to database parametercanyonknight
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight
2013-02-10Add database wrapper class and new connection methodcanyonknight
2013-01-30acctfuncs.inc.php: Change wording of account editing messagecanyonknight
2013-01-30Clear a user's active sessions following account suspensioncanyonknight
2013-01-30acctfuncs.inc.php: Change return type of valid_username functioncanyonknight
2012-11-29Fix account privilege escalation vulnerabilitycanyonknight
2012-11-29Fix account editing and hijacking vulnerabilitycanyonknight
2012-10-08Refactor TU voters listLukas Fleischer
2012-09-24Avoid use of "<b>"/"</b>"Lukas Fleischer
2012-09-24acctfuncs.inc.php: Document all functions using PHPDoc formatcanyonknight
2012-09-18Overhaul ability to edit own accountcanyonknight
2012-09-18Use URL rewriting for user info pagecanyonknight
2012-09-18Adjust user directions after registering to reflect new login pagecanyonknight
2012-09-18Migrate all DB code to use PDOcanyonknight
2012-07-15Redirect to the home page after successful loginLukas Fleischer
2012-07-15Use virtual path feature for linksLukas Fleischer
2012-07-14Merge branch 'maint'Lukas Fleischer
2012-07-14acctfuncs.inc.php: Make user_suspended() work correctlycanyonknight
2012-07-08acctfuncs.inc.php: Fix "Undefined variable" noticesLukas Fleischer
2012-07-06acctfuncs.inc.php: Move XHTML to account_details.php templatecanyonknight
2012-07-06acctfuncs.inc.php: Make user_is_privileged() workcanyonknight