summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc.php
AgeCommit message (Expand)AuthorFilesLines
2015-06-27Fake pkgbase actions for unconfirmed usersGordian Edenhofer1-9/+19
2015-06-27Split out code to generate action linksLukas Fleischer1-0/+37
2015-06-20Fix a warning when formatting user namesLukas Fleischer1-1/+1
2015-06-14Show co-maintainers next to maintainers in detailsLukas Fleischer1-0/+25
2015-06-14Refactor code for printing account linksLukas Fleischer1-2/+11
2014-10-24Use an INI-style configuration fileLukas Fleischer1-8/+18
2014-08-08Fix the return value of save_salt()Lukas Fleischer1-1/+1
2014-07-15Rework permission handlingLukas Fleischer1-10/+1
2014-07-01Simplify code to bound integer valuesLukas Fleischer1-0/+13
2014-06-05Do not return "None" in user functionsLukas Fleischer1-20/+24
2014-05-29Move latest_pkgs() to pkgfuncs.inc.phpLukas Fleischer1-24/+0
2014-05-03Fix parsing of array overridesLukas Fleischer1-4/+11
2014-04-19Handle pkgbase array overrides gracefullyLukas Fleischer1-0/+25
2014-04-05Do not allow for overwriting arbitrary packagesLukas Fleischer1-0/+19
2014-04-05Add provisional support for package basesLukas Fleischer1-13/+2
2013-02-10Remove checks before calling connection methodcanyonknight1-45/+15
2013-02-10Remove documentation references to database parametercanyonknight1-18/+0
2013-02-10Remove unnecessary database connection parameter from all functionscanyonknight1-17/+17
2013-02-10Add database wrapper class and new connection methodcanyonknight1-33/+16
2013-01-30Merge branch 'maint'Lukas Fleischer1-1/+1
2013-01-30aur.inc.php: Fix PHP undefined index notice for AURSIDcanyonknight1-1/+1
2013-01-19Merge branch 'maint'Lukas Fleischer1-2/+0
2013-01-19Remove double htmlspecialcharsMarcel Korpel1-2/+0
2013-01-19Add description meta-element to package pagesMarcel Korpel1-1/+1
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