summaryrefslogtreecommitdiffstats
path: root/app/controllers/attachments_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-2/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Updates Rails to 7.1.2 (#36320).Marius Balteanu2023-11-271-1/+1
* Set a strict CSP policy for downloaded attachments, thumbnails, and raw repos...Go MAEDA2023-09-181-0/+5
* Always serve thumbnails with disposition: attachment (#38417).Go MAEDA2023-09-181-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Redirect to container URL in case of error in attachments#download_all (#37880).Go MAEDA2022-11-031-1/+18
* Simplify AttachmentsController#find_container (#37772).Go MAEDA2022-10-201-12/+3
* Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumb...Go MAEDA2022-08-301-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Download all attachments in a journal (#35462).Go MAEDA2021-11-221-1/+1
* 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