Age | Commit message (Expand) | Author | Files | Lines |
2014-10-03 | rss.php: Include package functions | Lukas Fleischer | 1 | -0/+1 |
2014-08-08 | Add permission checks to the request feature | Lukas Fleischer | 3 | -0/+14 |
2014-08-08 | Fix the return value of save_salt() | Lukas Fleischer | 1 | -1/+1 |
2014-08-06 | Fix notification handling on submission and adoption | Lukas Fleischer | 2 | -2/+2 |
2014-08-06 | Add PCRE_DOLLAR_ENDONLY to preg_match() | Lukas Fleischer | 3 | -4/+4 |
2014-08-02 | Release 3.4.3 | Lukas Fleischer | 1 | -1/+1 |
2014-08-02 | Count users in "Trusted User & Developer" group as TU | Balló György | 2 | -3/+3 |
2014-07-29 | Release 3.4.2 | Lukas Fleischer | 1 | -1/+1 |
2014-07-29 | Lock fresh orphan requests | Lukas Fleischer | 1 | -2/+18 |
2014-07-29 | Close requests before accepting | Lukas Fleischer | 2 | -11/+29 |
2014-07-29 | Remove duplicate recipients from Cc | Lukas Fleischer | 1 | -0/+2 |
2014-07-29 | Allow users to delete their own comments | Lukas Fleischer | 1 | -13/+5 |
2014-07-29 | Release 3.4.1 | Lukas Fleischer | 1 | -1/+1 |
2014-07-29 | Suppress PHP notice in process_account_form() | Lukas Fleischer | 1 | -3/+6 |
2014-07-29 | Fix the registration form | Lukas Fleischer | 1 | -3/+3 |
2014-07-29 | Do not show deletion link on the registration page | Lukas Fleischer | 1 | -1/+1 |
2014-07-28 | Release 3.4.0 | Lukas Fleischer | 1 | -1/+1 |
2014-07-25 | Do not allow regular users to edit all accounts | Lukas Fleischer | 1 | -1/+1 |
2014-07-25 | Add support for deleting user accounts | Lukas Fleischer | 4 | -0/+44 |
2014-07-25 | Clean up user references in user_delete() | Lukas Fleischer | 1 | -0/+35 |
2014-07-25 | Make deleted comments visible to Trusted Users | Lukas Fleischer | 5 | -11/+30 |
2014-07-23 | Add typeahead suggest to the merge request form | Lukas Fleischer | 3 | -2/+56 |
2014-07-23 | Prevent merging a package base with itself | Lukas Fleischer | 2 | -4/+11 |
2014-07-23 | pkgreq_results.php: Only show non-empty merge targets | Lukas Fleischer | 1 | -1/+6 |
2014-07-23 | Verify that the target of merge operations exists | Lukas Fleischer | 1 | -0/+4 |
2014-07-23 | Display correct comment count on package base page | Lukas Fleischer | 1 | -1/+7 |
2014-07-23 | Drop comment count from translatable message | Lukas Fleischer | 1 | -2/+2 |
2014-07-23 | Drop support for source packages without .AURINFO | Lukas Fleischer | 2 | -165/+4 |
2014-07-17 | Automatically accept orphan requests for old packages | Lukas Fleischer | 2 | -12/+42 |
2014-07-16 | Fix pkgbase_votes_from_name() | Lukas Fleischer | 2 | -12/+13 |
2014-07-16 | Mention the target of merge requests in emails | Lukas Fleischer | 1 | -5/+15 |
2014-07-16 | Use Cc instead of Bcc in request notifications | Lukas Fleischer | 1 | -6/+6 |
2014-07-16 | Bcc notification emails to the request creator | Lukas Fleischer | 1 | -14/+27 |
2014-07-16 | Remove unused function pkg_details_by_name() | Lukas Fleischer | 1 | -24/+0 |
2014-07-15 | home: requests should be filed in the web interface | Johannes Dewender | 1 | -1/+3 |
2014-07-15 | Add a new user group "Trusted User & Developer" | Lukas Fleischer | 5 | -5/+20 |
2014-07-15 | Disallow privileged users to use invalid user names | Lukas Fleischer | 1 | -22/+1 |
2014-07-15 | Rework permission handling | Lukas Fleischer | 24 | -237/+187 |
2014-07-05 | Release 3.3.0 | Lukas Fleischer | 1 | -1/+1 |
2014-07-04 | Display number of pending requests in actions box | Lukas Fleischer | 4 | -2/+10 |
2014-07-04 | Handle plurals in translations | Lukas Fleischer | 3 | -4/+23 |
2014-07-04 | Sanitize merge base name in pkgreq_file() | Lukas Fleischer | 2 | -6/+5 |
2014-07-04 | Remember whether a request has been accepted | Lukas Fleischer | 2 | -6/+22 |
2014-07-04 | Include reason for closing a request in the subject | Lukas Fleischer | 1 | -2/+2 |
2014-07-04 | Allow for adding a comment when closing a request | Lukas Fleischer | 4 | -6/+20 |
2014-07-04 | Allow for selecting a reason when closing a request | Lukas Fleischer | 7 | -22/+80 |
2014-07-02 | Do not ucfirst() merge base name in request list | Lukas Fleischer | 1 | -1/+1 |
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 | 2 | -5/+20 |
2014-07-02 | pkgbase.php: Highlight error messages | Lukas Fleischer | 1 | -2/+7 |