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
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
2014-05-17Fix whitespace issuesRobin McCorkell
2014-05-17Remove spaces around | operator in doc block.Andreas Fischer
2014-05-17PHPDoc fixes for user_ldapRobin McCorkell
2014-05-17Fix PHPDoc in /appsRobin McCorkell
2014-04-28Group Database backend must not gather user details itself but ask userArthur Schiwon
2014-04-15Fix PHPdoc in user_ldapBart Visscher
2014-04-08fix return value when a search string was passed to return integer instead of...Arthur Schiwon
2014-04-08implement countUsersInGroup in LDAP group backendArthur Schiwon
2014-03-13make getGroupsChunk() protected instead of privateAlexander Bergolth
2014-03-13adapt coding styleAlexander Bergolth
2014-03-05fix another oversight... sigh..root