summaryrefslogtreecommitdiff
path: root/lib/api/project_snippets.rb
Commit message (Expand)AuthorAgeFilesLines
* Standardize use of `content` parameter in snippets APIsh-support-content-for-snippets-apiStan Hu2019-08-281-5/+9
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-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
* API: Catch empty code content for project snippetsRobert Schilling2018-08-211-2/+2
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Fix the user-agent detail API endpoint for project snippetsNick Thomas2018-01-171-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-3/+1
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* add spec and project snippet user agent details endpointJames Lopez2017-07-071-0/+16
* Support descriptions for snippetsJarka Kadlecova2017-05-311-0/+2
* Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-2/+1
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Use string based `visibility` getter & setterToon Claes2017-03-021-2/+2
* Expose Project's & ProjectSnippet's VisibilityLevel as StringToon Claes2017-03-021-12/+8
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-1/+7
* Check public snippets for spamSean McGivern2017-02-021-1/+1
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-1/+5
* Grapify the projects snippet APIgrapify-project-snippet-apiRobert Schilling2016-11-211-78/+78
* Prevent private snippets in public/internal projects from being leaked via APIStan Hu2016-04-251-5/+10
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-3/+3
* More restricted visibility changesVinnie Okada2015-03-101-4/+4
* Enforce restricted visibilities for snippetsVinnie Okada2015-03-081-9/+13
* Improve error reporting on users APIjubianchi2014-09-161-2/+3
* Dropped expiration date from the snippet APIJeroen van Baarsen2014-01-111-4/+0
* Fix snippet raw content being escapedDmitriy Zaporozhets2013-06-061-0/+2
* Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets2013-06-061-0/+121