Age | Commit message (Expand) | Author | Files | Lines |
2013-09-03 | tu_list.php: Hide table if no results are found | Lukas Fleischer | 1 | -12/+13 |
2013-09-03 | Move "Add Proposal" link to "Current Votes" | Lukas Fleischer | 2 | -9/+8 |
2013-09-02 | Release 2.3.0v2.3.0 | Lukas Fleischer | 1 | -1/+1 |
2013-09-02 | Specify charset in Content-Type header when returning JSON data from API. | Chris Down | 1 | -0/+1 |
2013-08-28 | Only include current TUs in the last votes list | Lukas Fleischer | 1 | -3/+4 |
2013-08-27 | Move package comment check to packages.php | Lukas Fleischer | 2 | -4/+6 |
2013-08-27 | Use POST-Redirect-GET for most package actions | Lukas Fleischer | 1 | -0/+6 |
2013-08-27 | Add boolean return values to several pkg_*() functions | Lukas Fleischer | 2 | -54/+55 |
2013-08-27 | Exclude running votes from "Last Votes by TU" | Lukas Fleischer | 1 | -1/+4 |
2013-08-27 | Pick sane default registration language | Lukas Fleischer | 1 | -1/+1 |
2013-08-27 | Re-add CRSF tokens to most package actions | Lukas Fleischer | 2 | -4/+6 |
2013-08-27 | pkg_details: Convert most action links to forms | Lukas Fleischer | 2 | -6/+49 |
2013-08-26 | Add Japanese and Slovak languages | Lukas Fleischer | 1 | -0/+2 |
2013-08-26 | tu_details.php: Avoid division by zero | Lukas Fleischer | 1 | -1/+5 |
2013-08-26 | Move "Past Votes" navigation to "Past Votes" box | Lukas Fleischer | 2 | -14/+17 |
2013-08-26 | Add "Last Votes by TU" list | Lukas Fleischer | 3 | -0/+61 |
2013-08-22 | tu_details.php: Display vote result | Lukas Fleischer | 1 | -0/+20 |
2013-08-22 | tu_details.php: Avoid inline computations | Lukas Fleischer | 1 | -6/+15 |
2013-08-22 | Add a vote type to the TU proposal form | Lukas Fleischer | 2 | -15/+38 |
2013-08-22 | Show participation in vote details | Lukas Fleischer | 1 | -0/+6 |
2013-08-22 | Store the number of TUs when starting a vote | Lukas Fleischer | 1 | -2/+8 |
2013-08-22 | Allow for setting an account's inactivity status | Lukas Fleischer | 4 | -8/+36 |
2013-08-17 | Merge branch 'maint' | Lukas Fleischer | 1 | -1/+1 |
2013-08-17 | Release 2.2.1 | Lukas Fleischer | 1 | -1/+1 |
2013-08-17 | Merge branch 'maint' | Lukas Fleischer | 1 | -18/+41 |
2013-08-17 | Upgrade Archive/Tar from PEAR to work with php 5.5v2.2.1 | Dave Reisner | 1 | -18/+41 |
2013-04-24 | Remove superfluous search wrapper function | canyonknight | 2 | -11/+1 |
2013-04-20 | Retrieve package details after package actions are processed | canyonknight | 1 | -4/+7 |
2013-03-26 | Release 2.2.0v2.2.0 | Lukas Fleischer | 1 | -1/+1 |
2013-03-26 | Use minified typeahead JS from archweb | Lukas Fleischer | 4 | -313/+3 |
2013-03-25 | Show hint if password is empty during login | Lukas Fleischer | 1 | -2/+31 |
2013-03-24 | Implement IP banning for user registration and user login | canyonknight | 1 | -1/+34 |
2013-03-21 | Return 404 error page if invalid package ID is used | Lukas Fleischer | 1 | -0/+6 |
2013-03-21 | Save last login IP address | Lukas Fleischer | 1 | -1/+2 |
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-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-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 | Merge branch 'maint' | Lukas Fleischer | 4 | -15/+30 |