| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r20946 from trunk to 4.2-stable (#34367). | Go MAEDA | 2021-04-16 | 1 | -6/+5 |
* | Merged r20923 from trunk to 4.2-stable (#34999). | 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 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 1 | -1/+0 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Preview files by default instead of downloading them (#25988). | Jean-Philippe Lang | 2017-06-10 | 1 | -1/+5 |
* | Prevent deadlocks by only locking the exact records we need to have locked (#... | Jean-Philippe Lang | 2017-04-13 | 1 | -8/+14 |
* | Delete the file after the change is committed (#25215). | Jean-Philippe Lang | 2017-04-03 | 1 | -2/+6 |
* | Adds file equality check to deduplication hook (#25215). | Jean-Philippe Lang | 2017-04-03 | 1 | -3/+10 |
* | Reuse existing identical disk files for new attachments (#25215). | Jean-Philippe Lang | 2017-04-03 | 1 | -0/+19 |
* | Change MD5 table header to Checksum (#25240). | Jean-Philippe Lang | 2017-04-03 | 1 | -0/+5 |
* | Adds a rake task to update attachments digests to SHA256 (#25240). | Jean-Philippe Lang | 2017-04-03 | 1 | -1/+22 |
* | Changes the digest used for attachments to SHA256 (#25240). | Jean-Philippe Lang | 2017-04-03 | 1 | -5/+5 |
* | Fixes uploading of empty files (#25115). | Jean-Philippe Lang | 2017-02-28 | 1 | -3/+1 |
* | Restrict the length attachment filenames on disk (#24186). | Jean-Philippe Lang | 2016-12-16 | 1 | -1/+1 |
* | Option to specify allowed extensions for a file custom field (#6719). | Jean-Philippe Lang | 2016-10-23 | 1 | -6/+21 |
* | Add support for updating attachments over REST API (#22356). | Jean-Philippe Lang | 2016-10-01 | 1 | -0/+3 |