Age | Commit message (Expand) | Author | Files | Lines |
2015-01-07 | Add support for package base co-maintainers | Lukas Fleischer | 3 | -1/+27 |
2014-12-29 | Use the AUR footer in cgit | Lukas Fleischer | 1 | -0/+9 |
2014-12-29 | Use a custom logo | Lukas Fleischer | 4 | -0/+9 |
2014-12-28 | Add cgit configuration and style sheet | Lukas Fleischer | 2 | -0/+854 |
2014-12-27 | Use Git repositories to store packages | Lukas Fleischer | 1 | -489/+0 |
2014-12-27 | Add support for adding SSH public keys to profiles | Lukas Fleischer | 1 | -2/+3 |
2014-12-19 | Suggest using makepkg instead of mkaurball | Lukas Fleischer | 1 | -2/+2 |
2014-12-13 | Redirect to requests page after accepting deletions | Lukas Fleischer | 1 | -1/+2 |
2014-12-13 | Show user name in title on the account details page | Lukas Fleischer | 1 | -13/+19 |
2014-12-13 | Avoid double slashes in notification email body | Lukas Fleischer | 1 | -1/+1 |
2014-11-21 | Check password length on the password reset form | Lukas Fleischer | 1 | -0/+4 |
2014-11-18 | Add support for .SRCINFO | Lukas Fleischer | 1 | -3/+4 |
2014-10-24 | Use an INI-style configuration file | Lukas Fleischer | 2 | -8/+9 |
2014-10-17 | voters.php: Show time stamps if available | Lukas Fleischer | 1 | -1/+6 |
2014-10-10 | Add support for architecture-specific sources | Lukas Fleischer | 1 | -3/+5 |
2014-10-10 | Add a script to generate package lists | Lukas Fleischer | 1 | -0/+6 |
2014-10-10 | Use readfile() instead of include for static files | Lukas Fleischer | 1 | -4/+4 |
2014-10-03 | Merge branch 'maint' | Lukas Fleischer | 1 | -0/+1 |
2014-10-03 | rss.php: Include package functions | Lukas Fleischer | 1 | -0/+1 |
2014-08-11 | Merge branch 'maint' | Lukas Fleischer | 2 | -3/+11 |
2014-08-10 | Add support for architecture-specific fields | Lukas Fleischer | 1 | -9/+22 |
2014-08-08 | Add permission checks to the request feature | Lukas Fleischer | 1 | -0/+8 |
2014-08-06 | Fix notification handling on submission and adoption | Lukas Fleischer | 1 | -1/+1 |
2014-08-06 | Add PCRE_DOLLAR_ENDONLY to preg_match() | Lukas Fleischer | 1 | -2/+2 |
2014-07-29 | Fix the registration form | Lukas Fleischer | 1 | -3/+3 |
2014-07-25 | Add support for deleting user accounts | Lukas Fleischer | 2 | -0/+18 |
2014-07-25 | Make deleted comments visible to Trusted Users | Lukas Fleischer | 1 | -0/+4 |
2014-07-23 | Add typeahead suggest to the merge request form | Lukas Fleischer | 1 | -0/+17 |
2014-07-23 | Prevent merging a package base with itself | Lukas Fleischer | 1 | -4/+7 |
2014-07-23 | Drop support for source packages without .AURINFO | Lukas Fleischer | 1 | -26/+4 |
2014-07-16 | Fix pkgbase_votes_from_name() | Lukas Fleischer | 1 | -4/+4 |
2014-07-15 | home: requests should be filed in the web interface | Johannes Dewender | 1 | -1/+3 |
2014-07-15 | Rework permission handling | Lukas Fleischer | 9 | -68/+27 |
2014-07-04 | Sanitize merge base name in pkgreq_file() | Lukas Fleischer | 1 | -6/+1 |
2014-07-04 | Allow for adding a comment when closing a request | Lukas Fleischer | 1 | -1/+1 |
2014-07-04 | Allow for selecting a reason when closing a request | Lukas Fleischer | 3 | -5/+28 |
2014-07-02 | Remove extra space from text buttons in Firefox | Lukas Fleischer | 1 | -0/+5 |
2014-07-02 | Fix pagination in the package request list | Lukas Fleischer | 1 | -3/+3 |
2014-07-02 | pkgbase.php: Highlight error messages | Lukas Fleischer | 1 | -2/+7 |
2014-07-02 | Validate package base name when filing requests | Lukas Fleischer | 1 | -1/+6 |
2014-07-02 | Fix title in package requests list | Lukas Fleischer | 1 | -2/+3 |
2014-07-01 | Move user statistics table to the right | Lukas Fleischer | 1 | -14/+5 |
2014-07-01 | Be explicit about accepted requests in emails | Lukas Fleischer | 1 | -1/+1 |
2014-07-01 | Simplify code to bound integer values | Lukas Fleischer | 1 | -8/+2 |
2014-06-30 | Rename package request functions to pkgreq_*() | Lukas Fleischer | 2 | -3/+3 |
2014-06-25 | Move package request form to a template | Lukas Fleischer | 1 | -56/+1 |
2014-06-25 | Allow regular users to file package requests | Lukas Fleischer | 1 | -5/+5 |
2014-06-25 | Add support for merge requests | Lukas Fleischer | 3 | -3/+25 |
2014-06-25 | Add an accept button to the package request list | Lukas Fleischer | 2 | -4/+9 |
2014-06-25 | Allow for closing package requests | Lukas Fleischer | 2 | -15/+23 |