index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
attachments_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix variable name confusion at AttachmentsController#thumbnail
Toshi MARUYAMA
2014-06-08
1
-3
/
+3
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Log an error when trying to send an attachment that cannot be read.
Jean-Philippe Lang
2012-12-26
1
-1
/
+6
*
Merged ajax_upload branch (#3957).
Jean-Philippe Lang
2012-12-10
1
-11
/
+21
*
Let the attachment filename be specified on upload (#12125).
Jean-Philippe Lang
2012-10-18
1
-1
/
+1
*
Adds a macro for inserting thumbnails in formatted text (#3510).
Jean-Philippe Lang
2012-07-16
1
-1
/
+1
*
Adds Etags on attachments.
Jean-Philippe Lang
2012-07-08
1
-9
/
+12
*
Displays thumbnails of attached images of the issue view (#1006).
Jean-Philippe Lang
2012-07-07
1
-1
/
+13
*
Fixed that REST Uploads fail with fastcgi (#10832).
Jean-Philippe Lang
2012-05-08
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-04-06
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-04-06
1
-3
/
+1
*
Rails 3.1 compatibility.
Jean-Philippe Lang
2012-03-04
1
-0
/
+3
*
Adds Redmine::Utils.random_hex for generating a random hex string.
Jean-Philippe Lang
2012-03-04
1
-1
/
+1
*
Removes all #verify calls in controllers. Verification is handled at routing ...
Jean-Philippe Lang
2012-03-03
1
-1
/
+0
*
Removed testing code.
Jean-Philippe Lang
2012-02-23
1
-1
/
+1
*
Adds support for adding attachments to issues through the REST API (#8171).
Jean-Philippe Lang
2012-02-23
1
-3
/
+27
*
attachment: fix that diff type is not saved in user preference (#10152)
Toshi MARUYAMA
2012-02-04
1
-0
/
+5
*
Resourcified attachments.
Jean-Philippe Lang
2011-11-27
1
-1
/
+1
*
attachment: add a new feature to switch "side by side" and "inline" for patch...
Toshi MARUYAMA
2011-11-20
1
-0
/
+2
*
REST API for reading attachments (#7671).
Jean-Philippe Lang
2011-07-18
1
-9
/
+15
*
remove trailing white-spaces from attachments controller source.
Toshi MARUYAMA
2011-05-18
1
-15
/
+15
*
Fixed: error when downloading a file with no matching mime type (#3782).
Jean-Philippe Lang
2010-01-05
1
-1
/
+1
*
Auto-detect attachment content type when blank (#3782).
Jean-Philippe Lang
2009-12-29
1
-1
/
+9
*
Returns a 404 error when trying to view/download an attachment that can't be ...
Jean-Philippe Lang
2009-04-25
1
-1
/
+6
*
Fixes new setting name.
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Adds a setting to limit the size of text attachments that can be displayed by...
Jean-Philippe Lang
2009-02-21
1
-1
/
+1
*
Fix in AttachmentsController#show.
Jean-Philippe Lang
2009-01-18
1
-1
/
+1
*
Increment project files downloads.
Jean-Philippe Lang
2008-12-30
1
-1
/
+3
*
AttachmentsController now handles attachments deletion.
Jean-Philippe Lang
2008-12-09
1
-8
/
+25
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
*
Appends the filename to the attachment url so that clients that ignore conten...
Jean-Philippe Lang
2008-07-22
1
-0
/
+3
*
Move VersionsController#download to AttachmentsController.
Jean-Philippe Lang
2008-07-22
1
-4
/
+8
*
File viewer for attached text files.
Jean-Philippe Lang
2008-06-09
1
-4
/
+7
*
Unified diff viewer for attached files with .patch or .diff extension (#1403).
Jean-Philippe Lang
2008-06-08
1
-3
/
+10
*
Non-ascii attachement filename fix for IE.
Jean-Philippe Lang
2008-01-10
1
-1
/
+1
*
Image attachments are now sent inline to be viewed directly in the browser.
Jean-Philippe Lang
2007-08-15
1
-10
/
+5
*
Added filename header when sending an image inline
Jean-Philippe Lang
2007-05-27
1
-1
/
+1
*
Show a 404 error page if attachment can not be read.
Jean-Philippe Lang
2007-05-26
1
-0
/
+5
*
Attachments can now be added to wiki pages (original patch by Pavol Murin). O...
Jean-Philippe Lang
2007-05-26
1
-0
/
+39