summaryrefslogtreecommitdiffstats
path: root/app/controllers/mail_handler_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Don't verify CSRF authenticity token in mail handler (#37030).Marius Balteanu2022-05-111-0/+3
* Avoid passing ActionController::Parameters outside of MailHandlerController (...Marius Balteanu2022-03-181-1/+26
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Use secure_compare to validate keys (#34950).Go MAEDA2021-03-261-1/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ...Jean-Philippe Lang2018-09-231-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't use render :text => "".Jean-Philippe Lang2016-07-211-1/+1
* Use head instead of render :nothing => true.Jean-Philippe Lang2016-07-171-2/+2
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Replace tabs with spaces and remove trailing tabs in several files (#20140).Jean-Philippe Lang2015-06-211-1/+1
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-151-0/+4
* 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
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-4/+0
* remove trailing white-spaces from mail handler controller source.Toshi MARUYAMA2011-05-181-8/+8
* Change MailHandler 403 error message.Jean-Philippe Lang2009-12-201-2/+2
* Adds a simple API and a standalone script that can be used to forward emails ...Jean-Philippe Lang2008-06-251-0/+44