Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'extend_markdown_upload' into generic-uploads | Douwe Maan | 2015-02-20 | 1 | -17/+0 |
|\ | | | | | | | | | | | | | # Conflicts: # app/controllers/files_controller.rb # app/controllers/projects/uploads_controller.rb # app/uploaders/attachment_uploader.rb | ||||
| * | Refactor. | Douwe Maan | 2015-02-17 | 1 | -7/+10 |
| | | |||||
| * | implement Project::UploadsController | Hannes Rosenögger | 2015-02-17 | 1 | -27/+2 |
| | | |||||
| * | Generalize the image upload in markdown | Hannes Rosenögger | 2015-02-17 | 1 | -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 Zaporozhets | 2015-02-19 | 1 | -3/+1 |
| | | | | | | | | This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07. | ||||
* | | Revert "Nitpicking." | Dmitriy Zaporozhets | 2015-02-19 | 1 | -3/+2 |
|/ | | | | This reverts commit ebd39fc082b09177e0777e5de5729c3f98495e87. | ||||
* | Nitpicking. | Douwe Maan | 2015-02-16 | 1 | -2/+3 |
| | |||||
* | Fix broken access control and refactor avatar upload | Hannes Rosenögger | 2015-02-16 | 1 | -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 Maan | 2015-02-04 | 1 | -1/+2 |
| | | | | Resolves #1702. | ||||
* | Implements drag and drop upload in creating issues | Earle Bunao & Neil Calabroso | 2014-05-23 | 1 | -1/+0 |
| | |||||
* | Files controller handle redirect to remote storage. Added config block to ↵ | Dmitriy Zaporozhets | 2013-05-15 | 1 | -4/+8 |
| | | | | carrierwave init | ||||
* | Per project protection | Dmitriy Zaporozhets | 2013-02-15 | 1 | -2/+8 |
| | |||||
* | skip protection to aws3 | Dmitriy Zaporozhets | 2013-02-15 | 1 | -1/+0 |
| | |||||
* | handle attahcment with send_file | Dmitriy Zaporozhets | 2013-02-11 | 1 | -0/+8 |