Age | Commit message (Expand) | Author |
2012-07-06 | Move login form to a separate page | Lukas Fleischer |
2012-07-06 | passreset.php: Overhaul to match archweb | canyonknight |
2012-07-06 | Overhaul account pages to match archweb | canyonknight |
2012-07-06 | addvote.php: Overhaul to match archweb | canyonknight |
2012-07-06 | Overhaul trusted user proposal page to match archweb | canyonknight |
2012-07-06 | Refactor package submission form | Lukas Fleischer |
2012-07-06 | voters.php: Overhaul to match archweb | canyonknight |
2012-07-06 | index.php: Overhaul to match archweb | canyonknight |
2012-07-06 | Remove all traces of "pgboxtitle" | Lukas Fleischer |
2012-07-06 | Add archweb style sheet | Lukas Fleischer |
2012-07-06 | Be consistent in PHP logical operator usage | canyonknight |
2012-05-06 | web/html/packages.php: Remove duplicate code | Lukas Fleischer |
2012-05-06 | user_table optimization | Dan McGee |
2012-03-24 | Support canonical links to accounts | Lukas Fleischer |
2012-03-24 | Support canonical links to packages | Lukas Fleischer |
2012-03-24 | Add field for PGP key in profile information | Lukas Fleischer |
2012-03-19 | web/html/pkgsubmit.php: Revamp tarball validation | Lukas Fleischer |
2012-03-08 | Always set the "To:" header when sending mail | Lukas Fleischer |
2011-12-17 | Set the title in the Trusted User page | Andrea Scarpino |
2011-11-02 | Add a new AUR_LOCATION setting | Dan McGee |
2011-10-24 | Wrap mysql_real_escape_string() in a function | Lukas Fleischer |
2011-10-24 | Show last voted date on account details page | Dan McGee |
2011-10-24 | Require DB handle for most user account functions | Dan McGee |
2011-10-24 | Remove a boatload of inline table styles | Dan McGee |
2011-09-05 | Merge branch 'maint' | Lukas Fleischer |
2011-09-05 | web/html/pkgsubmit.php: Deal with unset category ID | Lukas Fleischer |
2011-08-22 | Provide more examples on the RPC info page | Lukas Fleischer |
2011-08-20 | Use "%s" instead of "%h" in format strings | Lukas Fleischer |
2011-08-12 | Use secure and httponly session cookies | Lukas Fleischer |
2011-08-11 | Use 'true' instead of 'True' everywhere | Dan McGee |
2011-08-11 | Make package creation and update atomic | Dan McGee |
2011-08-11 | Allow for merging deleted packages into existing ones | Lukas Fleischer |
2011-08-11 | Rename package_exists() to pkgid_from_name() | Lukas Fleischer |
2011-08-10 | Segment the upload directory by package name prefix | Dan McGee |
2011-07-29 | Fix empty depends database insert | Lukas Fleischer |
2011-06-28 | Replace split() invocations with explode() | Lukas Fleischer |
2011-06-25 | Honor epoch field in PKGBUILD files. | Slavi Pantaleev |
2011-06-22 | rename *.inc files to *.inc.php and adjust imports and references | elij |
2011-06-22 | make rss.php use the apc cache instead of a cache file | elij |
2011-05-29 | Cleanup RPC usage output a bit | Lukas Fleischer |
2011-05-29 | Properly encode ampersands in the RPC usage output | Lukas Fleischer |
2011-05-29 | fix two issues (php notice level) with html/rss.php | elij |
2011-05-29 | restructure the html/rpc.php endpoint | elij |
2011-05-17 | test return value from db_query before assuming it is valid | elij |
2011-04-27 | create variable before referencing it with .= | elij |
2011-04-27 | SQL: treat all UID/ID values as numbers, not strings | Dan McGee |
2011-04-27 | SQL: use standard LIMIT/OFFSET syntax | Dan McGee |
2011-04-24 | pkgsubmit.php: Ensure the session is linked to a valid user. | Lukas Fleischer |
2011-04-24 | pkgsubmit.php: Remove redundant uid_from_sid() invocations. | Lukas Fleischer |
2011-04-19 | Use HTTPs for links in password reset confirmation mails. | Lukas Fleischer |