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
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