Age | Commit message (Expand) | Author | Files | Lines |
2011-03-04 | Fix PHP notices in account pages | Dan McGee | 1 | -0/+8 |
2011-03-04 | Remove dead dependency/required by link code | Dan McGee | 1 | -5/+0 |
2011-03-04 | Ensure all variables are set in package search form | Dan McGee | 1 | -21/+13 |
2011-03-04 | Add action lookup helper function | Dan McGee | 1 | -0/+5 |
2011-03-04 | Ensure all package ID values are coerced to integers | Dan McGee | 1 | -18/+22 |
2011-03-04 | Vastly simplify pkg_delete function | Dan McGee | 1 | -58/+8 |
2011-03-04 | Ensure users can be deleted when foreign keys are present | Dan McGee | 1 | -1/+0 |
2011-03-04 | Improve cookie handling | Dan McGee | 1 | -12/+8 |
2011-02-27 | Set the character set when connecting to mysql | Florian Pritz | 1 | -0/+2 |
2011-02-27 | Define "Packages.SubmitterUID" and "Packages.MaintainerUID" as "NULL". | Lukas Fleischer | 2 | -4/+4 |
2011-02-27 | Define "PackageComments.DelUsersID" as "NULL". | Lukas Fleischer | 1 | -2/+2 |
2011-02-23 | Protect users against ZIP bombs (fixes FS#22991). | Lukas Fleischer | 1 | -0/+5 |
2011-02-23 | Add a per-user session limit (fixes FS#12898). | Lukas Fleischer | 2 | -1/+18 |
2011-02-22 | Add ability to search for non-out-of-date packages (fixes FS#17896). | Lukas Fleischer | 1 | -1/+6 |
2011-02-21 | Fix typo in "web/lib/pkgfuncs.inc". | Wieland Hoffmann | 1 | -2/+2 |
2011-02-21 | Make persistent cookie timeout configurable via "config.inc" (FS#22994). | Lukas Fleischer | 2 | -1/+5 |
2011-02-21 | Automatically adopt when updating an orphan package (fixes FS#22992). | Lukas Fleischer | 1 | -1/+1 |
2011-02-20 | Release 1.8.0.1.8.0 | Lukas Fleischer | 1 | -1/+1 |
2011-02-17 | pkg_search_results: rewrite of pagination | PyroPeter | 1 | -0/+26 |
2011-02-11 | Add a package name blacklist. | Lukas Fleischer | 1 | -0/+23 |
2011-02-09 | Minor bugfix in pkg_change_category(). | Lukas Fleischer | 1 | -1/+1 |
2011-02-01 | Drop PackageLocations table and references | Dan McGee | 3 | -69/+18 |
2011-01-28 | aurjson: Escape wildcards in "LIKE" patterns (fixes FS#18626). | Lukas Fleischer | 1 | -0/+1 |
2011-01-25 | Replaced rm_rf() by rm_tree(). | Lukas Fleischer | 1 | -3/+15 |
2011-01-24 | Build URLs from package names (fixes FS#15308, FS#19327). | Lukas Fleischer | 1 | -4/+17 |
2011-01-19 | Make external links in comments clickable (FS#20137). | Lukas Fleischer | 1 | -0/+24 |
2010-12-05 | Add Danish translation | Jacob Bang | 1 | -0/+1 |
2010-11-21 | Auto redirect from confirmation screens. | Dan Vratil | 1 | -0/+86 |
2010-11-10 | Add timestamp when a package is flagged out-of-date (FS#20848). | Lukas Fleischer | 3 | -6/+11 |
2010-10-09 | acctfuncs: Make message translatable. | Loui Chang | 1 | -1/+1 |
2010-10-02 | Fixing XSS vulnerability | Viktor Leonhardt | 1 | -15/+15 |
2010-09-20 | Version 1.7.01.7.0 | Loui Chang | 1 | -1/+1 |
2010-08-08 | Add Hebrew translation. | Netanel Shine | 1 | -0/+1 |
2010-07-23 | Header and navbar consistent with Arch site redesign | Denis Kobozev | 1 | -0/+8 |
2010-07-02 | Confirmation when deleting packages | Lukas Fleischer | 1 | -1/+1 |
2010-06-16 | aur.inc: generate_salt() now uses mt_rand() | Linas | 1 | -1/+1 |
2010-06-05 | Add sorting by "Voted" and "Notify" fields | Lukas Fleischer | 1 | -6/+20 |
2010-04-17 | Support for storing salted passwords | Denis | 2 | -20/+69 |
2010-04-15 | pkg_comments: Only display 10 comments by default. | Loui Chang | 1 | -4/+25 |
2010-04-15 | add search only by name | Andrea Scarpino | 1 | -2/+8 |
2010-03-30 | remove empty To field (FS#17584) | Andrea Scarpino | 1 | -2/+2 |
2010-03-16 | Turn on package notification for adopted packages | Andrea Scarpino | 1 | -0/+1 |
2010-03-11 | add link to account profile in out-of-date notification | Andrea Scarpino | 1 | -1/+1 |
2010-02-21 | acctfuncs: Fix some whitespace and formatting. | Loui Chang | 1 | -40/+36 |
2010-01-10 | Remove useless or redundant code for translations. | Loui Chang | 2 | -10/+3 |
2010-01-09 | translator.inc: Remove old and deprecated code. | Loui Chang | 1 | -23/+6 |
2010-01-08 | Make DEFAULT_LANG mean the default language for displayed messages. | Athurg Gooth | 3 | -11/+13 |
2009-12-26 | config.inc.proto: Change default paths to a more logical place. | Loui Chang | 1 | -2/+2 |
2009-12-26 | fix mysql.sock path | Andrea Scarpino | 1 | -1/+1 |
2009-11-13 | Add uid_from_email(), similar to uid_from_username | Evangelos Foutras | 1 | -1/+20 |