summaryrefslogtreecommitdiffstats
path: root/app/helpers/attachments_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Drop deprecated Redcarpet based Markdown formatter (#40149).Go MAEDA2024-10-201-1/+1
* Fix RuboCop offense Layout/EmptyLinesAroundModuleBody, one of the offenses en...Go MAEDA2024-08-121-1/+0
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Style/HashEachMethods (#39887).Go MAEDA2023-12-201-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Render markdown attachments using markdown or common_mark based on the text f...Marius Balteanu2021-08-111-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove spaces inside {} of AttachmentsHelperToshi MARUYAMA2020-09-211-1/+1
* Download all attachments at once (#7056).Go MAEDA2020-03-211-0/+4
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/attachments_he...Toshi MARUYAMA2019-10-171-7/+6
* Render Textile and Markdown attachments on the preview page (#29752).Go MAEDA2019-10-031-0/+10
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-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
* Attachments prev/next navigation (#29395).Go MAEDA2018-10-041-0/+8
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't reload attachments if they are already loaded.Jean-Philippe Lang2016-12-311-1/+6
* Files REST API (#19116).Jean-Philippe Lang2016-12-211-12/+19
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Don't check if attachments are editable individually.Jean-Philippe Lang2015-01-241-3/+8
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Fixed duplicate content_url tag introduced in r13806 (#18707).Jean-Philippe Lang2014-12-261-1/+0
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-0/+4
* Edit attachments after upload (#1326).Jean-Philippe Lang2014-11-291-1/+15
* Use named routes or helpers.Jean-Philippe Lang2014-11-261-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Displays thumbnails of attached images of the issue view (#1006).Jean-Philippe Lang2012-07-071-2/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Added encoding comment to helpers (#9792).Jean-Philippe Lang2011-12-141-0/+2
* scm: attachment: remove "to_utf8" methods from helpers (#2371)Toshi MARUYAMA2011-11-201-4/+0
* attachment: use repositories setting to convert contents character encoding (...Toshi MARUYAMA2011-11-201-13/+1
* remove trailing white-spaces from app/helpers/attachments_helper.rb.Toshi MARUYAMA2011-08-311-1/+1
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-0/+13
* remove trailing white-spaces from attachments helper.Toshi MARUYAMA2011-05-071-7/+7
* Fixes utf8 conversions with ruby1.9.Jean-Philippe Lang2011-01-011-1/+7
* Strip non utf8 content when displaying diff (ruby1.9 compatibility).Jean-Philippe Lang2011-01-011-1/+7
* AttachmentsController now handles attachments deletion.Jean-Philippe Lang2008-12-091-4/+9
* Unified diff viewer for attached files with .patch or .diff extension (#1403).Jean-Philippe Lang2008-06-081-0/+4
* Attachments can now be added to wiki pages (original patch by Pavol Murin). O...Jean-Philippe Lang2007-05-261-0/+25