summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/authentication_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-241-0/+9
* 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
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update request_store gem to 1.4 (#31911).Go MAEDA2019-12-151-11/+0
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Fix that the following tests fail randomly due to uninitialized User.current ...Go MAEDA2018-11-031-0/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-16/+16
* Removes calls to #assert_template and #assigns in integration tests.Jean-Philippe Lang2016-07-211-2/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-8/+0
* Test API authentification once.Jean-Philippe Lang2014-11-301-0/+73
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-5/+2
* explicitly set encoding UTF-8 (#16107)Toshi MARUYAMA2014-02-221-1/+6
* add "assert_response 401" to tests (#16107)Toshi MARUYAMA2014-02-221-0/+2
* Strip invalid UTF-8 bytes in User#find_by_login (#16107).Jean-Philippe Lang2014-02-221-1/+7
* Trigger basic HTTP authentication only when Basic authorization header is pre...Jean-Philippe Lang2014-02-221-0/+10
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...Jean-Philippe Lang2012-10-111-0/+41
* Do not user user session for API requests.Jean-Philippe Lang2012-07-271-0/+32