Age | Commit message (Expand) | Author | Files | Lines |
2014-04-05 | Add provisional support for package bases | Lukas Fleischer | 1 | -13/+2 |
2013-02-10 | Remove checks before calling connection method | canyonknight | 1 | -45/+15 |
2013-02-10 | Remove documentation references to database parameter | canyonknight | 1 | -18/+0 |
2013-02-10 | Remove unnecessary database connection parameter from all functions | canyonknight | 1 | -17/+17 |
2013-02-10 | Add database wrapper class and new connection method | canyonknight | 1 | -33/+16 |
2013-01-30 | Merge branch 'maint' | Lukas Fleischer | 1 | -1/+1 |
2013-01-30 | aur.inc.php: Fix PHP undefined index notice for AURSID | canyonknight | 1 | -1/+1 |
2013-01-19 | Merge branch 'maint' | Lukas Fleischer | 1 | -2/+0 |
2013-01-19 | Remove double htmlspecialchars | Marcel Korpel | 1 | -2/+0 |
2013-01-19 | Add description meta-element to package pages | Marcel Korpel | 1 | -1/+1 |
2012-10-21 | Link to the HTTPs login page in the header | Lukas Fleischer | 1 | -0/+2 |
2012-09-24 | aur.inc.php: Document all functions using PHPDoc format | canyonknight | 1 | -40/+191 |
2012-09-20 | Remove unused chmod_group() function | canyonknight | 1 | -28/+0 |
2012-09-18 | Migrate all DB code to use PDO | canyonknight | 1 | -101/+53 |
2012-07-17 | aur.inc.php: Include routing backend | Lukas Fleischer | 1 | -0/+1 |
2012-07-14 | Merge branch 'maint' | Lukas Fleischer | 1 | -0/+10 |
2012-07-14 | aur.inc.php: Use delete_session_id() where appropriate | canyonknight | 1 | -3/+1 |
2012-07-06 | aur.inc.php: Remove old and unused make_seed function | canyonknight | 1 | -7/+0 |
2012-07-06 | rss.php: Pull out DB code | canyonknight | 1 | -0/+19 |
2012-07-06 | pkgsubmit.php: Pull out DB code | canyonknight | 1 | -0/+21 |
2012-07-06 | Move login form to a separate page | Lukas Fleischer | 1 | -10/+0 |
2012-06-24 | Implement token system to fix CSRF vulnerabilities | canyonknight | 1 | -0/+10 |
2012-03-24 | Unify function declaration style | Lukas Fleischer | 1 | -16/+8 |
2012-03-21 | valid_email :: check if domain part is real | BlackEagle | 1 | -1/+12 |
2011-11-02 | Add a new AUR_LOCATION setting | Dan McGee | 1 | -0/+1 |
2011-10-25 | Escape wildcards in "LIKE" patterns | Lukas Fleischer | 1 | -0/+5 |
2011-10-25 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 1 | -12/+18 |
2011-10-24 | Escape wildcards in "LIKE" patterns | Lukas Fleischer | 1 | -0/+5 |
2011-10-24 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 1 | -12/+17 |
2011-10-24 | Move SUPPORTED_LANGS out of config.inc.php | Dan McGee | 1 | -56/+0 |
2011-08-12 | Use secure and httponly session cookies | Lukas Fleischer | 1 | -2/+2 |
2011-08-11 | Add a configuration setting to disallow HTTP login | Lukas Fleischer | 1 | -2/+5 |
2011-08-11 | aur.inc.php: allow all functions using DB to take handle as arg | Dan McGee | 1 | -25/+49 |
2011-08-10 | Allow SQL_DEBUG to be undefined | Dan McGee | 1 | -1/+1 |
2011-06-25 | Simplify session ID generation | Lukas Fleischer | 1 | -10/+1 |
2011-06-25 | Stricter email address validation | Lukas Fleischer | 1 | -1/+1 |
2011-06-22 | Make cache type selectable based on config value | elij | 1 | -46/+1 |
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij | 1 | -0/+593 |