summaryrefslogtreecommitdiff
path: root/web/lib/acctfuncs.inc.php
AgeCommit message (Expand)Author
2012-07-06acctfuncs.inc.php: Allow functions to take DB handle as argumentcanyonknight
2012-07-06Pull out DB code from trusted user pagecanyonknight
2012-07-06account.php: Pull out DB codecanyonknight
2012-07-06passreset.php: Pull out DB codecanyonknight
2012-07-06logout.php: Pull out DB codecanyonknight
2012-07-06account_search_results.php: Pull out DB codecanyonknight
2012-07-06addvote.php: Pull out DB codecanyonknight
2012-07-06acctfuncs.inc.php: Move XHTML to account_search_results.php templatecanyonknight
2012-07-06acctfuncs.inc.php: Move XHTML to account_edit_form.php templatecanyonknight
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight
2012-03-24Unify function declaration styleLukas Fleischer
2012-03-24Add field for PGP key in profile informationLukas Fleischer
2011-10-25Escape wildcards in "LIKE" patternsLukas Fleischer
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-10-24Escape wildcards in "LIKE" patternsLukas Fleischer
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer
2011-10-24Show last voted date on account details pageDan McGee
2011-10-24Add LastLogin column to Users tableDan McGee
2011-10-24Require DB handle for most user account functionsDan McGee
2011-10-24Remove a boatload of inline table stylesDan McGee
2011-08-20Use "%s" instead of "%h" in format stringsLukas Fleischer
2011-08-12Use secure and httponly session cookiesLukas Fleischer
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij