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/js
AgeCommit message (Collapse)Author
2020-02-13Add 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>
2019-05-27Load a timezone file if no timezone is setRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-11-22fix select idp combobox so that it also works with chromiumBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-14remove leading and trailing white space from settingsBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-09don't pre-select a providerBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-11-09add a combobox instead of buttons to select the login method if more then 4 ↵Bjoern Schiessle
different IDPs are configured 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-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-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-30Add workaround for stable9 non-stable entry URLLukas 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-29Add application specific passwordsLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/1
2016-06-29Add mapping editorLukas Reschke
Fixes https://github.com/nextcloud/user_saml/issues/4
2016-06-29Initial importLukas Reschke