- 09 Jun, 2017 1 commit
-
-
vanadium23 authored
-
- 08 Jun, 2017 3 commits
-
-
DJ Mountney authored
Restrict API X-Frame-Options to same origin See merge request !2103
-
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
-
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
-
- 07 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 06 Jun, 2017 4 commits
-
-
Roman Safronov authored
-
Mark Fletcher authored
-
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
-
- 05 Jun, 2017 4 commits
-
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
No external behavior change. This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.
-
Nick Thomas authored
-
- 02 Jun, 2017 6 commits
-
-
Robin Bobbitt authored
-
Pawel Chojnacki authored
-
Nick Thomas authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Alexander Randa authored
-
Athar Hameed authored
-
- 01 Jun, 2017 2 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 31 May, 2017 5 commits
-
-
Alejandro Rodríguez authored
-
Douwe Maan authored
-
Kamil Trzcinski authored
-
vanadium23 authored
-
Jarka Kadlecova authored
-
- 30 May, 2017 14 commits
-
-
Toon Claes authored
To avoid the use of slow queries, remove some deprecated methods and encourage the use of ProjectFinder to find projects.
-
Toon Claes authored
And use it in the API.
-
Toon Claes authored
The ProjectsFinder and GroupFinder both support the same set of params. And the `/api/v4/projects` and `/api/v4/group/:id/projects` also support the same set of params. But they do not match the Finder params. So use a helper method to transform them.
-
Toon Claes authored
Instead of trying to do the heavy lifting in the API itself, use the existing features of the ProjectFinder.
-
Toon Claes authored
The ProjectFinder supports the `non_public` parameter. This can be used to find only projects the user is member of.
-
Toon Claes authored
Because this order makes more sense and makes the code easier to read.
-
Toon Claes authored
To avoid passing parameters double, move all filtering to the `present_projects` helper.
-
Toon Claes authored
The helper will be modified in V4, so copy the original to V4 to keep the current behavior in V3.
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-