summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Group_LDAP.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update license headersLukas Reschke2016-05-261-2/+4
* Move Access to PSR-4Joas Schilling2016-05-251-1/+0
* Move BackendUtility to PSR-4Joas Schilling2016-05-251-1/+0
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-0/+901