Age | Commit message (Expand) | Author | Files | Lines |
2012-09-18 | Migrate all DB code to use PDO | canyonknight | 8 | -379/+349 |
2012-08-23 | Allow only Trusted Users, Developers, and Maintainers to unflag packages | canyonknight | 1 | -0/+4 |
2012-07-18 | Use virtual paths for voters page | Lukas Fleischer | 1 | -1/+0 |
2012-07-18 | pkgfuncs.inc.php: Fix pkg_change_category() | Lukas Fleischer | 1 | -0/+2 |
2012-07-18 | routing.inc.php: Add missing "/account" route | Lukas Fleischer | 1 | -0/+1 |
2012-07-17 | routing.inc.php: rtrim() path in get_route() | Lukas Fleischer | 1 | -0/+1 |
2012-07-17 | aur.inc.php: Include routing backend | Lukas Fleischer | 1 | -0/+1 |
2012-07-17 | Move package actions to the action box | Lukas Fleischer | 1 | -0/+1 |
2012-07-15 | Redirect to the home page after successful login | Lukas Fleischer | 1 | -1/+1 |
2012-07-15 | Use virtual paths for package details | Lukas Fleischer | 2 | -4/+21 |
2012-07-15 | Use virtual path feature for links | Lukas Fleischer | 2 | -5/+5 |
2012-07-15 | Add routing front/back ends | Lukas Fleischer | 2 | -0/+43 |
2012-07-14 | Merge branch 'maint' | Lukas Fleischer | 3 | -2/+12 |
2012-07-14 | aur.inc.php: Use delete_session_id() where appropriate | canyonknight | 1 | -3/+1 |
2012-07-14 | acctfuncs.inc.php: Make user_suspended() work correctly | canyonknight | 1 | -1/+1 |
2012-07-08 | acctfuncs.inc.php: Fix "Undefined variable" notices | Lukas Fleischer | 1 | -0/+4 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_details.php template | canyonknight | 1 | -70/+0 |
2012-07-06 | aur.inc.php: Remove old and unused make_seed function | canyonknight | 1 | -7/+0 |
2012-07-06 | acctfuncs.inc.php: Make user_is_privileged() work | canyonknight | 1 | -2/+2 |
2012-07-06 | Remove deprecated configuration variable | canyonknight | 1 | -1/+0 |
2012-07-06 | acctfuncs.inc.php: Allow functions to take DB handle as argument | canyonknight | 1 | -10/+28 |
2012-07-06 | rss.php: Pull out DB code | canyonknight | 1 | -0/+19 |
2012-07-06 | Pull out DB code from trusted user page | canyonknight | 1 | -0/+104 |
2012-07-06 | account.php: Pull out DB code | canyonknight | 1 | -0/+39 |
2012-07-06 | pkgsubmit.php: Pull out DB code | canyonknight | 2 | -0/+118 |
2012-07-06 | passreset.php: Pull out DB code | canyonknight | 1 | -0/+34 |
2012-07-06 | logout.php: Pull out DB code | canyonknight | 1 | -1/+16 |
2012-07-06 | pkg_comment_form.php: Pull out DB code | canyonknight | 1 | -0/+54 |
2012-07-06 | pkg_search_results.php: Pull out DB code | canyonknight | 1 | -0/+5 |
2012-07-06 | account_search_results.php: Pull out DB code | canyonknight | 1 | -0/+6 |
2012-07-06 | action_form.php: Pull out DB code | canyonknight | 1 | -0/+40 |
2012-07-06 | addvote.php: Pull out DB code | canyonknight | 1 | -1/+37 |
2012-07-06 | voters.php: Pull out DB code | canyonknight | 1 | -0/+25 |
2012-07-06 | Move login form to a separate page | Lukas Fleischer | 1 | -10/+0 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_search_results.php template | canyonknight | 1 | -115/+1 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_edit_form.php template | canyonknight | 1 | -123/+1 |
2012-07-06 | pkg_search_results.php: Overhaul to match archweb | canyonknight | 1 | -4/+4 |
2012-07-06 | Be consistent in PHP logical operator usage | canyonknight | 1 | -2/+2 |
2012-07-06 | Extend pkgname_from_id() to arrays of IDs | Lukas Fleischer | 1 | -6/+23 |
2012-06-24 | Implement token system to fix CSRF vulnerabilities | canyonknight | 2 | -0/+11 |
2012-05-31 | HTML/DOM fixes | Dario Giovannetti | 1 | -2/+2 |
2012-05-06 | user_table optimization | Dan McGee | 1 | -6/+5 |
2012-03-24 | Unify function declaration style | Lukas Fleischer | 3 | -38/+19 |
2012-03-24 | Add field for PGP key in profile information | Lukas Fleischer | 1 | -7/+60 |
2012-03-21 | valid_email :: check if domain part is real | BlackEagle | 1 | -1/+12 |
2012-03-09 | Merge branch 'maint'HEADmaster | Lukas Fleischer | 2 | -3/+3 |
2012-03-09 | Release 1.9.1v1.9.1 | Lukas Fleischer | 1 | -1/+1 |
2012-03-09 | Replace "nb_NO" translation by "nb" | Lukas Fleischer | 1 | -1/+1 |
2012-03-09 | Replace "pt" translation by "pt_PT" | Lukas Fleischer | 1 | -1/+1 |
2012-03-08 | Always set the "To:" header when sending mail | Lukas Fleischer | 1 | -1/+1 |