index
:
server/purweb
aurweb/maint
aurweb/master
aurweb/pu
purweb/master0
purweb/master1
purweb/master2
purweb/master3
purweb/master4
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
web
/
lib
/
aur.inc.php
Age
Commit message (
Expand
)
Author
2014-10-24
Use an INI-style configuration file
Lukas Fleischer
2014-08-08
Fix the return value of save_salt()
Lukas Fleischer
2014-07-15
Rework permission handling
Lukas Fleischer
2014-07-01
Simplify code to bound integer values
Lukas Fleischer
2014-06-05
Do not return "None" in user functions
Lukas Fleischer
2014-05-29
Move latest_pkgs() to pkgfuncs.inc.php
Lukas Fleischer
2014-05-03
Fix parsing of array overrides
Lukas Fleischer
2014-04-19
Handle pkgbase array overrides gracefully
Lukas Fleischer
2014-04-05
Do not allow for overwriting arbitrary packages
Lukas Fleischer
2014-04-05
Add provisional support for package bases
Lukas Fleischer
2013-02-10
Remove checks before calling connection method
canyonknight
2013-02-10
Remove documentation references to database parameter
canyonknight
2013-02-10
Remove unnecessary database connection parameter from all functions
canyonknight
2013-02-10
Add database wrapper class and new connection method
canyonknight
2013-01-30
Merge branch 'maint'
Lukas Fleischer
2013-01-30
aur.inc.php: Fix PHP undefined index notice for AURSID
canyonknight
2013-01-19
Merge branch 'maint'
Lukas Fleischer
2013-01-19
Remove double htmlspecialchars
Marcel Korpel
2013-01-19
Add description meta-element to package pages
Marcel Korpel
2012-10-21
Link to the HTTPs login page in the header
Lukas Fleischer
2012-09-24
aur.inc.php: Document all functions using PHPDoc format
canyonknight
2012-09-20
Remove unused chmod_group() function
canyonknight
2012-09-18
Migrate all DB code to use PDO
canyonknight
2012-07-17
aur.inc.php: Include routing backend
Lukas Fleischer
2012-07-14
Merge branch 'maint'
Lukas Fleischer
2012-07-14
aur.inc.php: Use delete_session_id() where appropriate
canyonknight
2012-07-06
aur.inc.php: Remove old and unused make_seed function
canyonknight
2012-07-06
rss.php: Pull out DB code
canyonknight
2012-07-06
pkgsubmit.php: Pull out DB code
canyonknight
2012-07-06
Move login form to a separate page
Lukas Fleischer
2012-06-24
Implement token system to fix CSRF vulnerabilities
canyonknight
2012-03-24
Unify function declaration style
Lukas Fleischer
2012-03-21
valid_email :: check if domain part is real
BlackEagle
2011-11-02
Add a new AUR_LOCATION setting
Dan McGee
2011-10-25
Escape wildcards in "LIKE" patterns
Lukas Fleischer
2011-10-25
Wrap mysql_real_escape_string() in a function
Lukas Fleischer
2011-10-24
Escape wildcards in "LIKE" patterns
Lukas Fleischer
2011-10-24
Wrap mysql_real_escape_string() in a function
Lukas Fleischer
2011-10-24
Move SUPPORTED_LANGS out of config.inc.php
Dan McGee
2011-08-12
Use secure and httponly session cookies
Lukas Fleischer
2011-08-11
Add a configuration setting to disallow HTTP login
Lukas Fleischer
2011-08-11
aur.inc.php: allow all functions using DB to take handle as arg
Dan McGee
2011-08-10
Allow SQL_DEBUG to be undefined
Dan McGee
2011-06-25
Simplify session ID generation
Lukas Fleischer
2011-06-25
Stricter email address validation
Lukas Fleischer
2011-06-22
Make cache type selectable based on config value
elij
2011-06-22
rename *.inc files to *.inc.php and adjust imports and references
elij