index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
mail_handler_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
2024-12-11
1
-4
/
+0
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
1
-1
/
+1
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-6
/
+6
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Add missing fixture versions to MailHandlerControllerTest (#37470).
Go MAEDA
2022-07-21
1
-1
/
+1
*
Don't verify CSRF authenticity token in mail handler (#37030).
Marius Balteanu
2022-05-11
1
-0
/
+7
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
use with_settings at MailHandlerControllerTest#test_new
Toshi MARUYAMA
2020-12-09
1
-3
/
+6
*
use with_settings at MailHandlerControllerTest#test_should_not_allow_with_wro...
Toshi MARUYAMA
2020-12-04
1
-10
/
+14
*
use with_settings at MailHandlerControllerTest#test_should_not_allow_with_api...
Toshi MARUYAMA
2020-12-03
1
-10
/
+14
*
use with_settings at MailHandlerControllerTest#test_should_respond_with_422_i...
Toshi MARUYAMA
2020-12-02
1
-11
/
+14
*
use with_settings at MailHandlerControllerTest#test_should_update_issue
Toshi MARUYAMA
2020-11-29
1
-11
/
+14
*
use with_settings at MailHandlerControllerTest#test_should_create_issue_with_...
Toshi MARUYAMA
2020-11-26
1
-12
/
+18
*
use with_settings at MailHandlerControllerTest#test_should_create_issue
Toshi MARUYAMA
2020-11-22
1
-11
/
+16
*
shorten long line of MailHandlerControllerTest
Toshi MARUYAMA
2020-11-22
1
-1
/
+2
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/mail_h...
Toshi MARUYAMA
2019-11-24
1
-15
/
+25
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Adding an issue note via email fails due to NoMethodError (#30455).
Jean-Philippe Lang
2019-01-19
1
-0
/
+16
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-8
/
+26
*
Don't use render :text => "".
Jean-Philippe Lang
2016-07-21
1
-0
/
+2
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Adds a form to manually submit an email to the mail handler.
Jean-Philippe Lang
2015-06-15
1
-1
/
+8
*
Adds private issue option to receiving emails (#8424).
Jean-Philippe Lang
2015-05-10
1
-0
/
+15
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Functional tests cleanup.
Jean-Philippe Lang
2012-12-03
1
-7
/
+0
*
Fixed test/functional/mail_handler_controller_test.rb breaking when run alone...
Jean-Baptiste Barth
2012-11-01
1
-1
/
+2
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
Adds tests for MailHandler.
Jean-Philippe Lang
2011-12-05
1
-3
/
+30
*
remove trailing white-spaces from test/functional/mail_handler_controller_tes...
Toshi MARUYAMA
2011-08-30
1
-10
/
+10
*
Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050
Jean-Baptiste Barth
2010-12-12
1
-1
/
+1
*
Upgraded to Rails 2.3.4 (#3597)
Eric Davis
2009-09-13
1
-1
/
+1
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-1
/
+1
*
Adds a simple API and a standalone script that can be used to forward emails ...
Jean-Philippe Lang
2008-06-25
1
-0
/
+53