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 (Expand)Author
2022-04-11Cover UserChangedEvent in unit testsJulius Härtl
2022-04-11displayname switch to eventdispatcherSebastian Biller
2022-04-07Add regex routes requirement to providerIdJohn Molakvoæ
2022-04-07Move SAML configurations to a table of their ownArthur Schiwon
2021-12-10cs:fixJohn Molakvoæ
2021-10-21Avoid duplicate attempt to decode guidJulius Härtl
2021-09-01use system email address getter if availableArthur Schiwon
2021-01-26improve performance by reusing existing sessionsArthur Schiwon
2021-01-26adjust to recent merged changesArthur Schiwon
2021-01-26introduces a single point of saml attribute interpretationsArthur Schiwon
2021-01-20make testEncodedObjectGUID more robust against false positivesArthur Schiwon
2020-11-24fixes provisioning of userids from encoded (objectguid) valuesArthur Schiwon
2019-11-28Add counting to the user backendRoeland Jago Douma
2019-09-23don't expose method for no reasonArthur Schiwon
2019-09-19decode objectGUID to their ASCII representation ifArthur Schiwon
2019-06-28prevent confirmation dialogs for passwordless usersArthur Schiwon
2019-05-06Merge pull request #319 from nextcloud/fix/noid/user-search-parityblizzz
2019-04-25add additional debug output when reading attributes from the IDPBjoern Schiessle
2019-04-12user search parity as with local usersArthur Schiwon
2018-12-18create user in the SAML back-end and update the attributes whenBjoern Schiessle
2018-11-26Add sanity checks for user home directoryDaniel Klaffenbach
2018-11-22Implement mapping of user's home directoryDaniel Klaffenbach
2018-10-04add missing use clauseBjoern Schiessle
2018-09-25fix error messageBjoern Schiessle
2018-09-25get both the raw data from the IDP and the formated ones according to the con...Bjoern Schiessle
2018-09-25format user data before sending it to the client nodeBjoern Schiessle
2018-09-25add method to get the user data from the idpBjoern Schiessle
2018-08-03make sure to always use the right idp configBjoern Schiessle
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-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
2017-12-07update the display name in accounts tableBjoern Schiessle
2017-09-18Add logout attribute for < 12.0.3Lukas Reschke
2017-08-18Implement new SLO URL APILukas Reschke
2017-08-04Use static variable for storing backendsLukas Reschke
2017-08-04Perform logic in ACSLukas Reschke
2017-08-04Set last login after successful login operationLukas Reschke
2017-07-31Don't advertise ability to change display nameLukas Reschke
2017-07-31Backend also supports setting a displaynameLukas Reschke
2017-07-31Follow PSR file namingLukas Reschke