Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-20fix potential unwarranted memberships in nested groups from LDAPArthur Schiwon
2021-10-19Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet
2021-09-24fix caching of objectsid searchesArthur Schiwon
2021-03-01fix detecting cyclic group membershipsArthur Schiwon
2021-01-28fix parameter provided as string not arrayArthur Schiwon
2020-11-27check number of members after potential resolving of rdnsArthur Schiwon
2020-11-27use faster and less hungry foreachArthur Schiwon
2020-11-27moved the array_reduce to fix large search caseTobias Perschon
2020-11-27flatten result array as expected by following codeArthur Schiwon
2020-10-19when nesting is not enabled, the group filter can be applied right awayArthur Schiwon
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-11do not flip available state to unavailable, allow empty resultsArthur Schiwon
2020-08-11LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon
2020-08-10use break not continue in switch to avoid warningArthur Schiwon
2020-08-08added "zimbraMailForwardingAddress" as a Group-Member association attribute t...Tobias Perschon
2020-07-06Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke
2020-06-25fix strings being passed where arrays where expectedArthur Schiwon
2020-06-08tidy up Group_LDAPArthur Schiwon
2020-05-27simplify getGroups, fixing wrong chunking logicArthur Schiwon
2020-04-29Update license headers for 19Christoph Wurst
2020-04-27Don't remove last user in ldap group when limit is -1Clement Wong
2020-04-23formattingArthur Schiwon
2020-04-17consolidate groupsMatchFilter in groupsExistArthur Schiwon
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-04-08Fix multiline commentsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-01-14Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHomeblizzz
2020-01-13ensure that only valid group members are returnedArthur Schiwon
2020-01-08cache group existence early to save useless requests to LDAPArthur Schiwon
2019-12-05Update license headersChristoph Wurst
2019-11-20uid can be false when the user record does not exitArthur Schiwon
2019-06-27Also invalidate groups after deletionArthur Schiwon
2019-06-19ensures mapping of chosen useridArthur Schiwon
2019-06-14fix inGroup check, thus make integration tests succeedArthur Schiwon
2019-05-27group display name support (service level + ldap)Arthur Schiwon
2019-03-21Cache cleaning when subadmin adds user to groupVinicius Cubas Brand
2019-03-05fix nested group retrieval also for 2 other casesArthur Schiwon
2019-03-05Reduce queries to LDAP by caching nested groupsRoland Tapken
2019-03-05user_ldap: really resolve nested groupsRoland Tapken
2019-03-05user_ldap: Filter groups after nexted groupsRoland Tapken
2018-10-25functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon
2018-08-21Resolve all group memberships properlyMorris Jobke
2018-04-26move log constants to ILoggerArthur Schiwon
2018-02-23fix retrieving group members with numerical uids from LDAPArthur Schiwon
2018-02-13Simplify return statementMorris Jobke
2018-01-26Use type casting instead of *val() methodMorris Jobke