summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Do not validate CSRF token in API unless neededdm-api-current-userDouwe Maan2017-08-022-1/+3
* Merge branch '35599-fix-uncontrolled-default_url_options-overriding' into 'ma...Robert Speicher2017-07-281-1/+1
|\
| * Ensure Gitlab::Application.routes.default_url_options are set correctly in Ca...Rémy Coutable2017-07-281-1/+1
* | Fixup POST /v3/:id/hooks and PUT /v3/:id/hooks/:hook_idRichard Clamp2017-07-281-2/+6
|/
* initShinya Maeda2017-07-281-13/+10
* Merge branch 'tc-api-root-merge-requests' into 'master'Sean McGivern2017-07-282-33/+68
|\
| * Modify/add some forgotten issues API documentationtc-api-root-merge-requestsToon Claes2017-07-281-2/+2
| * Default /merge_request API endpoint to `scope=created-by-me`Toon Claes2017-07-281-1/+3
| * Add top-level /merge_requests API endpointToon Claes2017-07-271-31/+64
* | Merge branch 'bvl-add-all-settings-to-api' into 'master'Robert Speicher2017-07-272-86/+5
|\ \ | |/ |/|
| * Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-271-54/+1
| * Make the attribute list for application settings reusableBob Van Landuyt2017-07-272-32/+4
* | DRY the branches API requirements definitionRémy Coutable2017-07-272-5/+10
* | Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-271-7/+7
* | 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
|\ \ \ \ \ \