summaryrefslogtreecommitdiffstats
path: root/test/functional/auth_sources_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deletion of an LDAP authentication mode may fail silently (#28000).Go MAEDA2018-03-121-0/+1
* LdapError is deprecated (#24970).Jean-Philippe Lang2017-07-081-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-19/+63
* revert r16322 (#24970)Toshi MARUYAMA2017-02-021-1/+1
* replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)Toshi MARUYAMA2017-02-021-1/+1
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-13/+0
* 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 configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-1/+0
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+1
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-2/+2
* use escaped "can't" constant at AuthSourcesControllerTestToshi MARUYAMA2014-02-041-2/+2
* code format clean up AuthSourcesControllerTestToshi MARUYAMA2014-02-041-4/+9
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+16
* Code cleanup in AuthSource controller and views.Jean-Philippe Lang2012-12-131-4/+29
* Upgrade to Rails 3.2.8 (#11758).Jean-Philippe Lang2012-09-021-2/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed that LDAP error is not displayed when testing connection.Jean-Philippe Lang2012-03-111-2/+2
* Resourcified auth_sources.Jean-Philippe Lang2012-03-111-4/+4
* Merged LdapAuthSourceController into AuthSourceController.Jean-Philippe Lang2012-03-111-26/+63
* Removed some generate! calls.Jean-Philippe Lang2012-03-041-5/+5
* svn propset "svn:eol-style" native test/functional/auth_sources_controller_te...Toshi MARUYAMA2012-01-011-90/+90
* Test cleanup.Jean-Philippe Lang2012-01-011-94/+90
* remove fixtures from test/functional/auth_sources_controller_test.rbToshi MARUYAMA2011-09-241-1/+0
* remove trailing white-spaces from test/functional/auth_sources_controller_tes...Toshi MARUYAMA2011-08-241-3/+3
* Adds a test for AuthSourcesController#destroy with users.Jean-Philippe Lang2011-03-161-3/+15
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fix a few requires for metric_fu's rcov.Eric Davis2010-08-041-1/+1
* Refactor AuthSourcesController to support non-LDAP sources. #1131Eric Davis2010-05-231-0/+83