Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> |