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
*
Remove extra call of Attachment#thumbnailable? in AttachmentsController#thumb...
Go MAEDA
2022-08-30
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Download all attachments in a journal (#35462).
Go MAEDA
2021-11-22
1
-1
/
+1
*
File upload fails when run with uWSGI (#35715).
Go MAEDA
2021-08-14
1
-1
/
+11
*
Uploading a big file fails with NoMemoryError (#33752).
Go MAEDA
2021-05-11
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
remove spaces inside {} of AttachmentsController
Toshi MARUYAMA
2020-11-14
1
-2
/
+2
*
use "do end" instead of {} at AttachmentsController
Toshi MARUYAMA
2020-11-06
1
-6
/
+6
*
add empty line after guard clause to AttachmentsController
Toshi MARUYAMA
2020-11-04
1
-0
/
+1
*
avoid using rescue in its modifier form at AttachmentsController#find_container
Toshi MARUYAMA
2020-07-08
1
-1
/
+6
*
Fix that bulk download raises Errno::EACCES on Windows (#7056).
Go MAEDA
2020-04-11
1
-10
/
+10
*
Replace File#readable? with Attachment#readable? (#7056).
Go MAEDA
2020-04-02
1
-1
/
+1
*
Display bulk_download_max_size in human-readable representation (#7056).
Go MAEDA
2020-03-23
1
-1
/
+3
*
Download all attachments at once (#7056).
Go MAEDA
2020-03-21
1
-2
/
+32
*
Reverts r19569 (#33071).
Go MAEDA
2020-03-14
1
-2
/
+0
*
Require sudo mode for actions to delete contents (#33071).
Go MAEDA
2020-03-10
1
-0
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Fix "Couldn't find template for digesting" error in the log when sending an a...
Go MAEDA
2019-12-12
1
-2
/
+2
*
cleanup: rubocop: fix Layout/AlignArguments in app/controllers/attachments_co...
Toshi MARUYAMA
2019-11-08
1
-2
/
+3
*
Remove trailing whitespaces from app (#31506).
Go MAEDA
2019-06-06
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Render PDF thumbnail using ImageMagick/GhostScript (#22481).
Go MAEDA
2019-05-12
1
-4
/
+12
*
Fix that Content-Type header field is empty when sending a file of unknown ty...
Go MAEDA
2019-04-30
1
-1
/
+1
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Adds a link to container on attachments edit form.
Jean-Philippe Lang
2018-12-12
1
-3
/
+5
*
Attachments prev/next navigation (#29395).
Go MAEDA
2018-10-04
1
-0
/
+8
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Highlight menu item when viewing an attachment (#25988).
Jean-Philippe Lang
2017-06-10
1
-0
/
+16
*
Don't check that param is a Hash.
Jean-Philippe Lang
2017-06-03
1
-5
/
+8
*
Use #skip_after_action instead of #skip_after_filter.
Jean-Philippe Lang
2017-06-01
1
-1
/
+1
*
Always send images user-uploaded images with Content-Disposition: attachment ...
Jean-Philippe Lang
2017-01-29
1
-1
/
+1
*
Add support for updating attachments over REST API (#22356).
Jean-Philippe Lang
2016-10-01
1
-1
/
+21
*
Rename AttachmentsController#edit and #update to #edit_all and #update_all (#...
Jean-Philippe Lang
2016-10-01
1
-5
/
+7
*
Allow to download javascript attachments again (#23376).
Jean-Philippe Lang
2016-10-01
1
-0
/
+4
*
Use head instead of render :nothing => true.
Jean-Philippe Lang
2016-07-17
1
-2
/
+2
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-5
/
+5
*
Don't force download of PDF (#22483).
Jean-Philippe Lang
2016-05-09
1
-1
/
+9
*
Show attachment view even is no preview is available (#22482).
Jean-Philippe Lang
2016-05-08
1
-1
/
+1
*
Support for deleting attachments via API (#14828).
Jean-Philippe Lang
2016-04-12
1
-1
/
+2
*
Add inline image preview/display for attachments and repository entries (#220...
Jean-Philippe Lang
2016-04-11
1
-0
/
+2
*
Fix that AttachmentsController#show don't close the file after reading.
Jean-Philippe Lang
2016-04-03
1
-2
/
+2
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Send a better content type than application/octet-stream (#19131).
Jean-Philippe Lang
2015-02-19
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Allow attachment thumbnails from REST API (#18707).
Jean-Philippe Lang
2014-12-26
1
-1
/
+1
*
Send the content type as parameter when uploading a file.
Jean-Philippe Lang
2014-12-21
1
-0
/
+1
*
Edit attachments after upload (#1326).
Jean-Philippe Lang
2014-11-29
1
-3
/
+39
*
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
[next]