summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '33601-add-csrf-token-verification-to-api' into 'master'Sean McGivern2017-07-271-4/+6
|\
| * Rescue only from ActionController::InvalidAuthenticityTokenDouwe Maan2017-07-261-2/+2
| * Add `rescue false`.blackst0ne2017-07-261-1/+1
| * Refactor CSRF protectionblackst0ne2017-07-261-30/+2
| * Add CSRF token verification to APIblackst0ne2017-07-261-4/+34
* | Merge branch 'tc-issue-api-assignee' into 'master'Sean McGivern2017-07-271-1/+7
|\ \ | |/ |/|
| * Allow query param scope for /issues API endpointtc-issue-api-assigneeToon Claes2017-07-241-4/+5
| * Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-0/+5
* | Merge branch '31129-jira-project-key-elim' into 'master'Sean McGivern2017-07-261-6/+0
|\ \
| * | Remove project_key from the Jira configurationJarka Kadlecova2017-07-251-6/+0
| |/
* | Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-252-10/+12
|\ \
| * | Use struct instead of hashLin Jen-Shin2017-07-202-3/+3
| * | Use hash to return multiple objectsLin Jen-Shin2017-07-202-5/+5
| * | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-181-1/+1
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-1720-112/+364
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-052-7/+21
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-042-6/+37
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-2934-102/+185
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-075-33/+96
| |\ \ \ \ \ \ \
| * | | | | | | | Try to report why it's failing and fix testsLin Jen-Shin2017-06-062-7/+9
* | | | | | | | | Merge branch 'issue_34622' into 'master'Sean McGivern2017-07-257-157/+282
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add group milestones API endpointissue_34622Felipe Artur2017-07-217-157/+282
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-255-2/+112
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Support both internal and external issue trackersJarka Kadlecova2017-07-242-10/+9
* | | | | | | | Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-2021-0/+28
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Renamed Gitaly servicesAndrew Newdigate2017-07-181-1/+1
|/ / / / / /
* | | | | | Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-144-6/+23
|\ \ \ \ \ \
| * | | | | | Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-134-6/+23
* | | | | | | Handle case when BroadcastMessage.current is nilStan Hu2017-07-131-1/+1
* | | | | | | Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable2017-07-121-1/+10
* | | | | | | Use view=simple for simplifying merge requests APIStan Hu2017-07-111-3/+3
* | | | | | | Add a simple mode to merge request APIsh-add-mr-simple-modeStan Hu2017-07-112-5/+27
* | | | | | | Fix sort ordering with merge request APIsh-improve-mr-apiStan Hu2017-07-101-4/+3
* | | | | | | Paginate the merge requests API earlier to avoid eager loading every merge re...Stan Hu2017-07-101-1/+2
|/ / / / / /
* | | | | | Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-082-5/+23
* | | | | | Merge branch 'sh-optimize-mr-api' into 'master'Stan Hu2017-07-081-1/+3
|\ \ \ \ \ \
| * | | | | | Remove many N+1 queries with merge requests APIsh-optimize-mr-apiStan Hu2017-07-071-1/+3
* | | | | | | Merge branch 'gitaly-internal-allowed-send-repo' into 'master'Robert Speicher2017-07-082-7/+31
|\ \ \ \ \ \ \
| * | | | | | | Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-072-7/+31
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+6
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | fix specsJames Lopez2017-07-071-1/+1
| * | | | | | add created at filter logic to users finder and APIJames Lopez2017-07-071-0/+6
* | | | | | | Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master'Sean McGivern2017-07-071-12/+17
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'Sean McGivern2017-07-072-5/+13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into 33929-allow-to-enable-perf-bar-for-a-groupSean McGivern2017-07-074-52/+90
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Improve Features API and its docs and add a Changelog itemRémy Coutable2017-07-061-12/+17
* | | | | | | | | Merge branch 'feature/user-agent-details-api' into 'master'Douwe Maan2017-07-074-0/+54
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | add spec and project snippet user agent details endpointJames Lopez2017-07-071-0/+16
| * | | | | | | | refactor code based on feedbackJames Lopez2017-07-063-5/+3
| * | | | | | | | add user agent details API endpoints to issues and snippetsJames Lopez2017-07-062-0/+34