summaryrefslogtreecommitdiff
path: root/spec/controllers/uploads_controller_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-5/+8
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+18
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+40
|
* Add latest changes from gitlab-org/security/gitlab@14-3-stable-eeGitLab Bot2021-09-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-4/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-011-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-30/+30
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-161-10/+25
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-031-12/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-181-12/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-131-12/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-121-12/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-12/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-081-12/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-071-12/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-011-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-141-14/+13
|
* Add direct upload support for personal snippetsJan Provaznik2019-08-231-0/+18
|
* Persist tmp snippet uploadsOswaldo Ferreira2019-06-171-69/+108
| | | | | | | | | | It persist temporary personal snippets under user/:id namespaces temporarily while creating a upload record to track it. If an user gets removed while it's still a tmp upload, it also gets removed. If the tmp upload is sent, the upload gets moved to personal_snippets/:id as before. The upload record also gets updated to the new model type as well.
* Add some frozen string to spec/**/*.rbgfyoung2019-04-151-0/+2
| | | | | | | | | | Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Turned cache_privately? into cache_publicly?Tim Zallmann2019-01-221-1/+0
| | | Also removed unnecessary comment
* Fixed static analysis error and 2 caching specsTim Zallmann2019-01-211-5/+5
|
* Changed the Caching of User Avatars to be public and to 5 minutesTim Zallmann2019-01-211-1/+8
|
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-48/+48
| | | | | | | | | | Updates specs to use new rails5 format. The old format: `get :show, { some: params }, { some: headers }` The new format: `get :show, params: { some: params }, headers: { some: headers }`
* Remove rails4 specific codeJasper Maes2018-12-161-5/+1
|
* Fix spec for Rails 5James Lopez2018-10-231-1/+5
|
* Fix content caching for non auth usersJames Lopez2018-10-231-7/+14
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-4/+4
|
* Remove FaviconUploader favicon_main versiondm-remove-favicon-main-versionDouwe Maan2018-06-151-17/+0
| | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
* Don't use Rails.root.join for upload fixture pathsRémy Coutable2018-06-111-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'rs-update-rspec' into 'master'Rémy Coutable2018-06-111-7/+7
|\ | | | | | | | | Update rspec to 3.7 See merge request gitlab-org/gitlab-ce!19449
| * Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-7/+7
| |
* | require uploaded file's name to match in any caseAlexis Reigel2018-06-051-38/+54
| |
* | ability to get an image's alternative versionAlexis Reigel2018-06-051-0/+22
|/
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-0/+13
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-4/+4
|
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-20/+20
|
* Make sure uploads for personal snippets are correctly renderedBob Van Landuyt2017-08-111-2/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-2/+2
|
* Merge branch '33359-pers-snippet-files-location' into 'security-9-3'Sean McGivern2017-07-191-2/+2
| | | | | Use uploads/system directory for personal snippets See merge request !2123
* Support uploads for newly created personal snippets12910-snippets-descriptionJarka Kadlecova2017-06-071-0/+34
|
* Fixes the 500 for custom apearance header logo and logoAlexis Reigel2017-05-191-0/+40
|
* Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-0/+87
|
* Ensure mutable uploads are not cached without revalidationPawel Chojnacki2017-02-221-0/+82
|
* Merge branch 'svg-xss-fix' into 'security' Robert Speicher2017-02-151-0/+22
| | | | | Fix for XSS vulnerability in SVG attachments See https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/2059
* Use `empty_project` where possible in controller specsrs-empty_project-controllersRobert Speicher2017-01-251-1/+1
|
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-14/+14
|