Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Resolve "Make a Rubocop that forbids returning from a block" | 🙈 jacopo beschi 🙉 | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Fix the user-agent detail API endpoint for project snippets | Nick Thomas | 2018-01-17 | 1 | -1/+1 |
| | |||||
* | Adds Rubocop rule for line break around conditionals | 🙈 jacopo beschi 🙉 | 2018-01-11 | 1 | -0/+1 |
| | |||||
* | API: Use defined project requirementsrs-api-use-project-requirements | Robert Schilling | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Conditionally destroy a ressource | Robert Schilling | 2017-08-28 | 1 | -3/+1 |
| | |||||
* | API: Respect the 'If-Unmodified-Since' for delete endpoints | Robert Schilling | 2017-08-28 | 1 | -0/+2 |
| | |||||
* | Update grape gemdz-update-grape | Dmitriy Zaporozhets | 2017-07-20 | 1 | -0/+1 |
| | | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | add spec and project snippet user agent details endpoint | James Lopez | 2017-07-07 | 1 | -0/+16 |
| | |||||
* | Support descriptions for snippets | Jarka Kadlecova | 2017-05-31 | 1 | -0/+2 |
| | |||||
* | Merge branch 'snippets-finder-visibility' into 'security' | Douwe Maan | 2017-05-10 | 1 | -2/+1 |
| | | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094 | ||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use string based `visibility` getter & setter | Toon Claes | 2017-03-02 | 1 | -2/+2 |
| | | | | | | Add `visibility` & `visibility=` methods to the `Gitlab::VisibilityLevel` module so the `visibility_level` can be get/set with a string value. | ||||
* | Expose Project's & ProjectSnippet's VisibilityLevel as String | Toon Claes | 2017-03-02 | 1 | -12/+8 |
| | | | | | | | | | | 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. | ||||
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-edit | Oswaldo Ferreira | 2017-02-21 | 1 | -1/+7 |
| | |||||
* | Check public snippets for spam | Sean McGivern | 2017-02-02 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | Use the pagination helper in the APIuse-pagination-helper | Robert Schilling | 2016-12-04 | 1 | -1/+5 |
| | |||||
* | Grapify the projects snippet APIgrapify-project-snippet-api | Robert Schilling | 2016-11-21 | 1 | -78/+78 |
| | |||||
* | Prevent private snippets in public/internal projects from being leaked via API | Stan Hu | 2016-04-25 | 1 | -5/+10 |
| | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15580 | ||||
* | Rename abilities to correspond contoller/model action namesrename-abilities | Dmitriy Zaporozhets | 2015-06-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | 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> | ||||
* | More restricted visibility changes | Vinnie Okada | 2015-03-10 | 1 | -4/+4 |
| | | | | Bug fixes and new tests for the restricted visibility changes. | ||||
* | Enforce restricted visibilities for snippets | Vinnie Okada | 2015-03-08 | 1 | -9/+13 |
| | | | | | | 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. | ||||
* | Improve error reporting on users API | jubianchi | 2014-09-16 | 1 | -2/+3 |
| | | | | | | | | * 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 | ||||
* | Dropped expiration date from the snippet API | Jeroen van Baarsen | 2014-01-11 | 1 | -4/+0 |
| | |||||
* | Fix snippet raw content being escaped | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+2 |
| | |||||
* | Split Project api on several parts: deploy_keys, hooks, snippets etc | Dmitriy Zaporozhets | 2013-06-06 | 1 | -0/+121 |