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
2020-02-14Add setting to specify a different signature algorithmJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-29Make NameIDFormat configurableRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-14remove leading and trailing white space from settingsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-14add reset buttonBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-08-03Update XML download button to current idpJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03Fix missing config values when switching idpJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03Fix emtpy ui on new instancesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03Fix issue when removing and adding the first idpJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03Add controller method to delete all idp config keysJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03Add global settings that are valid for all identity providersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-03Allow to configure multiple SAML providersJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-09-18Only run if no type is definedLukas Reschke
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-09-18Use callbackLukas Reschke
Otherwise the page is already reloaded while the appsettings are not yet stored. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-09-18Hide attribute mapping until a type is selectedLukas 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-01-09Make the JS work with sudo modeLukas Reschke
Previously the JS reloaded the page or gave the user no indication that a password confirmation was required. Thus not saving the changes. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-14Add support for environment variable loginLukas Reschke
2016-08-09Slide in/out extra optionsRoeland Jago Douma
2016-07-05Add hint whether settings may workLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/14
2016-06-30Replace tab based design with a scrollable designMorris Jobke
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-29Add application specific passwordsLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/1