summaryrefslogtreecommitdiff
path: root/spec/controllers/projects/snippets_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-16/+16
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-5/+15
|
* Support descriptions for snippetsJarka Kadlecova2017-05-311-1/+11
|
* Use Namespace#full_path instead of #path where appropriatedm-more-namespace-full-pathDouwe Maan2017-02-231-18/+18
|
* Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-editOswaldo Ferreira2017-02-211-21/+165
|
* Download snippets with LF line-endings by defaultJarka Kadlecova2017-02-201-0/+33
|
* Use `add_$role` helper in snippets specssnippet-spamSean McGivern2017-02-021-4/+4
|
* Check public snippets for spamSean McGivern2017-02-021-0/+80
| | | | | | 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.
* applies url_for so that we dont lose filters when redirecting19988-prevent-empty-pagination-when-list-not-emptyTiago Botelho2016-12-231-1/+1
|
* adds specs for respective behaviourTiago Botelho2016-12-211-0/+22
|
* Project tools visibility levelFelipe Artur2016-09-011-1/+1
|
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-8/+8
|
* Ensure private project snippets are not viewable by unauthorized peopleRémy Coutable2016-03-251-0/+107
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/14607.