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
AgeCommit message (Collapse)Author
2018-03-19first version for group-mapping. groups are added and user assigned to ↵bne86
groups. until now no group removal Signed-off-by: bne86 <b.von.st.vieth@fz-juelich.de>
2018-03-19add landing page to chose between SSO and direct loginBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-13adjust info.xml for Nextcloud >= 14Bjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-03-13detect disabled user and show a appropriated error messageBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-02-09release 1.4.2v1.4.2Bjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-01-12Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-09-18Run tests against older stable12 releasesLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-09-18Bump version to 1.4.0Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-09-18Require 12.0.3 as minimum versionLukas Reschke
Older releases have an incompatible change in the IApache backend. 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-01baseurl is expected to be the host name and protocol without pathLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-07-12Make compatible with Nextcloud 13Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-26Beautify appstore entryv1.3.2Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-25Adjust info.xmlv1.3.1Lukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-25Add auth tagLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-25Fix sectionLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-04-25Add MakefileLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 link to admin documentationLukas Reschke
Requires https://github.com/nextcloud/documentation/pull/346 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-02-03Require mcryptLukas Reschke
The SAML library that we use requires mcrypt at the moment. Fixes https://github.com/nextcloud/user_saml/issues/55 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-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-12-13Update version on masterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-15Update to 11Morris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-14Add tests for routes.phpLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14Only work on 9.2Lukas Reschke
2016-11-14Add support for environment variable loginLukas Reschke
2016-09-26Set default to onLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-09-26Add switch to configure whether SAML auth is used for desktop clientsLukas Reschke
2016-09-26Handle redirect in PHP and not in JSLukas Reschke
Since Nextcloud 10 we have a proper login endpoint that we can match on
2016-09-26Remove unused codeLukas Reschke
This is now also part of core Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-08-17Merge pull request #29 from nextcloud/use-single-admin-pageblizzz
Use new admin page module
2016-08-10specify namespace for autoloaderArthur Schiwon
2016-08-10Use new admin page moduleLukas Reschke
Makes this page a single page as implemented in https://github.com/nextcloud/server/pull/796
2016-08-10fix casing of user_saml appMorris Jobke
2016-08-04Remove registered personal pageLukas Reschke
2016-07-22Increase the version in masterJoas Schilling
2016-07-21Bump version to 9.1Lukas Reschke
2016-07-04Add Shibboleth users to DBLukas Reschke
So search etc. works fine
2016-06-30Add workaround for stable9 non-stable entry URLLukas Reschke
2016-06-29Add wantsnameidLukas Reschke
2016-06-29Add possibility to enforce local user accountLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/12 Fixes https://github.com/nextcloud/user_saml/issues/5
2016-06-29Heuristic for stable9Lukas Reschke
Nextcloud 10 will have a way better logic...
2016-06-29It's an authentication appLukas Reschke
2016-06-29Add application specific passwordsLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/1
2016-06-29Make compatible with desktop clientsLukas Reschke
The cookie "_SHIBSESSION_" is expected. Fixes https://github.com/nextcloud/user_saml/issues/9
2016-06-29Use IRequestLukas Reschke
2016-06-29More generic matchingLukas Reschke
2016-06-29Add CSRF token and track AuthnRequestIDLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/11