Commit Graph

834 Commits (40bf38aaeea302dcd92ec587df9052d14f8953e6)

Author SHA1 Message Date
Arthur Schiwon 5257efc5f2
remove logging message carrying no valuable information 6 years ago
Arthur Schiwon 7eb6d8df0a
do not flip available state to unavailable, allow empty results 6 years ago
Arthur Schiwon 7ea262dba0
LDAP: shortcut in reading nested group members when IN_CHAIN is available 6 years ago
Daniel Kesselberg 7b68f0f326
Remove unexpected argument 6 years ago
Arthur Schiwon 7c07f0c7f3
use break not continue in switch to avoid warning 6 years ago
Tobias Perschon 551d904bb0
added "zimbraMailForwardingAddress" as a Group-Member association attribute to enable the use of Zimbra Distribution Lists as groups in nextcloud when connecting to a zimbra LDAP 6 years ago
Morris Jobke 36ee37ec0a
Migrate OC_Group post_removeFromGroup hook to actual event object 6 years ago
Arthur Schiwon d3501be851
reset the cookie internally in new API when abandoning paged results op 6 years ago
Morris Jobke 7870ca0663
Use the proper IAppContainer and IServerContainer type hints to know which code runs with which container 6 years ago
Christoph Wurst 91e7f12088
Adjust apps' code to use the ContainerInterface 6 years ago
Christoph Wurst 35e966c38d
Migrate LDAP to the PSR container 6 years ago
Morris Jobke f42e557fa1
Use IBootstrap for the app user_ldap 6 years ago
Morris Jobke 3203286f52
Do not use custom DI object names for user_ldap 6 years ago
Joas Schilling 556e23e681
Move user_ldap to migrations 6 years ago
Joas Schilling d7c0b9cced
Also always return in app commands 6 years ago
Arthur Schiwon b8bef4ded0
fix strings being passed where arrays where expected 6 years ago
Arthur Schiwon 3baa8d22a6
comment was wrong, block is needed nevertheless 6 years ago
blizzz 0ab6ee40de
be more clear about the condition 6 years ago
Arthur Schiwon 0cf57d1ed4
getXbyY can still return false, e.g. when using ldap write support 6 years ago
Arthur Schiwon 4edf8630c4
clear LDAP cache after user deletion 6 years ago
Arthur Schiwon 64fe042b0d
tidy up Group_LDAP 6 years ago
Arthur Schiwon aed6f0f71e
simplify getGroups, fixing wrong chunking logic 6 years ago
Arthur Schiwon 15008a1798
fixes infinitely repeating LDPA search results with PHP <= 7.2 6 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Clement Wong 9f5f505acf Don't remove last user in ldap group when limit is -1 6 years ago
Arthur Schiwon 4babdc082b
formatting 6 years ago
Arthur Schiwon 75c686d825
do not run paged results against ldap_read ops on PHP7.3+ 6 years ago
Arthur Schiwon ab550d682f
do not rerun expensive sanitizer against already processed DNs 6 years ago
Arthur Schiwon 32000dd1af
read records from DB for lists at once, not one by one. 6 years ago
Arthur Schiwon cc31c38277
don't circulate with only one backend 6 years ago
Arthur Schiwon e8ddb4718c
consolidate groupsMatchFilter in groupsExist 6 years ago
Roeland Jago Douma d9990b09b8
PHP-CS-Fixer green 6 years ago
Arthur Schiwon 84619a5b9c
use serverControls directly with LDAP calls, fixes 19127 6 years ago
Christoph Wurst 734c62bee0
Format code according to PSR2 6 years ago
Christoph Wurst 28f8eb5dba
Add visibility to all constants 6 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst a7c8d26d31
Add visibility to all properties and move static keyword 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst a8a06a82d2
Remove trailing whitespaces from comments 6 years ago
Christoph Wurst 44577e4345
Remove trailing and in between spaces 6 years ago
Christoph Wurst 36b3bc8148
Use php keywords in lowercase 6 years ago
Christoph Wurst afbd9c4e6e
Unify function spacing to PSR2 recommendation 6 years ago
Christoph Wurst 41b5e5923a
Use exactly one empty line after the namespace declaration 6 years ago
Christoph Wurst 2fbad1ed72
Fix (array) indent style to always use one tab 6 years ago
Christoph Wurst 85e369cddb
Fix multiline comments 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Philipp Staiger 8769d97f62 single squashed commit for bug fix 6 years ago
Arthur Schiwon 77c63e3b24
fixes auto-detecting UUID attributes 6 years ago