summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Group_LDAP.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headers for 19Christoph Wurst2020-04-291-1/+1
* Don't remove last user in ldap group when limit is -1Clement Wong2020-04-271-3/+3
* formattingArthur Schiwon2020-04-231-37/+59
* consolidate groupsMatchFilter in groupsExistArthur Schiwon2020-04-171-5/+25
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-83/+82
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Fix multiline commentsChristoph Wurst2020-04-081-7/+7
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-33/+33
* Merge pull request #17717 from nextcloud/fix/noid/ldap-relax-getHomeblizzz2020-01-141-8/+27
|\
| * ensure that only valid group members are returnedArthur Schiwon2020-01-131-8/+27
* | cache group existence early to save useless requests to LDAPArthur Schiwon2020-01-081-1/+1
|/
* Update license headersChristoph Wurst2019-12-051-2/+3
* uid can be false when the user record does not exitArthur Schiwon2019-11-201-8/+12
* Also invalidate groups after deletionArthur Schiwon2019-06-271-2/+11
* ensures mapping of chosen useridArthur Schiwon2019-06-191-1/+1
* fix inGroup check, thus make integration tests succeedArthur Schiwon2019-06-141-1/+0
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-1/+27
* Cache cleaning when subadmin adds user to groupVinicius Cubas Brand2019-03-211-0/+2
* fix nested group retrieval also for 2 other casesArthur Schiwon2019-03-051-60/+76
* Reduce queries to LDAP by caching nested groupsRoland Tapken2019-03-051-6/+18
* user_ldap: really resolve nested groupsRoland Tapken2019-03-051-14/+19
* user_ldap: Filter groups after nexted groupsRoland Tapken2019-03-051-2/+1
* functions that were checked for are present since PHP 5.4, supported is >=/Arthur Schiwon2018-10-251-1/+1
* Resolve all group memberships properlyMorris Jobke2018-08-211-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-6/+7
* fix retrieving group members with numerical uids from LDAPArthur Schiwon2018-02-231-6/+7
* Simplify return statementMorris Jobke2018-02-131-6/+2
* Use type casting instead of *val() methodMorris Jobke2018-01-261-1/+1
* Use type casting instead of *val() methodMorris Jobke2018-01-261-3/+3
* Update license headersMorris Jobke2017-11-061-1/+4
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-11/+11
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-5/+111
* replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
* Fix commentsMorris Jobke2017-07-251-1/+1
* Fix usersInGroup retrievalArthur Schiwon2017-04-251-14/+2
* fix method name due to changes in masterArthur Schiwon2017-04-251-1/+1
* Merge branch 'master' of https://github.com/Xuanwo/server into Xuanwo-master2Arthur Schiwon2017-04-251-4/+184
|\
| * user_ldap: Add support for gidNumberXuanwo2017-04-251-4/+184
* | Change LDAP method namesMorris Jobke2017-04-121-3/+3
* | Update comments to NextcloudMorris Jobke2017-04-111-2/+2
* | Merge pull request #3329 from andreas-p/ldap_no-memberof-with-memberuidRoeland Jago Douma2017-03-291-1/+3
|\ \ | |/ |/|
| * Don't try to use memberof on posixgroups, since it doesn't supportAndreas Pflug2017-01-311-1/+3
* | Add repair stepsArthur Schiwon2017-02-171-0/+8
|/
* Harden emptyVictor Dubiniuk2016-10-131-6/+5
* Fix apps/Joas Schilling2016-07-211-4/+5
* Use array_merge when reading cached groups membersVincent Petry2016-06-081-1/+1
* Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-05-301-2/+6