Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-11-29 | Fix account editing and hijacking vulnerability | canyonknight | 2 | -3/+37 |
2012-11-24 | index.php: Move voter page token check to switch control structure | canyonknight | 1 | -6/+4 |
2012-11-24 | login.php: Properly link to logout page when already logged in | canyonknight | 1 | -1/+1 |
2012-11-15 | gendummydata.py: Remove extra letter from dummy pkgrel | canyonknight | 1 | -1/+1 |
2012-11-15 | pkgfuncs.inc.php: Rework query to avoid "Required by" duplicates | canyonknight | 1 | -1/+1 |
2012-11-07 | Release 2.0.1v2.0.1 | Lukas Fleischer | 1 | -1/+1 |
2012-11-07 | pkg_details.php: Fix potential XSS for package names and dep conditions | canyonknight | 1 | -3/+3 |
2012-11-04 | Avoid use of "$_SERVER['REQUEST_URI']" | Lukas Fleischer | 2 | -3/+3 |
2012-11-04 | Avoid double slashes in notifications | Lukas Fleischer | 1 | -3/+3 |
2012-11-04 | routing.inc.php: Return proper (non-virtual) URIs | Lukas Fleischer | 1 | -2/+2 |
2012-11-04 | pkgsubmit.php: Show a warning for split packages | Lukas Fleischer | 1 | -0/+4 |
2012-11-04 | pkg_details.php: Remove plural from the adopt/disown button | Lukas Fleischer | 1 | -2/+2 |
2012-11-04 | Add missing internationalization to a few strings | Lukas Fleischer | 2 | -3/+3 |
2012-11-04 | header.php: Do not lowercase language selection entries | Lukas Fleischer | 1 | -2/+2 |
2012-11-04 | Release 2.0.0v2.0.0 | Lukas Fleischer | 1 | -1/+1 |
2012-11-04 | Translation updates from Transifex | Lukas Fleischer | 23 | -8520/+12625 |
2012-11-04 | UPGRADING: Remove reference to Archive_Tar | Lukas Fleischer | 1 | -5/+3 |
2012-10-30 | Return 404 for invalid account/package subpages | Lukas Fleischer | 1 | -8/+26 |
2012-10-29 | pkgsubmit.php: Check that there is one directory in a tarball | canyonknight | 1 | -0/+4 |
2012-10-28 | home.php: Remove unneeded tables | Lukas Fleischer | 1 | -14/+2 |