summaryrefslogtreecommitdiffstats
path: root/app/controllers/attachments_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix in AttachmentsController#show.Jean-Philippe Lang2009-01-181-1/+1
* Increment project files downloads.Jean-Philippe Lang2008-12-301-1/+3
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-8/+25
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Appends the filename to the attachment url so that clients that ignore conten...Jean-Philippe Lang2008-07-221-0/+3
* Move VersionsController#download to AttachmentsController.Jean-Philippe Lang2008-07-221-4/+8
* File viewer for attached text files.Jean-Philippe Lang2008-06-091-4/+7
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-081-3/+10
* Non-ascii attachement filename fix for IE.Jean-Philippe Lang2008-01-101-1/+1
* Image attachments are now sent inline to be viewed directly in the browser.Jean-Philippe Lang2007-08-151-10/+5
* Added filename header when sending an image inlineJean-Philippe Lang2007-05-271-1/+1
* Show a 404 error page if attachment can not be read.Jean-Philippe Lang2007-05-261-0/+5
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-0/+39