summaryrefslogtreecommitdiffstats
path: root/app/controllers/attachments_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-141-1/+11
* Uploading a big file fails with NoMemoryError (#33752).Go MAEDA2021-05-111-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of AttachmentsControllerToshi MARUYAMA2020-11-141-2/+2
* use "do end" instead of {} at AttachmentsControllerToshi MARUYAMA2020-11-061-6/+6
* add empty line after guard clause to AttachmentsControllerToshi MARUYAMA2020-11-041-0/+1
* avoid using rescue in its modifier form at AttachmentsController#find_containerToshi MARUYAMA2020-07-081-1/+6
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-111-10/+10
* Replace File#readable? with Attachment#readable? (#7056).Go MAEDA2020-04-021-1/+1
* Display bulk_download_max_size in human-readable representation (#7056).Go MAEDA2020-03-231-1/+3
* Download all attachments at once (#7056).Go MAEDA2020-03-211-2/+32
* Reverts r19569 (#33071).Go MAEDA2020-03-141-2/+0
* Require sudo mode for actions to delete contents (#33071).Go MAEDA2020-03-101-0/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix "Couldn't find template for digesting" error in the log when sending an a...Go MAEDA2019-12-121-2/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/controllers/attachments_co...Toshi MARUYAMA2019-11-081-2/+3
* Remove trailing whitespaces from app (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-121-4/+12
* Fix that Content-Type header field is empty when sending a file of unknown ty...Go MAEDA2019-04-301-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Adds a link to container on attachments edit form.Jean-Philippe Lang2018-12-121-3/+5
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+8
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Highlight menu item when viewing an attachment (#25988).Jean-Philippe Lang2017-06-101-0/+16
* Don't check that param is a Hash.Jean-Philippe Lang2017-06-031-5/+8
* Use #skip_after_action instead of #skip_after_filter.Jean-Philippe Lang2017-06-011-1/+1
* Always send images user-uploaded images with Content-Disposition: attachment ...Jean-Philippe Lang2017-01-291-1/+1
* Add support for updating attachments over REST API (#22356).Jean-Philippe Lang2016-10-011-1/+21
* Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...Jean-Philippe Lang2016-10-011-5/+7
* Allow to download javascript attachments again (#23376).Jean-Philippe Lang2016-10-011-0/+4
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-2/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-5/+5
* Don't force download of PDF (#22483).Jean-Philippe Lang2016-05-091-1/+9
* Show attachment view even is no preview is available (#22482).Jean-Philippe Lang2016-05-081-1/+1
* Support for deleting attachments via API (#14828).Jean-Philippe Lang2016-04-121-1/+2
* Add inline image preview/display for attachments and repository entries (#220...Jean-Philippe Lang2016-04-111-0/+2
* Fix that AttachmentsController#show don't close the file after reading.Jean-Philippe Lang2016-04-031-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Send a better content type than application/octet-stream (#19131).Jean-Philippe Lang2015-02-191-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-1/+1
* Send the content type as parameter when uploading a file.Jean-Philippe Lang2014-12-211-0/+1
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-3/+39
* fix variable name confusion at AttachmentsController#thumbnailToshi MARUYAMA2014-06-081-3/+3
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Log an error when trying to send an attachment that cannot be read.Jean-Philippe Lang2012-12-261-1/+6
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-11/+21