summaryrefslogtreecommitdiffstats
path: root/app/controllers/attachments_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r19365 from trunk to 3.4-stable (#20277).Go MAEDA2019-12-121-2/+2
* 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
* Let the attachment filename be specified on upload (#12125).Jean-Philippe Lang2012-10-181-1/+1
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-1/+1
* Adds Etags on attachments.Jean-Philippe Lang2012-07-081-9/+12
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-1/+13
* Fixed that REST Uploads fail with fastcgi (#10832).Jean-Philippe Lang2012-05-081-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-061-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-061-3/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-0/+3
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-041-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-1/+0
* Removed testing code.Jean-Philippe Lang2012-02-231-1/+1
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-3/+27
* attachment: fix that diff type is not saved in user preference (#10152)Toshi MARUYAMA2012-02-041-0/+5
* Resourcified attachments.Jean-Philippe Lang2011-11-271-1/+1
* attachment: add a new feature to switch "side by side" and "inline" for patch...Toshi MARUYAMA2011-11-201-0/+2
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-9/+15
* remove trailing white-spaces from attachments controller source.Toshi MARUYAMA2011-05-181-15/+15
* Fixed: error when downloading a file with no matching mime type (#3782).Jean-Philippe Lang2010-01-051-1/+1
* Auto-detect attachment content type when blank (#3782).Jean-Philippe Lang2009-12-291-1/+9
* Returns a 404 error when trying to view/download an attachment that can't be ...Jean-Philippe Lang2009-04-251-1/+6
* Fixes new setting name.Jean-Philippe Lang2009-02-211-1/+1
* Adds a setting to limit the size of text attachments that can be displayed by...Jean-Philippe Lang2009-02-211-1/+1