summaryrefslogtreecommitdiff
path: root/app/uploaders/file_uploader.rb
Commit message (Expand)AuthorAgeFilesLines
* Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-151-1/+1
* Remove magic comments from Ruby files (!5456)winniehell2016-07-241-1/+0
* Get rid of `is_image` in FileUploaderRémy Coutable2016-07-191-1/+0
* First support of videos in issues, MRs and notesEric Hayes2016-07-191-3/+3
* Remove reduntant `move_to_store` overrideGrzegorz Bizon2016-03-301-4/+4
* Add method that returns markdown in file uploaderGrzegorz Bizon2016-03-301-0/+4
* Get FileUploader into test harness using factoryGrzegorz Bizon2016-03-301-2/+2
* Add markdown pattern for uploads to file uploaderGrzegorz Bizon2016-03-301-0/+1
* DRY up upload and download servicesapi-project-uploadDouwe Maan2016-01-081-0/+15
* Remove duplicate methods in uploadersDmitriy Zaporozhets2015-11-161-17/+2
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-1/+1
* Fix URL to uploaded file.Douwe Maan2015-02-201-0/+4
* Merge branch 'extend_markdown_upload' into generic-uploadsDouwe Maan2015-02-201-20/+23
|\
| * Use longer upload secret.Douwe Maan2015-02-171-1/+1
| * Refactor.Douwe Maan2015-02-171-26/+12
| * implement Project::UploadsControllerHannes Rosenögger2015-02-171-1/+3
| * Generalize the image upload in markdownHannes Rosenögger2015-02-171-1/+18
|/
* Make existing tests test something, return correct errors.Marin Jankovski2014-05-261-1/+1
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-0/+41