summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* LDAP simplify User_Proxy and Group_Proxy signaturesArthur Schiwon2020-10-2310-179/+67
* 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
* Format code to a single space around binary operatorsChristoph Wurst2020-10-0510-148/+148
* 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
* Migrate LDAP to the PSR containerChristoph Wurst2020-07-161-12/+15
* Use IBootstrap for the app user_ldapMorris Jobke2020-07-141-8/+57
* Do not use custom DI object names for user_ldapMorris Jobke2020-07-136-8/+14
* Merge pull request #21639 from nextcloud/techdebt/noid/move-away-from-databas...Morris Jobke2020-07-061-0/+101
|\
| * Move user_ldap to migrationsJoas Schilling2020-07-061-0/+101
* | Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldapMorris Jobke2020-07-063-199/+161
|\ \ | |/ |/|
| * tidy up Group_LDAPArthur Schiwon2020-06-083-199/+161
* | Also always return in app commandsJoas Schilling2020-06-268-12/+23
* | fix strings being passed where arrays where expectedArthur Schiwon2020-06-242-25/+7
* | comment was wrong, block is needed neverthelessArthur Schiwon2020-06-241-2/+1
* | be more clear about the conditionblizzz2020-06-161-1/+1
* | getXbyY can still return false, e.g. when using ldap write supportArthur Schiwon2020-06-151-2/+1
* | clear LDAP cache after user deletionArthur Schiwon2020-06-081-0/+1
|/
* simplify getGroups, fixing wrong chunking logicArthur Schiwon2020-05-271-50/+7
* fixes infinitely repeating LDPA search results with PHP <= 7.2Arthur Schiwon2020-05-261-0/+6
* Update license headers for 19Christoph Wurst2020-04-2933-11/+38
* Don't remove last user in ldap group when limit is -1Clement Wong2020-04-271-3/+3
* Merge pull request #19919 from nextcloud/enh/noid/ldpa_group_perfblizzz2020-04-249-167/+365
|\
| * formattingArthur Schiwon2020-04-237-126/+236
| * do not rerun expensive sanitizer against already processed DNsArthur Schiwon2020-04-171-4/+18
| * read records from DB for lists at once, not one by one.Arthur Schiwon2020-04-174-12/+80
| * don't circulate with only one backendArthur Schiwon2020-04-173-4/+29
| * consolidate groupsMatchFilter in groupsExistArthur Schiwon2020-04-172-44/+25
* | do not run paged results against ldap_read ops on PHP7.3+Arthur Schiwon2020-04-211-1/+0
|/
* PHP-CS-Fixer greenRoeland Jago Douma2020-04-166-29/+31