Age | Commit message (Expand) | Author | Files | Lines |
2014-02-06 | Style fixes: Capitalization of "true" and "false" | Lukas Fleischer | 1 | -3/+3 |
2014-02-03 | account_details.php: Add link to edit a user's account | canyonknight | 1 | -0/+5 |
2014-01-22 | Further optimize voters.php to only need the package name | canyonknight | 2 | -3/+3 |
2014-01-20 | voters.php: Remove extra call to pkgname_from_id() | canyonknight | 1 | -3/+2 |
2014-01-17 | pkgsubmit.php: Improve visibility of errors | Lukas Fleischer | 1 | -4/+4 |
2014-01-17 | Add a warning for packages without .AURINFO | Lukas Fleischer | 1 | -0/+7 |
2014-01-17 | Promote the use of mkaurball | Lukas Fleischer | 1 | -1/+1 |
2014-01-17 | Detect split packages from .AURINFO | Lukas Fleischer | 1 | -0/+6 |
2014-01-17 | Strip whitespace from .AURINFO lines | Lukas Fleischer | 1 | -0/+1 |
2014-01-17 | Rename "depend" field to "depends" in .AURINFO | Lukas Fleischer | 1 | -1/+1 |
2014-01-11 | Fix split package error handling | Lukas Fleischer | 1 | -6/+7 |
2014-01-11 | Forbid developers to vote | Balló György | 1 | -0/+3 |
2014-01-11 | passreset.php: Error out if e-mail is empty | Lukas Fleischer | 1 | -7/+12 |
2014-01-11 | passreset.php: Refactor HTML | Lukas Fleischer | 1 | -13/+12 |
2014-01-11 | Typeahead workaround for having to press enter twice | Joris Steyn | 1 | -0/+9 |
2014-01-02 | Go to package when selecting a typeahead suggestion | Joris Steyn | 1 | -1/+5 |
2013-09-08 | Convert adopt/disown package action link to form | canyonknight | 1 | -0/+6 |
2013-09-03 | Sync CSS with archweb | Lukas Fleischer | 3 | -146/+159 |
2013-09-03 | Move "Add Proposal" link to "Current Votes" | Lukas Fleischer | 1 | -9/+1 |
2013-08-27 | Move package comment check to packages.php | Lukas Fleischer | 1 | -0/+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 | 1 | -12/+13 |
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 | 1 | -4/+0 |
2013-08-27 | pkg_details: Convert most action links to forms | Lukas Fleischer | 1 | -0/+19 |
2013-08-26 | Move "Past Votes" navigation to "Past Votes" box | Lukas Fleischer | 1 | -14/+3 |
2013-08-26 | Add "Last Votes by TU" list | Lukas Fleischer | 1 | -0/+2 |
2013-08-22 | Add a vote type to the TU proposal form | Lukas Fleischer | 1 | -12/+34 |
2013-08-22 | Allow for setting an account's inactivity status | Lukas Fleischer | 1 | -2/+3 |
2013-04-24 | Remove superfluous search wrapper function | canyonknight | 1 | -1/+1 |
2013-04-20 | Retrieve package details after package actions are processed | canyonknight | 1 | -4/+7 |
2013-03-26 | Use minified typeahead JS from archweb | Lukas Fleischer | 4 | -313/+3 |
2013-03-21 | Return 404 error page if invalid package ID is used | Lukas Fleischer | 1 | -0/+6 |
2013-03-19 | Enforce e-mail validation during registration | Lukas Fleischer | 1 | -2/+2 |
2013-03-19 | Move reset key submission to a separate function | Lukas Fleischer | 1 | -17/+5 |
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 | 1 | -1/+1 |
2013-02-10 | Remove unneeded database connection calls | canyonknight | 4 | -5/+0 |
2013-02-10 | Remove checks before calling connection method | canyonknight | 1 | -3/+1 |
2013-02-10 | Remove unnecessary database connection parameter from all functions | canyonknight | 3 | -16/+16 |
2013-02-10 | Add database wrapper class and new connection method | canyonknight | 4 | -4/+4 |
2013-01-30 | Merge branch 'maint' | Lukas Fleischer | 1 | -5/+2 |
2013-01-30 | Replace permission check code with can_edit_account() | canyonknight | 1 | -5/+2 |
2013-01-19 | Add description meta-element to package pages | Marcel Korpel | 1 | -4/+7 |
2013-01-19 | Implemented typeahead suggest | Marcel Korpel | 3 | -1/+333 |
2012-12-07 | Merge branch 'maint' | Lukas Fleischer | 1 | -3/+8 |
2012-12-07 | Split package flagging and unflagging into separate functions | canyonknight@gmail.com | 1 | -2/+2 |
2012-11-29 | Fix account editing and hijacking vulnerability | canyonknight | 1 | -3/+8 |