Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds Rubocop rule for line break after guard clause | Jacopo | 2017-11-16 | 1 | -0/+1 |
| | | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses. | ||||
* | 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/+1 |
| | |||||
* | 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> | ||||
* | refactor code based on feedback | James Lopez | 2017-07-06 | 1 | -2/+1 |
| | |||||
* | add user agent details API endpoints to issues and snippets | James Lopez | 2017-07-06 | 1 | -0/+17 |
| | |||||
* | 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/+2 |
| | | | | | | Refactor snippets finder & dont return internal snippets for external users See merge request !2094 | ||||
* | 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 Snippet VisibilityLevel as String | Toon Claes | 2017-03-02 | 1 | -10/+10 |
| | |||||
* | Return 204 for delete endpoints | Robert Schilling | 2017-02-28 | 1 | -1/+2 |
| | |||||
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-edit | Oswaldo Ferreira | 2017-02-21 | 1 | -1/+6 |
| | |||||
* | 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. | ||||
* | API: Endpoint to expose personal snippets as /snippets | Guyzmo | 2016-12-01 | 1 | -0/+137 |
Adding the necessary API for the new /snippets Restful resource added with this commit. Added a new Grape class `Snippets`, as well as a `PersonalSnippet` entity. Issue: #20042 Merge-Request: !6373 Signed-off-by: Guyzmo <guyzmo+gitlab+pub@m0g.net> |