summaryrefslogtreecommitdiffstats
path: root/test/functional/mail_handler_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-4/+0
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-1/+1
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-6/+6
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Add missing fixture versions to MailHandlerControllerTest (#37470).Go MAEDA2022-07-211-1/+1
* Don't verify CSRF authenticity token in mail handler (#37030).Marius Balteanu2022-05-111-0/+7
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use with_settings at MailHandlerControllerTest#test_newToshi MARUYAMA2020-12-091-3/+6
* use with_settings at MailHandlerControllerTest#test_should_not_allow_with_wro...Toshi MARUYAMA2020-12-041-10/+14
* use with_settings at MailHandlerControllerTest#test_should_not_allow_with_api...Toshi MARUYAMA2020-12-031-10/+14
* use with_settings at MailHandlerControllerTest#test_should_respond_with_422_i...Toshi MARUYAMA2020-12-021-11/+14
* use with_settings at MailHandlerControllerTest#test_should_update_issueToshi MARUYAMA2020-11-291-11/+14
* use with_settings at MailHandlerControllerTest#test_should_create_issue_with_...Toshi MARUYAMA2020-11-261-12/+18
* use with_settings at MailHandlerControllerTest#test_should_create_issueToshi MARUYAMA2020-11-221-11/+16
* shorten long line of MailHandlerControllerTestToshi MARUYAMA2020-11-221-1/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/mail_h...Toshi MARUYAMA2019-11-241-15/+25
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Adding an issue note via email fails due to NoMethodError (#30455).Jean-Philippe Lang2019-01-191-0/+16
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-8/+26
* Don't use render :text => "".Jean-Philippe Lang2016-07-211-0/+2
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds a form to manually submit an email to the mail handler.Jean-Philippe Lang2015-06-151-1/+8
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+15
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-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
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Fixed test/functional/mail_handler_controller_test.rb breaking when run alone...Jean-Baptiste Barth2012-11-011-1/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds tests for MailHandler.Jean-Philippe Lang2011-12-051-3/+30
* remove trailing white-spaces from test/functional/mail_handler_controller_tes...Toshi MARUYAMA2011-08-301-10/+10
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-1/+1
* Adds a simple API and a standalone script that can be used to forward emails ...Jean-Philippe Lang2008-06-251-0/+53