summaryrefslogtreecommitdiffstats
path: root/test/unit/attachment_test.rb
Commit message (Expand)AuthorAgeFilesLines
* fix source indent of AttachmentTestToshi MARUYAMA2020-10-271-17/+26
* When creating more than two identical attachments in a single transaction, th...Go MAEDA2020-09-281-0/+17
* remove spaces inside {} of test/unit/attachment_test.rbToshi MARUYAMA2020-07-191-1/+1
* Fix that bulk download raises Errno::EACCES on Windows (#7056).Go MAEDA2020-04-111-11/+15
* Skip thumbnail tests if ImageMagick convert command is not available (#33226).Go MAEDA2020-04-021-0/+1
* Download all attachments at once (#7056).Go MAEDA2020-03-211-0/+26
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in test/unit/attachment_test.rbToshi MARUYAMA2019-11-091-3/+5
* Don't try to generate thumbnails if convert command is not available (#32289).Go MAEDA2019-10-311-1/+6
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-1/+9
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Test for r18158 (#22481).Go MAEDA2019-05-121-5/+16
* Attachment preview does not work for some source files such as JavaScript and...Go MAEDA2019-05-041-0/+17
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-1/+1
* Remove unnecessary encoding magic comment (#31034).Go MAEDA2019-03-161-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Makes sure the generated thumbnail is always of at least the requested size (...Go MAEDA2019-02-051-0/+18
* Clear thumbnails directory to prevent test failure.Jean-Philippe Lang2018-12-161-0/+2
* Deletes thumbnails when the attachment diskfile is deleted (#30177).Go MAEDA2018-12-151-0/+15
* Allows re-use of thumbnails for identical attachments (#30177).Go MAEDA2018-12-151-1/+23
* Test failure.Jean-Philippe Lang2018-12-131-0/+1
* "thumbnail" macro may break filename attribute of the attachment (#29038).Go MAEDA2018-07-021-0/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-4/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds a test for when the file comparison fails (#25215).Jean-Philippe Lang2017-04-031-0/+9
* Cleanup tests with mock files.Jean-Philippe Lang2017-04-031-20/+15
* Reuse existing identical disk files for new attachments (#25215).Jean-Philippe Lang2017-04-031-2/+6
* Adds a rake task to update attachments digests to SHA256 (#25240).Jean-Philippe Lang2017-04-031-0/+9
* Changes the digest used for attachments to SHA256 (#25240).Jean-Philippe Lang2017-04-031-2/+2
* Test cleanup.Jean-Philippe Lang2016-12-161-1/+0
* Test cleanup.Jean-Philippe Lang2016-12-161-2/+2
* Fixed the assertion (#24186).Jean-Philippe Lang2016-12-161-1/+1
* Restrict the length attachment filenames on disk (#24186).Jean-Philippe Lang2016-12-161-0/+13
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Removes attachment from disk after rollback on create (#21125).Jean-Philippe Lang2016-01-211-1/+1
* Files upload restriction by files extensions (#20008).Jean-Philippe Lang2015-11-011-0/+39
* Extend Filesize in the attachments table for files with size > 2GB (#10672).Jean-Philippe Lang2015-10-201-0/+11
* Remove attachment after transaction commit (#20388).Jean-Philippe Lang2015-09-301-0/+4
* Typo.Jean-Philippe Lang2015-09-301-1/+1
* Wrong syntax for resizing inline images may throw a 500 error (#20278).Jean-Philippe Lang2015-08-021-0/+7
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Make sure that Redmine::Thumbnail.generate is called.Jean-Philippe Lang2014-12-051-1/+2
* Adds some Attachment tests.Jean-Philippe Lang2014-12-051-0/+22
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-0/+39
* Blank content type for attachments attached via Ajax file upload (Patch by Je...Jean-Philippe Lang2014-05-021-0/+9
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at AttachmentTestToshi MARUYAMA2014-01-081-2/+1
* remove trailing white-spaces from test/unit/attachment_test.rbToshi MARUYAMA2013-12-041-4/+4
* Strip eols from file names (#14819).Jean-Philippe Lang2013-09-111-0/+7