Age | Commit message (Expand) | Author | Files | Lines |
2012-07-11 | tu.php: Fix PHP notice for "hasvoted" variable | canyonknight | 1 | -0/+1 |
2012-07-11 | pkgsubmit.php: Remove stray "</div>" tag | canyonknight | 1 | -1/+0 |
2012-07-09 | Update archweb stylesheet | Lukas Fleischer | 1 | -51/+119 |
2012-07-08 | Remove legacy CSS | Lukas Fleischer | 3 | -728/+0 |
2012-07-06 | acctfuncs.inc.php: Move XHTML to account_details.php template | canyonknight | 1 | -3/+1 |
2012-07-06 | pkgsubmit.php: Improve file upload error messages | canyonknight | 1 | -2/+17 |
2012-07-06 | rss.php: Pull out DB code | canyonknight | 1 | -6/+2 |
2012-07-06 | Pull out DB code from trusted user page | canyonknight | 1 | -54/+14 |
2012-07-06 | account.php: Pull out DB code | canyonknight | 1 | -34/+10 |
2012-07-06 | pkgsubmit.php: Pull out DB code | canyonknight | 1 | -48/+11 |
2012-07-06 | passreset.php: Pull out DB code | canyonknight | 1 | -22/+3 |
2012-07-06 | logout.php: Pull out DB code | canyonknight | 1 | -4/+4 |
2012-07-06 | addvote.php: Pull out DB code | canyonknight | 1 | -27/+4 |
2012-07-06 | voters.php: Pull out DB code | canyonknight | 1 | -13/+2 |
2012-07-06 | Move language selection to a drop-down list | Lukas Fleischer | 1 | -0/+3 |
2012-07-06 | Move login form to a separate page | Lukas Fleischer | 1 | -0/+55 |
2012-07-06 | passreset.php: Overhaul to match archweb | canyonknight | 1 | -45/+42 |
2012-07-06 | Overhaul account pages to match archweb | canyonknight | 1 | -3/+1 |
2012-07-06 | addvote.php: Overhaul to match archweb | canyonknight | 1 | -23/+25 |
2012-07-06 | Overhaul trusted user proposal page to match archweb | canyonknight | 1 | -11/+14 |
2012-07-06 | Refactor package submission form | Lukas Fleischer | 1 | -28/+24 |
2012-07-06 | voters.php: Overhaul to match archweb | canyonknight | 1 | -15/+17 |
2012-07-06 | index.php: Overhaul to match archweb | canyonknight | 1 | -62/+103 |
2012-07-06 | Remove all traces of "pgboxtitle" | Lukas Fleischer | 5 | -11/+5 |
2012-07-06 | Add archweb style sheet | Lukas Fleischer | 2 | -0/+985 |
2012-07-06 | Be consistent in PHP logical operator usage | canyonknight | 2 | -3/+3 |
2012-06-24 | Implement token system to fix CSRF vulnerabilities | canyonknight | 5 | -44/+61 |
2012-05-06 | web/html/packages.php: Remove duplicate code | Lukas Fleischer | 1 | -14/+10 |
2012-05-06 | user_table optimization | Dan McGee | 1 | -2/+2 |
2012-03-24 | Support canonical links to accounts | Lukas Fleischer | 1 | -1/+5 |
2012-03-24 | Support canonical links to packages | Lukas Fleischer | 1 | -0/+14 |
2012-03-24 | Add field for PGP key in profile information | Lukas Fleischer | 1 | -6/+7 |
2012-03-19 | web/html/pkgsubmit.php: Revamp tarball validation | Lukas Fleischer | 1 | -12/+14 |
2012-03-08 | Always set the "To:" header when sending mail | Lukas Fleischer | 1 | -2/+2 |
2011-12-17 | Set the title in the Trusted User page | Andrea Scarpino | 1 | -1/+4 |
2011-11-02 | Add a new AUR_LOCATION setting | Dan McGee | 1 | -1/+1 |
2011-10-25 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 6 | -24/+24 |
2011-10-24 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer | 6 | -24/+24 |
2011-10-24 | Show last voted date on account details page | Dan McGee | 1 | -1/+1 |
2011-10-24 | Require DB handle for most user account functions | Dan McGee | 1 | -2/+1 |
2011-10-24 | Remove a boatload of inline table styles | Dan McGee | 3 | -6/+7 |
2011-09-05 | Merge branch 'maint' | Lukas Fleischer | 1 | -3/+15 |
2011-09-05 | web/html/pkgsubmit.php: Deal with unset category ID | Lukas Fleischer | 1 | -3/+15 |
2011-08-22 | Provide more examples on the RPC info page | Lukas Fleischer | 1 | -2/+9 |
2011-08-20 | Use "%s" instead of "%h" in format strings | Lukas Fleischer | 3 | -4/+4 |
2011-08-12 | Use secure and httponly session cookies | Lukas Fleischer | 1 | -1/+1 |
2011-08-11 | Use 'true' instead of 'True' everywhere | Dan McGee | 1 | -3/+3 |
2011-08-11 | Make package creation and update atomic | Dan McGee | 1 | -1/+5 |
2011-08-11 | Allow for merging deleted packages into existing ones | Lukas Fleischer | 1 | -2/+14 |
2011-08-11 | Rename package_exists() to pkgid_from_name() | Lukas Fleischer | 1 | -2/+2 |