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
2016-05-25Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling
2016-05-18Fixed dynamic group ldap access (#23450)blizzz
2016-05-17Group fixup (#24621)Roeland Douma
2016-04-20Fix LDAP race conditionsMorris Jobke
2016-03-01Update author informationLukas Reschke
2016-02-03change error loggingalexweirig
2016-02-03Fixed undefined variable $dnGroup and variable namealexweirig
2016-02-03Refactored code to avoid performance problemalexweirig
2016-02-03code changes for user_ldap Dynamic Group MembershipAlex Weirig
2016-01-12Happy new year!Thomas Müller
2015-11-06remove uselessly used parameter, read all user attributes also when looking u...Arthur Schiwon
2015-10-26Update license headersLukas Reschke
2015-10-16Fix styleLukas Reschke
2015-10-16Revert "adjust to nested group fixFrédéric Fortier
2015-10-09fix primary group retrievalArthur Schiwon
2015-10-08treat dn as any other attribute when building the search() return arrayArthur Schiwon
2015-10-08adjust handling changed return array structure from search() and fetchList()Arthur Schiwon
2015-10-05update licence headers via scriptMorris Jobke
2015-09-23adjust to nested group fixArthur Schiwon
2015-08-26Merge pull request #18042 from GreenArchon/masterMorris Jobke
2015-08-07fix more review comments for #18042 / #17759Frédéric Fortier
2015-08-04Take review comments into consideration for pr #18042 / issue #17759Frédéric Fortier
2015-08-04Properly nest groups when using memberOf to detect group membership, fixes #1...Frédéric Fortier
2015-07-27Merge pull request #17526 from owncloud/fix-17516Morris Jobke
2015-07-16Merge pull request #17046 from nicolas-grekas/fix-16654blizzz
2015-07-16Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas
2015-07-09LDAP: when checking group for matching filter, also take base DN into conside...Arthur Schiwon
2015-06-26ensure groups match filter when using memberOf to read users group, refs #17119Arthur Schiwon
2015-06-03if possible, getUserGroups should get memberships using memberOf virtual attr...Arthur Schiwon
2015-05-19add primary group users to resultset before cachingArthur Schiwon
2015-05-19Fixes returns of group memberships and counting if all members have the speci...Arthur Schiwon
2015-04-20move away from deprecated constsArthur Schiwon
2015-03-26Update license headersJenkins for ownCloud
2015-03-23offset needs to be considered in computed limitArthur Schiwon
2015-02-26Revert "Updating license headers"Morris Jobke
2015-02-24Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke
2015-02-23Updating license headersJenkins for ownCloud
2015-01-29and escape the search termArthur Schiwon
2015-01-29:lipstick:Arthur Schiwon
2015-01-28fix counting of users in primary groupArthur Schiwon
2014-10-17make performance less bad. Still far from good, but at least it worksArthur Schiwon
2014-10-17fix retrievel of group members and cache group membersArthur Schiwon
2014-10-09Log warning when no uid was found for userVincent Petry
2014-10-09Revert "[WIP] fix retrieval of group members and cache group members"Vincent Petry
2014-10-01fix changed variable nameArthur Schiwon
2014-09-18fix retrievel of group members and cache group membersArthur Schiwon
2014-07-08support for AD primary groupsArthur Schiwon
2014-06-27also adapt result check from readAttributeArthur Schiwon
2014-06-27specify no attribute for group exists check, as done with usersArthur Schiwon
2014-05-19Remove all occurences of @brief and @returns from PHPDocMorris Jobke