summaryrefslogtreecommitdiff
path: root/web/lib/aur.inc.php
AgeCommit message (Expand)Author
2016-11-22these changes were sitting herepurweb/master0Luke Shumaker
2015-07-12use rel="nofollow" for links in commentsDaniel Micay
2015-06-27Fake pkgbase actions for unconfirmed usersGordian Edenhofer
2015-06-27Split out code to generate action linksLukas Fleischer
2015-06-20Fix a warning when formatting user namesLukas Fleischer
2015-06-14Show co-maintainers next to maintainers in detailsLukas Fleischer
2015-06-14Refactor code for printing account linksLukas Fleischer
2014-10-24Use an INI-style configuration fileLukas Fleischer
2014-08-08Fix the return value of save_salt()Lukas Fleischer
2014-07-15Rework permission handlingLukas Fleischer
2014-07-01Simplify code to bound integer valuesLukas Fleischer
2014-06-05Do not return "None" in user functionsLukas Fleischer
2014-05-29Move latest_pkgs() to pkgfuncs.inc.phpLukas Fleischer
2014-05-03Fix parsing of array overridesLukas Fleischer
2014-04-19Handle pkgbase array overrides gracefullyLukas Fleischer
2014-04-05Do not allow for overwriting arbitrary packagesLukas Fleischer
2014-04-05Add provisional support for package basesLukas 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-30Merge branch 'maint'Lukas Fleischer
2013-01-30aur.inc.php: Fix PHP undefined index notice for AURSIDcanyonknight
2013-01-19Merge branch 'maint'Lukas Fleischer
2013-01-19Remove double htmlspecialcharsMarcel Korpel
2013-01-19Add description meta-element to package pagesMarcel Korpel
2012-10-21Link to the HTTPs login page in the headerLukas Fleischer
2012-09-24aur.inc.php: Document all functions using PHPDoc formatcanyonknight
2012-09-20Remove unused chmod_group() functioncanyonknight
2012-09-18Migrate all DB code to use PDOcanyonknight
2012-07-17aur.inc.php: Include routing backendLukas Fleischer
2012-07-14Merge branch 'maint'Lukas Fleischer
2012-07-14aur.inc.php: Use delete_session_id() where appropriatecanyonknight
2012-07-06aur.inc.php: Remove old and unused make_seed functioncanyonknight
2012-07-06rss.php: Pull out DB codecanyonknight
2012-07-06pkgsubmit.php: Pull out DB codecanyonknight
2012-07-06Move login form to a separate pageLukas Fleischer
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight
2012-03-24Unify function declaration styleLukas Fleischer
2012-03-21valid_email :: check if domain part is realBlackEagle
2011-11-02Add a new AUR_LOCATION settingDan McGee
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-24Move SUPPORTED_LANGS out of config.inc.phpDan McGee
2011-08-12Use secure and httponly session cookiesLukas Fleischer
2011-08-11Add a configuration setting to disallow HTTP loginLukas Fleischer
2011-08-11aur.inc.php: allow all functions using DB to take handle as argDan McGee
2011-08-10Allow SQL_DEBUG to be undefinedDan McGee