summaryrefslogtreecommitdiffstats
path: root/web/lib
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Allow only Trusted Users, Developers, and Maintainers to unflag packagescanyonknight1-0/+4
2012-07-18Use virtual paths for voters pageLukas Fleischer1-1/+0
2012-07-18pkgfuncs.inc.php: Fix pkg_change_category()Lukas Fleischer1-0/+2
2012-07-18routing.inc.php: Add missing "/account" routeLukas Fleischer1-0/+1
2012-07-17routing.inc.php: rtrim() path in get_route()Lukas Fleischer1-0/+1
2012-07-17aur.inc.php: Include routing backendLukas Fleischer1-0/+1
2012-07-17Move package actions to the action boxLukas Fleischer1-0/+1
2012-07-15Redirect to the home page after successful loginLukas Fleischer1-1/+1
2012-07-15Use virtual paths for package detailsLukas Fleischer2-4/+21
2012-07-15Use virtual path feature for linksLukas Fleischer2-5/+5
2012-07-15Add routing front/back endsLukas Fleischer2-0/+43
2012-07-14Merge branch 'maint'Lukas Fleischer3-2/+12
2012-07-14aur.inc.php: Use delete_session_id() where appropriatecanyonknight1-3/+1
2012-07-14acctfuncs.inc.php: Make user_suspended() work correctlycanyonknight1-1/+1
2012-07-08acctfuncs.inc.php: Fix "Undefined variable" noticesLukas Fleischer1-0/+4
2012-07-06acctfuncs.inc.php: Move XHTML to account_details.php templatecanyonknight1-70/+0
2012-07-06aur.inc.php: Remove old and unused make_seed functioncanyonknight1-7/+0
2012-07-06acctfuncs.inc.php: Make user_is_privileged() workcanyonknight1-2/+2
2012-07-06Remove deprecated configuration variablecanyonknight1-1/+0
2012-07-06acctfuncs.inc.php: Allow functions to take DB handle as argumentcanyonknight1-10/+28
2012-07-06rss.php: Pull out DB codecanyonknight1-0/+19
2012-07-06Pull out DB code from trusted user pagecanyonknight1-0/+104
2012-07-06account.php: Pull out DB codecanyonknight1-0/+39
2012-07-06pkgsubmit.php: Pull out DB codecanyonknight2-0/+118
2012-07-06passreset.php: Pull out DB codecanyonknight1-0/+34
2012-07-06logout.php: Pull out DB codecanyonknight1-1/+16
2012-07-06pkg_comment_form.php: Pull out DB codecanyonknight1-0/+54
2012-07-06pkg_search_results.php: Pull out DB codecanyonknight1-0/+5
2012-07-06account_search_results.php: Pull out DB codecanyonknight1-0/+6
2012-07-06action_form.php: Pull out DB codecanyonknight1-0/+40
2012-07-06addvote.php: Pull out DB codecanyonknight1-1/+37
2012-07-06voters.php: Pull out DB codecanyonknight1-0/+25
2012-07-06Move login form to a separate pageLukas Fleischer1-10/+0
2012-07-06acctfuncs.inc.php: Move XHTML to account_search_results.php templatecanyonknight1-115/+1
2012-07-06acctfuncs.inc.php: Move XHTML to account_edit_form.php templatecanyonknight1-123/+1
2012-07-06pkg_search_results.php: Overhaul to match archwebcanyonknight1-4/+4
2012-07-06Be consistent in PHP logical operator usagecanyonknight1-2/+2
2012-07-06Extend pkgname_from_id() to arrays of IDsLukas Fleischer1-6/+23
2012-06-24Implement token system to fix CSRF vulnerabilitiescanyonknight2-0/+11
2012-05-31HTML/DOM fixesDario Giovannetti1-2/+2
2012-05-06user_table optimizationDan McGee1-6/+5
2012-03-24Unify function declaration styleLukas Fleischer3-38/+19
2012-03-24Add field for PGP key in profile informationLukas Fleischer1-7/+60
2012-03-21valid_email :: check if domain part is realBlackEagle1-1/+12
2012-03-09Merge branch 'maint'Lukas Fleischer2-3/+3
2012-03-09Release 1.9.1Lukas Fleischer1-1/+1
2012-03-09Replace "nb_NO" translation by "nb"Lukas Fleischer1-1/+1
2012-03-09Replace "pt" translation by "pt_PT"Lukas Fleischer1-1/+1
2012-03-08Always set the "To:" header when sending mailLukas Fleischer1-1/+1
2011-11-03RPC: Do not return an error on 0 resultsLukas Fleischer1-1/+1