Arthur Schiwon
|
c48157e3b8
LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518
|
11 lat temu |
Arthur Schiwon
|
6acd01d9f2
resolve merge conflicts from rebase
|
11 lat temu |
Arthur Schiwon
|
652caa1c88
LDAP: move Configuration out of Connection into class of its own. The new wizard requires it.
|
11 lat temu |
Arthur Schiwon
|
02f292d0fd
Doc fix
|
11 lat temu |
Arthur Schiwon
|
0c837cefb6
LDAP: allow different UUID attributes for groups and users
|
11 lat temu |
Arthur Schiwon
|
81cf4a22ef
LDAP: coding style
|
11 lat temu |
Arthur Schiwon
|
bb162b1f94
LDAP: get rid of some PHP Warnings
|
11 lat temu |
Arthur Schiwon
|
d4f92494a2
LDAP: make Access be a dependency to the user and group backend instead of inheriting it.
|
11 lat temu |
Arthur Schiwon
|
b9cd22cf78
LDAP: use wrapper, not direct function call
|
11 lat temu |
Arthur Schiwon
|
6e850e0bee
LDAP: establish wrapper interface to allow proper mocking
|
11 lat temu |
Arthur Schiwon
|
52454e39b7
LDAP: move is_resource check to ldap wrapper to make it mockable
|
11 lat temu |
Arthur Schiwon
|
1a020e0696
Resolve merge conflict
|
11 lat temu |
Arthur Schiwon
|
f41c4312ff
LDAP: use memcache if available
|
11 lat temu |
Arthur Schiwon
|
c538ac3081
LDAP: only connect to LDAP once on login
|
11 lat temu |
Arthur Schiwon
|
5387e5c354
LDAP: even better check for emptiness, fixes #3815
|
11 lat temu |
Arthur Schiwon
|
4976f2e0d3
LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600
|
11 lat temu |
Arthur Schiwon
|
86d72b9a61
LDAP: fix possible recursion
|
11 lat temu |
Arthur Schiwon
|
bfa715768a
LDAP: fix handling when LDAP Host is offline
|
11 lat temu |
Arthur Schiwon
|
beaa10b823
Merge branch 'master' into ldap_configurable_username_n_uuid
|
11 lat temu |
Arthur Schiwon
|
c9b3da5bbc
LDAP: better variable name
|
11 lat temu |
Arthur Schiwon
|
bc23010670
LDAP: implement r+w for new settings
|
11 lat temu |
Bart Visscher
|
175633d380
Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-app
|
11 lat temu |
Arthur Schiwon
|
d659d8e193
LDAP: do not reset UUID attribute setting when guid is detected
|
11 lat temu |
kondou
|
d6b13ccd12
Use !== and === in user_ldap app – Part 2
|
11 lat temu |
Arthur Schiwon
|
504f5f229f
LDAP: remove unnecessary func call, was a leftover from earlier refactor
|
11 lat temu |
Arthur Schiwon
|
e4e915fa3b
LDAP: simplify default for user home settings, fixes wrong display of default value in settings
|
11 lat temu |
Bernhard Posselt
|
90939c8f12
Merge pull request #1708 from owncloud/style-cleanup-user_ldap
|
11 lat temu |
Arthur Schiwon
|
a28df74ee5
LDAP: check array with isset first to avoid warnings about undefined index
|
11 lat temu |
Bart Visscher
|
1ef2ecd6e8
Style cleanup user_ldap
|
11 lat temu |
Bart Visscher
|
cd35d257bb
Fix NoSpaceAfterComma and SpaceBeforeComma
|
11 lat temu |