- Feb 13, 2018
-
-
James Lopez authored
-
- Feb 06, 2018
-
-
- Jan 24, 2018
-
-
- Jan 09, 2018
-
-
Stan Hu authored
This will enable admins to identify who actually made the API request. Relates to #36960
-
- Jan 04, 2018
-
-
Felipe Artur authored
-
- Nov 09, 2017
-
-
Douwe Maan authored
Include X-Content-Type-Options (XCTO) header into API responses See merge request gitlab/gitlabhq!2211 (cherry picked from commit 6c818e77f2abeef2dd7b17a269611b018701fa79) e087e075 Include X-Content-Type-Options (XCTO) header into API responses
-
- Nov 02, 2017
-
-
Douwe Maan authored
-
- Oct 22, 2017
-
-
Travis Miller authored
-
- Oct 12, 2017
-
-
Guilherme Vieira authored
-
- Sep 13, 2017
-
-
Stan Hu authored
-
- Sep 07, 2017
- Sep 06, 2017
-
-
blackst0ne authored
-
Grzegorz Bizon authored
-
- Aug 04, 2017
-
-
Bob Van Landuyt :neckbeard: authored
-
- Aug 02, 2017
-
-
Douwe Maan authored
-
Eric authored
-
- Jul 27, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 25, 2017
-
-
Oswaldo Ferreir authored
-
- Jul 21, 2017
-
-
Felipe Artur authored
-
- Jul 19, 2017
-
-
Shinya Maeda authored
-
- Jun 28, 2017
-
-
Timothy Andrew authored
- Declaring an endpoint's scopes in a `before` block has proved to be unreliable. For example, if we're accessing the `API::Users` endpoint - code in a `before` block in `API::API` wouldn't be able to see the scopes set in `API::Users` since the `API::API` `before` block runs first. - This commit moves these declarations to the class level, since they don't need to change once set.
-
- Jun 08, 2017
-
-
DJ Mountney authored
Restrict API X-Frame-Options to same origin See merge request !2103
-
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
- Jun 06, 2017
-
-
Mark Fletcher authored
* Meld the following disparate endpoints: * `/projects/:id/events` * `/events` * `/users/:id/events` + Add result filtering to the above endpoints: * action * target_type * before and after dates
-
- May 31, 2017
-
-
Alejandro Rodríguez authored
-
- May 30, 2017
-
-
Shinya Maeda authored
-
- May 25, 2017
-
-
Ruben Davila authored
There was a race condition issue when the application was generating an email and was using a language that was previously being used in other request.
-
- May 04, 2017
-
-
Valery Sizov authored
-
Ruben Davila authored
-
- Mar 22, 2017
-
-
Grzegorz Bizon authored
-
- Mar 07, 2017
-
-
Timothy Andrew authored
- As opposed to the issue `id` that was previously being used. - This brings the API routes closer to the web interface's routes. - This is specific to API v4.
-
- Mar 06, 2017
-
-
Tiago Botelho authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
Z.J. van de Weg authored
Fixes gitlab-org/gitlab-ce#28515 [ci skip]
-
- Mar 03, 2017
-
-
Toon Claes authored
The `projects/:id/pipelines` exposed a lot of extra details that are superfluous and it was taking extra resources to fetch them. To get more details about a pipeline, use `projects/:id/pipelines/:pipeline_id`.
-
- Mar 02, 2017
-
-
Jarka Kadlecova authored
-