| Commit message (Expand) | Author | Age | Files | Lines |
* | Backport of multiple_assignees_feature [ci skip] | Valery Sizov | 2017-05-04 | 1 | -2/+7 |
* | Merge branch '26437-closed-by' into 'master'
| Rémy Coutable | 2017-04-26 | 1 | -0/+15 |
|\ |
|
| * | Add issues/:iid/closed_by api endpoint | mhasbini | 2017-04-12 | 1 | -0/+15 |
* | | Port 'Add user activities API' to CE | Sean McGivern | 2017-04-14 | 1 | -1/+1 |
* | | Separate CE params on Grape API | Oswaldo Ferreira | 2017-04-10 | 1 | -1/+5 |
|/ |
|
* | Add "search" optional param and docs for V430195-document-search-param-on-api | Oswaldo Ferreira | 2017-04-05 | 1 | -0/+1 |
* | Fix API group/issues default state filter | Alexander Randa | 2017-03-28 | 1 | -2/+2 |
* | Return 404 in project issues API endpoint when project cannot be found | Adam Niedzielski | 2017-03-20 | 1 | -1/+1 |
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ... | Rémy Coutable | 2017-03-16 | 1 | -2/+2 |
* | Rename variable | Bob Van Landuyt | 2017-03-13 | 1 | -2/+2 |
* | Always require MR-iid for resolving discussions | Bob Van Landuyt | 2017-03-13 | 1 | -12/+1 |
* | Delegate a single discussion to a new issue | Bob Van Landuyt | 2017-03-13 | 1 | -0/+7 |
* | API routes referencing a specific issue should use the issue `iid` | Timothy Andrew | 2017-03-07 | 1 | -12/+12 |
* | Remove "subscribed" field from API responses returning list of issues or merg...api-drop-subscribed | Adam Niedzielski | 2017-03-06 | 1 | -6/+6 |
* | API issues - support filtering by iids | Jarka Kadlecova | 2017-03-01 | 1 | -0/+1 |
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-edit | Oswaldo Ferreira | 2017-02-21 | 1 | -1/+5 |
* | Unify issues search behavior by always filtering when ALL labels matches26315-unify-labels-filter-behavior | Oswaldo Ferreira | 2017-02-20 | 1 | -11/+3 |
* | Remove deprecated MR and Issue endpoints and preserve V3 namespace9-0-api-changes | Oswaldo Ferreira | 2017-02-06 | 1 | -3/+0 |
* | Add some API endpoints for time tracking. | Ruben Davila | 2017-01-18 | 1 | -0/+2 |
* | API: Implement project issues iid param with IssuesFinder and add tests23194-fix-no-milestone-option-for-projects-endpoint | David Eisner | 2017-01-12 | 1 | -21/+26 |
* | Adding 'IssueFinder' for 'projects' API endpoint | Panagiotis Atmatzidis | 2017-01-12 | 1 | -6/+8 |
* | Add missing milestone parameter | Robert Schilling | 2017-01-04 | 1 | -0/+1 |
* | Refactor issues filter in API | Robert Schilling | 2017-01-04 | 1 | -21/+7 |
* | Fix state_event parameter to reopen an issuefixes-issues-api-reopen | Robert Schilling | 2016-12-22 | 1 | -2/+1 |
* | Grapify the issues APIgrapify-issues-api | Robert Schilling | 2016-12-07 | 1 | -151/+112 |
* | A simpler implementation of finding a merge request | Bob Van Landuyt | 2016-12-06 | 1 | -9/+6 |
* | Feature: delegate all open discussions to Issue | Bob Van Landuyt | 2016-12-05 | 1 | -10/+22 |
* | Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security'
| Douwe Maan | 2016-11-28 | 1 | -1/+1 |
* | Merge branch 'zj-fix-label-creation-non-members' into 'security' | Douwe Maan | 2016-11-28 | 1 | -37/+37 |
* | API: Introduce `#find_group!` which also check access permission22373-reduce-queries-in-api-helpers-find_project | Rémy Coutable | 2016-11-24 | 1 | -1/+1 |
* | Remove default value for `project` argument on subscribable concern | Douglas Barbosa Alexandre | 2016-11-17 | 1 | -5/+5 |
* | Fix API issues sortingfix-api-sorting | Sean McGivern | 2016-09-09 | 1 | -3/+9 |
* | API: Expose issue#confidentialapi-confidential-issues | Robert Schilling | 2016-08-31 | 1 | -2/+12 |
* | if issue is not valid we revert back to the old labels when updating | tiagonbotelho | 2016-08-30 | 1 | -9/+2 |
* | refactors update issue api request and some minor comments | tiagonbotelho | 2016-08-30 | 1 | -16/+10 |
* | adds test to check whether or not an email is sent to label subscribers after... | tiagonbotelho | 2016-08-30 | 1 | -19/+6 |
* | user is now notified when creating an issue through the api | tiagonbotelho | 2016-08-30 | 1 | -2/+16 |
* | Refactored AkismetHelper into AkismetService and cleaned up `Spammable` | Patricio Cano | 2016-08-15 | 1 | -2/+0 |
* | Refactored spam related code even further | Patricio Cano | 2016-08-15 | 1 | -1/+1 |
* | Complete refactor of the `Spammable` concern and tests: | Patricio Cano | 2016-08-15 | 1 | -1/+1 |
* | Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-check | Patricio Cano | 2016-07-26 | 1 | -7/+5 |
* | Refactor `SpamCheckService` to make it cleaner and clearer. | Patricio Cano | 2016-07-26 | 1 | -4/+6 |
* | Submit all issues on public projects to Akismet if enabled. | Patricio Cano | 2016-07-26 | 1 | -5/+3 |
* | Submit new issues created via the WebUI by non project members to Akismet for... | Patricio Cano | 2016-07-26 | 1 | -12/+1 |
* | API: Expose due_date for issuesapi-isssues-due-date | Robert Schilling | 2016-07-12 | 1 | -4/+6 |
* | gitlab-org/gitlab-ce#17818 - add api call for issues by group | Marc Siegfriedt | 2016-06-23 | 1 | -0/+35 |
* | Fix pseudo n+1 queries with Note and Note Authors in issuables APIs | Alejandro Rodríguez | 2016-06-08 | 1 | -2/+2 |
* | Add API endpoints for un/subscribing from/to a label | Ahmad Sherif | 2016-05-12 | 1 | -38/+1 |
* | Use ActionDispatch Remote IP for Akismet checking | Stan Hu | 2016-04-27 | 1 | -2/+2 |
* | Allow back dating issues on update | Michael Greene | 2016-04-13 | 1 | -2/+5 |