aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Group_Proxy.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #40367 from nextcloud/fix/user_ldap-update-groups-on-loginCôme Chilliet2023-10-161-0/+4
|\
| * Fix LDAP LoginListener by adding new group relationships to caches before fir...Côme Chilliet2023-10-121-0/+4
* | fix(LDAP): solve race condition reading groups of disappeared LDAP userArthur Schiwon2023-10-111-1/+5
* | refactor(LDAP): pass IConfig via constructor to Group_LDAPArthur Schiwon2023-10-101-2/+6
|/
* Move new methods to a new interface in OCPCôme Chilliet2023-09-051-1/+2
* Fix psalm errors about groupExists return typeCôme Chilliet2023-09-051-8/+4
* Add batch methods in user backendsCarl Schwan2023-09-051-0/+31
* Add check-group commandCôme Chilliet2023-08-101-0/+18
* Clear up return typesCôme Chilliet2023-04-271-1/+1
* Optimize retrieving display name when searching for users in a groupCarl Schwan2023-04-271-0/+4
* Make sure to use AccessFactory to create Access instances and use DICôme Chilliet2022-10-251-2/+7
* LDAP to no register new users when outside of fair use or over limitsArthur Schiwon2022-10-181-6/+29
* Add ldap:reset-group command to unmap groups from LDAPCôme Chilliet2022-04-011-6/+4
* Fix PHP 8.1 support for user_ldap applicationCôme Chilliet2021-12-161-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-011-1/+11
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-231-6/+2
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-191-6/+8
* formattingArthur Schiwon2020-04-231-1/+17
* don't circulate with only one backendArthur Schiwon2020-04-171-1/+7
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-11/+11
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-17/+17
* Update license headersChristoph Wurst2019-12-051-1/+1
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-1/+6
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Update license headersMorris Jobke2017-11-061-0/+1
* User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-1/+1
* Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-031-5/+71
* Fix commentsMorris Jobke2017-07-251-1/+1
* Add repair stepsArthur Schiwon2017-02-171-0/+9
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+2
* Move interface to PSR-4Joas Schilling2016-05-251-2/+0
* Move Proxy to PSR-4Joas Schilling2016-05-251-1/+1
* Move Group_LDAP and Group_Proxy to PSR-4Joas Schilling2016-05-251-0/+199