summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix Access constructor callCôme Chilliet2021-10-291-1/+2
* Use Psr\Log\LoggerInterface where it can easily be used in user_ldapCôme Chilliet2021-10-294-63/+105
* Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Ac...Côme Chilliet2021-10-291-1/+1
* Use Psr\Log\LoggerInterface in OCA\User_LDAP\AccessCôme Chilliet2021-10-294-32/+55
* Avoid PHP errors when the LDAP attribute is not foundCôme Chilliet2021-10-291-1/+5
* adjust to old db interfacesblizzz2021-10-051-5/+5
* ensure that user and group IDs in LDAP's tables are also max 64charsArthur Schiwon2021-09-273-3/+159
* fix caching of objectsid searchesArthur Schiwon2021-09-241-4/+5
* do not try to search after the last pageArthur Schiwon2021-04-272-3/+47
* adds ldap user:reset commandArthur Schiwon2021-03-252-3/+129
* Merge pull request #25844 from nextcloud/backport/25757/stable20blizzz2021-03-031-10/+21
|\
| * fix detecting cyclic group membershipsArthur Schiwon2021-03-011-10/+21
* | do not die after LDAP auth failed with expired accArthur Schiwon2021-03-021-3/+6
|/
* really use known groupsArthur Schiwon2021-02-171-1/+1
* fix parameter provided as string not arrayArthur Schiwon2021-01-281-1/+3
* extend ILDAPProvider to allow reading arbitrairy ldap attributes for usersRobin Appelman2021-01-221-11/+42
* silence log messageArthur Schiwon2021-01-211-1/+1
* silence psalm false positiveArthur Schiwon2021-01-141-0/+2
* respect DB limits limit per statement and queryArthur Schiwon2021-01-141-6/+45
* check number of members after potential resolving of rdnsArthur Schiwon2020-12-151-4/+5
* use faster and less hungry foreachArthur Schiwon2020-12-151-10/+8
* moved the array_reduce to fix large search caseTobias Perschon2020-12-151-10/+17
* flatten result array as expected by following codeArthur Schiwon2020-12-151-2/+7
* fix potentially passing null to events where IUser is expectedArthur Schiwon2020-11-041-2/+7
* Document the backend registered events of LDAPMorris Jobke2020-10-292-0/+10
* fixes determining whether former user is a share ownerArthur Schiwon2020-10-261-11/+4
* split instantiation from business logic in OfflineUserArthur Schiwon2020-10-261-1/+24
* tame psalm. why does it ignore '@property'?Arthur Schiwon2020-10-191-5/+1
* when nesting is not enabled, the group filter can be applied right awayArthur Schiwon2020-10-191-1/+6
* announce added user and group backend later as there might be interdepsArthur Schiwon2020-09-111-3/+3
* switch to typed event for LDAPs user added to group caseArthur Schiwon2020-09-101-1/+4
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-1/+2
* add repair step to clean up DB off lastFeatureRefresh entries in user prefsArthur Schiwon2020-09-041-0/+65
* these code bits were part of old logic that was already refactored outArthur Schiwon2020-09-041-53/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-2411-5/+12
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-192-10/+14
* provide event class to LDAP loaded event to fix deprecation messageArthur Schiwon2020-08-123-5/+113
* remove logging message carrying no valuable informationArthur Schiwon2020-08-121-8/+5
* do not flip available state to unavailable, allow empty resultsArthur Schiwon2020-08-112-11/+21
* LDAP: shortcut in reading nested group members when IN_CHAIN is availableArthur Schiwon2020-08-112-0/+36
* Merge pull request #22176 from nextcloud/debt/noid/table-render-too-many-argu...Morris Jobke2020-08-112-2/+2
|\
| * Remove unexpected argumentDaniel Kesselberg2020-08-102-2/+2
* | use break not continue in switch to avoid warningArthur Schiwon2020-08-101-5/+5
|/
* Merge pull request #16737 from tofuSCHNITZEL/feature-zimbraldapblizzz2020-08-072-84/+127
|\
| * added "zimbraMailForwardingAddress" as a Group-Member association attribute t...Tobias Perschon2020-08-072-84/+127
* | Merge pull request #21738 from nextcloud/techdebt/14552/migrate-OC_Group-post...Morris Jobke2020-08-071-1/+10
|\ \ | |/ |/|
| * Migrate OC_Group post_removeFromGroup hook to actual event objectMorris Jobke2020-07-301-1/+10
* | reset the cookie internally in new API when abandoning paged results opArthur Schiwon2020-07-291-1/+11
|/
* Use the proper IAppContainer and IServerContainer type hints to know which co...Morris Jobke2020-07-211-11/+11
* Adjust apps' code to use the ContainerInterfaceChristoph Wurst2020-07-211-32/+38