summaryrefslogtreecommitdiff
path: root/app/uploaders/file_uploader.rb
Commit message (Collapse)AuthorAgeFilesLines
* DRY up upload and download servicesapi-project-uploadDouwe Maan2016-01-081-0/+15
|
* Remove duplicate methods in uploadersDmitriy Zaporozhets2015-11-161-17/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
|\ | | | | | | | | | | | | # Conflicts: # app/controllers/files_controller.rb # app/controllers/projects/uploads_controller.rb # app/uploaders/attachment_uploader.rb
| * 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
|/ | | | | This commit generalizes the image upload via drag and drop so it supports all files. It also adds access control for these files.
* 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