summaryrefslogtreecommitdiff
path: root/app/controllers/files_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'extend_markdown_upload' into generic-uploadsDouwe Maan2015-02-201-17/+0
|\ | | | | | | | | | | | | # Conflicts: # app/controllers/files_controller.rb # app/controllers/projects/uploads_controller.rb # app/uploaders/attachment_uploader.rb
| * Refactor.Douwe Maan2015-02-171-7/+10
| |
| * implement Project::UploadsControllerHannes Rosenögger2015-02-171-27/+2
| |
| * Generalize the image upload in markdownHannes Rosenögger2015-02-171-2/+27
| | | | | | | | | | This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
* | Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets2015-02-191-3/+1
| | | | | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
* | Revert "Nitpicking."Dmitriy Zaporozhets2015-02-191-3/+2
|/ | | | This reverts commit ebd39fc082b09177e0777e5de5729c3f98495e87.
* Nitpicking.Douwe Maan2015-02-161-2/+3
|
* Fix broken access control and refactor avatar uploadHannes Rosenögger2015-02-161-1/+3
| | | | | | | | | | | This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
* Show image attachments in browser instead of downloading them.Douwe Maan2015-02-041-1/+2
| | | | Resolves #1702.
* Implements drag and drop upload in creating issuesEarle Bunao & Neil Calabroso2014-05-231-1/+0
|
* Files controller handle redirect to remote storage. Added config block to ↵Dmitriy Zaporozhets2013-05-151-4/+8
| | | | carrierwave init
* Per project protectionDmitriy Zaporozhets2013-02-151-2/+8
|
* skip protection to aws3Dmitriy Zaporozhets2013-02-151-1/+0
|
* handle attahcment with send_fileDmitriy Zaporozhets2013-02-111-0/+8