Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2018-03-19Merge pull request #196 from nextcloud/multiple-user-back-endsRoeland Jago Douma
Multiple user back ends
2018-03-19make display name of SSO identity provider configurableBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-19update unit testsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-19Merge pull request #192 from nextcloud/fix/162/search-uid-if-not-knownblizzz
try to lookup a user if the uid does not resolve and autoprov is disabled
2018-03-15adjust unit testsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-14try to lookup a user if the uid does not resolve and autoprov is disabledArthur Schiwon
it might well may be that the user exists but is not yet known to the specific backend in Nextcloud and need to be mapped first. This assumes that searching for the uid will actually find the user. This is not necessarily given by the backend configuration. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-03-14fix integration tests to use php7Bjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-13add testsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-08-18Use URL also available under Nc12Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-18Accept text/htmlLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-18Redirect users to previous pageLukas Reschke
This change ensures that users will be sent to the previous page. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-04Adjust testsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-04Also update timestamp for environment variable authLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-04Perform logic in ACSLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-04Set last login after successful login operationLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-31Add test for ensuring keeping of displaynameLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-31Revert "Add test for keeping display name after login"Lukas Reschke
2017-07-31Add test for keeping display name after loginLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-18Fix spellingAllan Nordhøy
XML, exists admintest.php XML / exists advanced_settings_example.php XML removed "is" exists Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-02-16Add support for mapping attributesLukas Reschke
This adds support for mapping attributes for full name and email Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-03Add better error handlingLukas Reschke
1. Enable `debug` mode if debug mode is enabled in config.php 2. Log errors to the log file Also I fixed the unit tests that broke with https://github.com/nextcloud/user_saml/pull/81 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-19Add integration test for Environment VariableLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-13Enable strict modeLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-01-05Add integration testsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-12-14Do not use deprecated class anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-14Basic test file for user backendLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14Test for case with no matching UID mappingLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14Add autoprovisioningLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14Add tests for routes.phpLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14Remove clover fileLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14ADFS lower-case supportLukas Reschke
2016-11-14Add support for environment variable loginLukas Reschke
2016-09-30Add tests for Application classLukas Reschke
2016-09-30Add tests for "Admin"Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-30Add test for OnlyLoggedInMiddlewareLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26Add testsLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>