summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc.php
AgeCommit message (Expand)AuthorFilesLines
2012-10-21Link to the HTTPs login page in the headerLukas Fleischer1-0/+2
2012-09-24aur.inc.php: Document all functions using PHPDoc formatcanyonknight1-40/+191
2012-09-20Remove unused chmod_group() functioncanyonknight1-28/+0
2012-09-18Migrate all DB code to use PDOcanyonknight1-101/+53
2012-07-17aur.inc.php: Include routing backendLukas Fleischer1-0/+1
2012-07-14Merge branch 'maint'Lukas Fleischer1-0/+10
2012-07-14aur.inc.php: Use delete_session_id() where appropriatecanyonknight1-3/+1
2012-07-06aur.inc.php: Remove old and unused make_seed functioncanyonknight1-7/+0
2012-07-06rss.php: Pull out DB codecanyonknight1-0/+19
2012-07-06pkgsubmit.php: Pull out DB codecanyonknight1-0/+21
2012-07-06Move login form to a separate pageLukas Fleischer1-10/+0
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight1-0/+10
2012-03-24Unify function declaration styleLukas Fleischer1-16/+8
2012-03-21valid_email :: check if domain part is realBlackEagle1-1/+12
2011-11-02Add a new AUR_LOCATION settingDan McGee1-0/+1
2011-10-25Escape wildcards in "LIKE" patternsLukas Fleischer1-0/+5
2011-10-25Wrap mysql_real_escape_string() in a functionLukas Fleischer1-12/+18
2011-10-24Escape wildcards in "LIKE" patternsLukas Fleischer1-0/+5
2011-10-24Wrap mysql_real_escape_string() in a functionLukas Fleischer1-12/+17
2011-10-24Move SUPPORTED_LANGS out of config.inc.phpDan McGee1-56/+0
2011-08-12Use secure and httponly session cookiesLukas Fleischer1-2/+2
2011-08-11Add a configuration setting to disallow HTTP loginLukas Fleischer1-2/+5
2011-08-11aur.inc.php: allow all functions using DB to take handle as argDan McGee1-25/+49
2011-08-10Allow SQL_DEBUG to be undefinedDan McGee1-1/+1
2011-06-25Simplify session ID generationLukas Fleischer1-10/+1
2011-06-25Stricter email address validationLukas Fleischer1-1/+1
2011-06-22Make cache type selectable based on config valueelij1-46/+1
2011-06-22rename *.inc files to *.inc.php and adjust imports and referenceselij1-0/+593