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/lib
AgeCommit message (Expand)Author
2018-08-17Added copyrightJean-Baptiste
2018-08-15make sure that we don't show the "select user back-end login screen if authen...Bjoern Schiessle
2018-08-13add missing parameter to function callBjoern Schiessle
2018-08-13we only allow multiple user back ends in combination with SAML, not with envi...Bjoern Schiessle
2018-08-03fix documentationBjoern Schiessle
2018-08-03fix property nameBjoern Schiessle
2018-08-03fix unit testsBjoern Schiessle
2018-08-03Fix attribute mapping config fetchingJulius Härtl
2018-08-03make sure to always use the right idp configBjoern Schiessle
2018-08-03skip the 'type' if we build the settings pageBjoern Schiessle
2018-08-03Fix missing config values when switching idpJulius Härtl
2018-08-03always read the right idp configBjoern Schiessle
2018-08-03make sure to redirect to correct idpBjoern Schiessle
2018-08-03show all configured IdP's on the login screenBjoern Schiessle
2018-08-03Fix issue when removing and adding the first idpJulius Härtl
2018-08-03Add controller method to delete all idp config keysJulius Härtl
2018-08-03Add global settings that are valid for all identity providersJulius Härtl
2018-08-03Allow to configure multiple SAML providersJulius Härtl
2018-07-11Follow the redirect url on direct loginRoeland Jago Douma
2018-06-18Create skeleton and dispatch first login eventFGIKCM
2018-03-19Add and remove user groups with SAMLSérgio Faria
2018-03-19first version for group-mapping. groups are added and user assigned to groups...bne86
2018-03-19when attribute from saml_response is of type array, return all valies with sp...bne86
2018-03-19Merge pull request #196 from nextcloud/multiple-user-back-endsRoeland Jago Douma
2018-03-19fix function documentationBjoern Schiessle
2018-03-19make display name of SSO identity provider configurableBjoern Schiessle
2018-03-19add landing page to chose between SSO and direct loginBjoern Schiessle
2018-03-19Merge pull request #192 from nextcloud/fix/162/search-uid-if-not-knownblizzz
2018-03-16add setting to allow multiple user back-ends parallel to the saml back-endBjoern Schiessle
2018-03-15set quota to 'default' if no quota parameter is given or quota was set to ''Bjoern Schiessle
2018-03-14Add support for mapping the quotaRoeland Jago Douma
2018-03-14try to lookup a user if the uid does not resolve and autoprov is disabledArthur Schiwon
2018-03-13detect disabled user and show a appropriated error messageBjoern Schiessle
2018-01-16add a meaningful error message in case a empty uid is givenBjoern Schiessle
2017-12-07update the display name in accounts tableBjoern Schiessle
2017-09-26Use @NoSameSiteCookieRequired annotationRoeland Jago Douma
2017-09-21Read appname out of variableLukas Reschke
2017-09-21More logging for debuggingLukas Reschke
2017-09-18Add logout attribute for < 12.0.3Lukas Reschke
2017-08-30Redirect to `/` if CSRF check does not passLukas Reschke
2017-08-30Merge pull request #145 from nextcloud/new-slo-urlLukas Reschke
2017-08-18Redirect users to previous pageLukas Reschke
2017-08-18Implement new SLO URL APILukas Reschke
2017-08-04Also update timestamp for environment variable authLukas Reschke
2017-08-04Use static variable for storing backendsLukas Reschke
2017-08-04Fix order of session actionsLukas Reschke
2017-08-04Perform logic in ACSLukas Reschke
2017-08-04Set last login after successful login operationLukas Reschke
2017-08-01baseurl is expected to be the host name and protocol without pathLukas Reschke
2017-08-01Proper casing of fileLukas Reschke