summaryrefslogtreecommitdiffstats
path: root/lib/redmine/thumbnail.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix RuboCop offenses Style/NegatedIf and Style/NegatedWhile (#39887, #7770).Go MAEDA2024-08-251-1/+1
* Add timeout for thumbnail generation process (#37530).Go MAEDA2024-05-271-2/+15
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Support for WebP images (#38168).Go MAEDA2023-01-161-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).Go MAEDA2022-06-301-3/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Use File.exist? instead of deprecated File.exists? (#36358).Go MAEDA2021-12-271-2/+2
* PDF thumbnails support on Windows (#32898).Go MAEDA2021-05-251-9/+9
* Replace MimeMagic with Marcel (#34969).Go MAEDA2021-03-271-3/+1
* Remove duplicate code in Redmine::Thumbnail.generate (#34969).Go MAEDA2021-03-271-5/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of lib/redmine/thumbnail.rbToshi MARUYAMA2020-11-141-2/+2
* add empty line after guard clause to lib/redmine/thumbnail.rbToshi MARUYAMA2020-11-051-0/+3
* Fix that thumbnail support for PDF attachments may not be detected (#33283).Go MAEDA2020-04-201-1/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Render PDF thumbnail using ImageMagick/GhostScript (#22481).Go MAEDA2019-05-121-3/+30
* Don't output ImageMagick version information to stdout (#31125).Go MAEDA2019-05-051-1/+6
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Show images and thumbnails in their natural orientation (#28616).Go MAEDA2018-06-271-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Restricts the list of file types that can be thumbnailed.Jean-Philippe Lang2016-12-201-2/+3
* Make sure we only invoke Imagemagick if this is actually an image (#22721).Jean-Philippe Lang2016-05-041-0/+5
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Removed debug message.Jean-Philippe Lang2012-07-161-1/+0
* Test if convert binary is available.Jean-Philippe Lang2012-07-161-2/+12
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-0/+46