Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-06-25 | Add a package request list | Lukas Fleischer | 1 | -0/+58 |
2014-06-25 | Add support for filing package requests | Lukas Fleischer | 3 | -0/+60 |
2014-06-05 | Do not return "None" in user functions | Lukas Fleischer | 1 | -1/+1 |
2014-06-05 | Collapse long source lists | Lukas Fleischer | 1 | -0/+1 |
2014-05-22 | Avoid overflow in updates table | Lukas Fleischer | 1 | -0/+19 |
2014-05-22 | Be friendly to newly registered users | Lukas Fleischer | 1 | -1/+2 |
2014-05-06 | Check permissions when uploading source packages | Lukas Fleischer | 1 | -0/+6 |
2014-05-06 | pkgsubmit.php: Style fixes | Lukas Fleischer | 1 | -8/+4 |
2014-05-03 | Fix parsing of array overrides | Lukas Fleischer | 1 | -1/+1 |
2014-04-26 | pkgsubmit.php: Redirect to package base details | Lukas Fleischer | 1 | -1/+1 |
2014-04-26 | Support multiple licenses per package | Lukas Fleischer | 1 | -6/+14 |
2014-04-26 | Store package groups in the database | Lukas Fleischer | 1 | -1/+8 |
2014-04-26 | Store conflicts, provides and replaces in the DB | Lukas Fleischer | 1 | -2/+16 |
2014-04-19 | Handle pkgbase array overrides gracefully | Lukas Fleischer | 1 | -2/+2 |
2014-04-18 | Collapse long dependency lists | Lukas Fleischer | 1 | -0/+30 |
2014-04-17 | Store {make,check,opt}depends in the database | Lukas Fleischer | 1 | -14/+22 |
2014-04-05 | pkgbase.php: Append query string when redirecting | Lukas Fleischer | 1 | -1/+5 |
2014-04-05 | Do not show package base page of non-split packages | Lukas Fleischer | 1 | -0/+6 |
2014-04-05 | Add full package list to the removal form | Lukas Fleischer | 2 | -2/+17 |
2014-04-05 | Prefix package functions with pkg_/pkgbase_ | Lukas Fleischer | 5 | -33/+33 |
2014-04-05 | Use snake case for all package functions | Lukas Fleischer | 1 | -2/+2 |
2014-04-05 | Move package actions to package bases | Lukas Fleischer | 5 | -103/+108 |
2014-04-05 | Only parse PKGBUILD when required | Lukas Fleischer | 1 | -2/+2 |
2014-04-05 | Factor out PKGBUILD parsing | Lukas Fleischer | 1 | -141/+1 |