summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc.php
AgeCommit message (Expand)AuthorFilesLines
2020-04-05Fix invalid session ID checkLukas Fleischer1-1/+1
2020-02-13Fix PHP 7.4 warningsEli Schwartz1-7/+21
2018-08-06Allow listing all comments from a userJohannes Löthberg1-0/+53
2017-11-05Only allow valid HTTP(s) URLs as home pageLukas Fleischer1-0/+20
2017-11-05Set X-Frame-Options to DENY for all pagesLukas Fleischer1-0/+1
2017-04-30Add support for Terms of Service documentsLukas Fleischer1-0/+23
2017-04-27Call check_sid() from a central locationLukas Fleischer1-0/+2
2017-02-24Use bcrypt to hash passwordsLukas Fleischer1-57/+0
2017-01-20Add user set timezonesMark Weiman1-0/+3
2016-11-10Remove all usage of UNIX_TIMESTAMP in web interfaceMark Weiman1-2/+2
2015-09-11Allow for logging in via email addressLukas Fleischer1-0/+15
2015-08-31Fix duplicate escaping of action linksLukas Fleischer1-7/+7
2015-08-08Add comment edit icon and formMarcel Korpel1-0/+19
2015-07-12use rel="nofollow" for links in commentsDaniel Micay1-1/+1
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