summaryrefslogtreecommitdiff
path: root/lib/api/snippets.rb
Commit message (Expand)AuthorAgeFilesLines
* Rewrite SnippetsFinder to improve performanceYorick Peterse2018-11-051-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+8
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-4/+4
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-3/+1
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+1
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* refactor code based on feedbackJames Lopez2017-07-061-2/+1
* add user agent details API endpoints to issues and snippetsJames Lopez2017-07-061-0/+17
* Support descriptions for snippetsJarka Kadlecova2017-05-311-0/+2
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-2/+2
* Use string based `visibility` getter & setterToon Claes2017-03-021-2/+2
* Expose Snippet VisibilityLevel as StringToon Claes2017-03-021-10/+10
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+2
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-1/+6
* Check public snippets for spamSean McGivern2017-02-021-1/+1
* API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-0/+137