summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/uploads_actions.rb
Commit message (Expand)AuthorAgeFilesLines
* Add direct upload support for personal snippetsJan Provaznik2019-08-231-0/+4
* Queries for Upload should be scoped by modelAdam Hegyi2019-07-111-1/+1
* Externalize strings in projects controllersMartin Wortschack2019-03-271-2/+2
* Turned cache_privately? into cache_publicly?Tim Zallmann2019-01-221-5/+5
* Changed the Caching of User Avatars to be public and to 5 minutesTim Zallmann2019-01-211-1/+11
* Remove caching of CSV file49231-import-issues-csvHeinrich Lee Yu2019-01-071-3/+3
* Improve email messagesHeinrich Lee Yu2019-01-071-2/+2
* Refactor upload service to return uploaderHeinrich Lee Yu2019-01-071-1/+1
* Add feature flag for workhorse content type calculationFrancisco Javier López2018-12-061-0/+1
* Revert "Rails5 fix format in uploads actions"Douwe Maan2018-12-031-13/+0
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Handled exception during file uploadChantal Rollison2018-09-061-0/+2
* Merge branch 'jprovazn-direct-upload' into 'master'Kamil Trzciński (OoO till 3th)2018-07-041-0/+10
|\
| * Add workhorse authorize method for project/group uploadsJan Provaznik2018-06-181-0/+10
* | Rails5 fix format in uploads actionsJasper Maes2018-06-181-0/+13
|/
* simplify uploader versions checkAlexis Reigel2018-06-051-9/+4
* require uploaded file's name to match in any caseAlexis Reigel2018-06-051-1/+5
* ability to get an image's alternative versionAlexis Reigel2018-06-051-1/+7
* allow uploading favicon in appearance settingsAlexis Reigel2018-06-051-1/+1
* Add proxy_download to perform proxied sending of all filesMicaël Bergeron2018-03-091-7/+5
* Merge branch 'poc-upload-hashing-path' into 'master'Sean McGivern2018-03-081-5/+13
* Fix 500 error when loading an invalid upload URLSean McGivern2018-02-221-1/+4
* add the uploader context to the upload modelMicaël Bergeron2018-02-021-1/+1
* port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-11/+50
* Support uploads for groupsJarka Kadlecova2017-12-071-0/+23
* Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-0/+27