- 16 Mar, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 02 Mar, 2017 2 commits
-
-
Toon Claes authored
Add `visibility` & `visibility=` methods to the `Gitlab::VisibilityLevel` module so the `visibility_level` can be get/set with a string value.
-
Toon Claes authored
Instead of exposing the VisibilityLevel as Integer, expose it as String `visibility` for Project and ProjectSnippet. Filter queries also accept the `visibility` as String instead of `visibility_level` as Integer. Also remove the `public` boolean.
-
- 21 Feb, 2017 1 commit
-
-
Oswaldo Ferreira authored
-
- 02 Feb, 2017 1 commit
-
-
Sean McGivern authored
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
-
- 04 Dec, 2016 1 commit
-
-
Robert Schilling authored
-
- 21 Nov, 2016 1 commit
-
-
Robert Schilling authored
-
- 25 Apr, 2016 1 commit
-
-
Stan Hu authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15580
-
- 26 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
write_ was renamed to create_ modify_ was renamed to update_ So now in update action we have next code def create can?(current_user, :create_issue, @issue) end def update can?(current_user, :update_issue, @issue) end Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Bug fixes and new tests for the restricted visibility changes.
-
- 08 Mar, 2015 1 commit
-
-
Vinnie Okada authored
Add new service classes to create and update project and personal snippets. These classes are responsible for enforcing restricted visibility settings for non-admin users.
-
- 15 Sep, 2014 1 commit
-
-
jubianchi authored
* users (#6878, #3526, #4209): Validation error messages are now exposed through 400 responses, 409 response are sent in case of duplicate email or username * MRs (#5335): 409 responses are sent in case of duplicate merge request (source/target branches), 422 responses are sent when submiting MR fo/from unrelated forks * issues * labels * projects
-
- 11 Jan, 2014 1 commit
-
-
Jeroen van Baarsen authored
-
- 06 Jun, 2013 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-