Age | Commit message (Expand) | Author | Files | Lines |
2013-03-24 | Implement IP banning for user registration and user login | canyonknight | 1 | -1/+34 |
2013-03-24 | Add "Bans" table to database schema | canyonknight | 2 | -0/+18 |
2013-03-21 | Return 404 error page if invalid package ID is used | Lukas Fleischer | 1 | -0/+6 |
2013-03-21 | Update AUTHORS file | Lukas Fleischer | 1 | -136/+81 |
2013-03-21 | Save last login IP address | Lukas Fleischer | 3 | -1/+13 |
2013-03-21 | process_account_form(): Highlight errors | Lukas Fleischer | 1 | -1/+1 |
2013-03-19 | Enforce e-mail validation during registration | Lukas Fleischer | 2 | -4/+4 |
2013-03-19 | process_account_form(): Allow using empty passwords | Lukas Fleischer | 1 | -13/+25 |
2013-03-19 | Move reset key submission to a separate function | Lukas Fleischer | 2 | -17/+31 |
2013-03-19 | Fix typo in delete permission warning | Connor Behan | 1 | -1/+1 |
2013-03-18 | Release 2.1.0v2.1.0 | Lukas Fleischer | 1 | -1/+1 |
2013-03-18 | Translation updates from Transifex | Lukas Fleischer | 23 | -1127/+1620 |
2013-03-18 | UPGRADING: Mention recent aurblup changes | Lukas Fleischer | 1 | -0/+6 |
2013-03-09 | pkgsubmit.php: Parse .AURINFO metadata | Lukas Fleischer | 1 | -4/+33 |
2013-03-05 | pkgsubmit.php: Move URL protocol check down | Lukas Fleischer | 1 | -14/+12 |
2013-03-05 | pkgsubmit.php: Simplify package name validation | Lukas Fleischer | 1 | -12/+6 |
2013-02-15 | Remove aurblup configuration file parser | Lukas Fleischer | 3 | -75/+58 |
2013-02-10 | Fix default selection on the account edit page | Lukas Fleischer | 2 | -4/+4 |
2013-02-10 | Remove unneeded database connection calls | canyonknight | 4 | -5/+0 |
2013-02-10 | Remove checks before calling connection method | canyonknight | 4 | -229/+76 |
2013-02-10 | Remove documentation references to database parameter | canyonknight | 4 | -71/+0 |
2013-02-10 | Remove unnecessary database connection parameter from all functions | canyonknight | 8 | -131/+132 |
2013-02-10 | Add database wrapper class and new connection method | canyonknight | 10 | -102/+112 |
2013-01-30 | Update message catalog | Lukas Fleischer | 1 | -10/+31 |
2013-01-30 | Merge branch 'maint' | Lukas Fleischer | 4 | -15/+30 |
2013-01-30 | acctfuncs.inc.php: Change wording of account editing message | canyonknight | 1 | -1/+1 |
2013-01-30 | Clear a user's active sessions following account suspension | canyonknight | 1 | -0/+19 |
2013-01-30 | Replace permission check code with can_edit_account() | canyonknight | 1 | -5/+2 |
2013-01-30 | acctfuncs.inc.php: Change return type of valid_username function | canyonknight | 1 | -6/+5 |
2013-01-30 | aur.inc.php: Fix PHP undefined index notice for AURSID | canyonknight | 1 | -1/+1 |
2013-01-30 | pkg_details.php: Add missing translatable string | canyonknight | 1 | -2/+2 |
2013-01-19 | Merge branch 'maint' | Lukas Fleischer | 5 | -7/+9 |
2013-01-19 | stats.inc.php: Remove unnecessary account type lookup | canyonknight | 1 | -3/+0 |
2013-01-19 | user_table.php: Remove unused link parameter | canyonknight | 1 | -1/+1 |
2013-01-19 | Remove double htmlspecialchars | Marcel Korpel | 1 | -2/+0 |
2013-01-19 | We live in 2013 now | Marcel Korpel | 1 | -1/+1 |
2013-01-19 | Added RewriteRule for Apache | Marcel Korpel | 1 | -0/+7 |
2013-01-19 | Add description meta-element to package pages | Marcel Korpel | 4 | -35/+62 |
2013-01-19 | Implemented typeahead suggest | Marcel Korpel | 4 | -2/+354 |
2012-12-22 | Merge branch 'maint' | Lukas Fleischer | 1 | -1/+1 |
2012-12-22 | Changed 'Dutch' to 'Nederlands' | Marcel Korpel | 1 | -1/+1 |
2012-12-22 | gendummydata.py: Open all files with UTF-8 encoding | canyonknight | 1 | -3/+3 |
2012-12-22 | gendummydata.py: Remove need for fortune subprocess | canyonknight | 1 | -7/+11 |
2012-12-07 | Merge branch 'maint' | Lukas Fleischer | 3 | -20/+52 |
2012-12-07 | Split package flagging and unflagging into separate functions | canyonknight@gmail.com | 2 | -33/+45 |
2012-12-07 | INSTALL: Change # to $ where possible | Marcel Korpel | 1 | -9/+9 |
2012-12-07 | INSTALL: Current PHP has JSON support without extension | Marcel Korpel | 1 | -4/+2 |
2012-12-07 | INSTALL: Update required dummy data packages | canyonknight | 1 | -1/+1 |
2012-12-07 | systemd compatibility | Marcel Korpel | 1 | -1/+1 |
2012-11-29 | Fix account privilege escalation vulnerability | canyonknight | 1 | -2/+2 |