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
/
models
/
attachment.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).
Go MAEDA
2024-08-25
1
-2
/
+2
*
Use anonymous block forwarding introduced in Ruby 3.1 (#38585).
Go MAEDA
2024-08-21
1
-2
/
+2
*
Fix RuboCop offense Rails/ActiveRecordCallbacksOrder (#39889).
Go MAEDA
2024-06-17
1
-1
/
+1
*
Replaces use of Digest::MD5 / Digest::SHA1 with ActiveSupport::Digest (#35217).
Marius Balteanu
2024-05-07
1
-2
/
+2
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Use ApplicationRecord instead of ActiveRecord::Base (#38975).
Marius Balteanu
2024-01-23
1
-1
/
+1
*
Updates Rails to 7.1.2 (#36320).
Marius Balteanu
2023-11-27
1
-5
/
+5
*
Support for WebP images (#38168).
Go MAEDA
2023-01-16
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).
Go MAEDA
2022-06-30
1
-3
/
+1
*
Attachment activity provider SQL optimization (#37057).
Go MAEDA
2022-05-14
1
-0
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Fix that binmode specified twice (#35539, #35720).
Go MAEDA
2021-08-18
1
-1
/
+1
*
Ensure unique attachment filenames (#35539).
Go MAEDA
2021-07-19
1
-13
/
+18
*
Validate attachment filenames on every change (#34367).
Go MAEDA
2021-04-16
1
-6
/
+5
*
The result of Attachment.latest_attach is unstable if attachments have the sa...
Go MAEDA
2021-04-07
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Case-insensitive matching fails for Unicode filenames when referring to attac...
Go MAEDA
2021-03-20
1
-1
/
+3
*
Introduces an additional check before removing a deduplicated file (#34479).
Go MAEDA
2021-03-17
1
-5
/
+4
*
Reverts r20654.
Go MAEDA
2021-03-17
1
-6
/
+6
*
remove redundant 'return' from app/models/attachment.rb
Toshi MARUYAMA
2020-12-19
1
-1
/
+1
*
place the '.' on the previous line of the method call at app/models/attachmen...
Toshi MARUYAMA
2020-12-17
1
-6
/
+6
*
shorten long line of app/models/attachment.rb
Toshi MARUYAMA
2020-12-09
1
-5
/
+22
*
add empty line after guard clause to app/models/attachment.rb
Toshi MARUYAMA
2020-11-05
1
-0
/
+1
*
shorten long line of app/models/attachment.rb
Toshi MARUYAMA
2020-10-22
1
-20
/
+30
*
Evaluate acts_as_activity_provider's scope lazily (#33664).
Go MAEDA
2020-10-17
1
-2
/
+6
*
When creating more than two identical attachments in a single transaction, th...
Go MAEDA
2020-09-28
1
-1
/
+2
*
Fix that bulk download raises Errno::EACCES on Windows (#7056).
Go MAEDA
2020-04-11
1
-5
/
+8
*
Replace File#readable? with Attachment#readable? (#7056).
Go MAEDA
2020-04-01
1
-1
/
+1
*
Download all attachments at once (#7056).
Go MAEDA
2020-03-21
1
-0
/
+25
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Don't try to generate thumbnails if convert command is not available (#32289).
Go MAEDA
2019-10-31
1
-1
/
+3
*
code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/attachment.rb
Toshi MARUYAMA
2019-10-19
1
-1
/
+2
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/attac...
Toshi MARUYAMA
2019-10-19
1
-15
/
+18
*
code cleanup: rubocop: fix Layout/IndentationConsistency in app/models/attach...
Toshi MARUYAMA
2019-10-09
1
-8
/
+8
*
Use Redmine::MimeType.of instead of regexp to check if the attachment is Text...
Go MAEDA
2019-10-03
1
-1
/
+1
*
Render Textile and Markdown attachments on the preview page (#29752).
Go MAEDA
2019-10-03
1
-0
/
+8
*
code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in app/models/att...
Toshi MARUYAMA
2019-09-30
1
-5
/
+0
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Render PDF thumbnail using ImageMagick/GhostScript (#22481).
Go MAEDA
2019-05-12
1
-2
/
+2
*
Attachment preview does not work for some source files such as JavaScript and...
Go MAEDA
2019-05-04
1
-1
/
+1
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-2
/
+2
*
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
*
Makes sure the generated thumbnail is always of at least the requested size (...
Go MAEDA
2019-02-05
1
-1
/
+1
*
Deletes thumbnails when the attachment diskfile is deleted (#30177).
Go MAEDA
2018-12-15
1
-1
/
+9
*
Allows re-use of thumbnails for identical attachments (#30177).
Go MAEDA
2018-12-15
1
-1
/
+1
*
Use find_by instead of where.first to remove unnecessary sorting (#26747).
Go MAEDA
2018-10-06
1
-1
/
+1
*
"thumbnail" macro may break filename attribute of the attachment (#29038).
Go MAEDA
2018-07-02
1
-1
/
+1
*
Adds previews for audio / video attachments (#27336).
Go MAEDA
2018-05-17
1
-1
/
+9
[next]