Arthur Schiwon
|
e39415c946
|
fix find DN by UUID for AD
|
2015-12-14 22:42:27 +01:00 |
Arthur Schiwon
|
4020d5b77a
|
look for DN changes before marking a user as deleted
|
2015-12-11 01:56:53 +01:00 |
Thomas Müller
|
000523a7fe
|
Merge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_filter_as_deleted
treat LDAP users not available by user filter as deleted
|
2015-12-07 17:47:10 +01:00 |
Morris Jobke
|
c60c793cf2
|
More cleanups of OC_Config usage
|
2015-12-03 16:41:23 +01:00 |
Thomas Müller
|
4978a785fa
|
Merge pull request #18294 from esakol/issue17173
Fix RHDS ldap paged search, Issue #17173
|
2015-11-24 16:04:23 +01:00 |
Mario Kolling
|
46a8eab772
|
Fix RHDS ldap paged search, Issue #17173
Change-Id: Ic804ea95401a9b49cb2b0866af722aa0d3ee58c5
|
2015-11-09 10:27:45 -02:00 |
Arthur Schiwon
|
133e3fe89d
|
remove uselessly used parameter, read all user attributes also when looking up users in groups
|
2015-11-06 15:21:56 +01:00 |
Thomas Müller
|
bf941032a3
|
Merge pull request #20271 from owncloud/fix-18701
LDAP: attempt to connect to backup server again, if main server is no…
|
2015-11-06 10:01:06 +01:00 |
Arthur Schiwon
|
8eeaf11d41
|
add port to host only, if an URL is used instead of a plain hostname
|
2015-11-04 12:34:30 +01:00 |
Arthur Schiwon
|
6b866fa917
|
LDAP: attempt to connect to backup server again, if main server is not available. Fixes #18701
|
2015-11-03 17:17:00 +01:00 |
blizzz
|
83d3c94590
|
Merge branch 'master' into fix-20151
|
2015-11-02 13:32:24 +01:00 |
Arthur Schiwon
|
a2f2ffb8db
|
if a user that is flag as deleted shows up again, remove that flag. Fixes #20090
|
2015-10-30 19:20:42 +01:00 |
Arthur Schiwon
|
16aa339475
|
add method to count users by loginname and use it for diagnose test, fixes #20151
|
2015-10-30 18:20:50 +01:00 |
Arthur Schiwon
|
f96e552164
|
fix attribute casing to ensure array keys work
|
2015-10-27 19:10:38 +01:00 |
Arthur Schiwon
|
e1d61284f8
|
fix update quota with known value
|
2015-10-27 18:07:40 +01:00 |
Lukas Reschke
|
8f09d5b67c
|
Update license headers
|
2015-10-26 14:04:01 +01:00 |
Thomas Müller
|
f50f78dd9b
|
Merge pull request #19795 from owncloud/fix-language-level-compat
Remove arbitrary expression in empty
|
2015-10-15 16:42:32 +02:00 |
Joas Schilling
|
24420e9eb1
|
Fix doc blocks of LDAP classes
|
2015-10-15 08:29:35 +02:00 |
Lukas Reschke
|
4e5eb3b828
|
Remove arbitrary expression in empty
Those are only allowed in PHP 5.5, thus making our code incompatible with PHP 5.4
Fixes https://github.com/owncloud/core/issues/19793
|
2015-10-14 22:35:46 +02:00 |
Thomas Müller
|
3f083353c1
|
Merge pull request #19635 from owncloud/fix-ldap-value-limitation
allow an attribute to return more than one value
|
2015-10-13 14:09:52 +02:00 |
Arthur Schiwon
|
e3a148584a
|
adjust fetchList with a single requested attribute accordingly
|
2015-10-09 20:07:35 +02:00 |
Arthur Schiwon
|
a876efda50
|
treat dn as any other attribute when building the search() return array
|
2015-10-08 21:18:34 +02:00 |
Arthur Schiwon
|
dd2e887a8d
|
adjust handling changed return array structure from search() and fetchList()
|
2015-10-08 20:32:15 +02:00 |
Arthur Schiwon
|
4a5cecd6fa
|
allow an attribute to return more than one value
|
2015-10-07 18:57:49 +02:00 |
Thomas Müller
|
c8021441d0
|
Merge pull request #19489 from owncloud/fix-18297
fix possible infinite loop when reading groups in the wizard
|
2015-10-07 14:55:48 +02:00 |
Thomas Müller
|
0385a62363
|
Merge pull request #19597 from owncloud/update-license-headers
update licence headers via script
|
2015-10-06 11:18:35 +02:00 |
Morris Jobke
|
b945d71384
|
update licence headers via script
|
2015-10-05 21:15:52 +02:00 |
Arthur Schiwon
|
353a8e442f
|
fix possible infinite loop when reading groups in the wizard
|
2015-10-05 19:10:30 +02:00 |
Arthur Schiwon
|
fc273ac88c
|
trim by default, add unit tests
|
2015-10-05 13:42:20 +02:00 |
Lennart Rosam
|
70ffa2f9f8
|
Spaces -> Tabs, Update PHP-Doc and function logic
|
2015-10-05 13:42:20 +02:00 |
Lennart Rosam
|
b47d15cd20
|
Remove whitespace from base-DNs
|
2015-10-05 13:42:20 +02:00 |
Arthur Schiwon
|
6d06d1c5a4
|
LDAP Wizard: do not be picky about credentials when only looking for the port
|
2015-10-03 00:35:24 +02:00 |
Arthur Schiwon
|
0dde79b75b
|
memberOf resembles a DN as well and is actively used
|
2015-09-28 18:40:01 +02:00 |
Arthur Schiwon
|
002b6bf059
|
do not throw exception when no attribute is specified
|
2015-09-23 17:27:40 +02:00 |
Arthur Schiwon
|
9d03b7c6b7
|
read all relevant user attributes on login and user search, in one query. saves us some.
|
2015-09-23 16:38:39 +02:00 |
Lukas Reschke
|
36e26c6f09
|
Use "json_encode" and "json_decode" instead of unserialize
|
2015-09-02 12:26:37 +02:00 |
blizzz
|
642ec8e3ba
|
Merge pull request #18244 from owncloud/fix-issue-17677
Fix 17677 - Remove LDAP case sensitive checkbox
|
2015-08-24 13:45:15 +02:00 |
Thomas Müller
|
d9172a1907
|
Merge pull request #14401 from owncloud/ux-s2s-ldap
allow login names to be used for s2s with LDAP users
|
2015-08-19 08:31:27 +02:00 |
Lennart Rosam
|
b91186c503
|
Fix 17677
|
2015-08-12 22:18:28 +02:00 |
Renaud Fortier
|
3c53a0da27
|
if define, check the userfilter if the user is still allowed
|
2015-08-11 11:55:38 -04:00 |
blizzz
|
332492548f
|
Merge pull request #17923 from owncloud/fix-17921
Remove Log info when no group filter is set, fixes #17921
|
2015-07-29 16:12:08 +02:00 |
blizzz
|
e0d5eb8989
|
remove unused var
|
2015-07-29 12:10:33 +02:00 |
blizzz
|
81f5672393
|
Remove Log info when no group filter is set, fixes #17921
The log message is superfluous and too noisy. If an admin decides not to use groups, he does not need to be reminded about it on almost every request.
|
2015-07-28 11:41:21 +02:00 |
Arthur Schiwon
|
b37d62d9d3
|
fix uncaught exception on not permitted file types when setting avatar, fixes #17232
|
2015-07-27 17:27:00 +02:00 |
Morris Jobke
|
933f087d21
|
Merge pull request #17526 from owncloud/fix-17516
LDAP: when checking group for matching filter, also take base DN into…
|
2015-07-27 08:38:45 +02:00 |
Arthur Schiwon
|
4f910221c4
|
fix runtime caching in ldap's user manager, fixes #17631
|
2015-07-17 18:57:56 +02:00 |
blizzz
|
bfb90d10ed
|
Merge pull request #17046 from nicolas-grekas/fix-16654
Do not use OC*::mb_*_replace(), they are useless
|
2015-07-16 11:35:25 +02:00 |
Nicolas Grekas
|
472d48f6e3
|
Do not use OC*::mb_*_replace(), they are useless
|
2015-07-16 11:00:04 +02:00 |
Arthur Schiwon
|
bfdf39b9bd
|
LDAP: when checking group for matching filter, also take base DN into consideration. Fixes #17516
|
2015-07-09 12:19:04 +02:00 |
Thomas Müller
|
0a23d566ba
|
Merge pull request #17255 from owncloud/fix-17119
[LDAP] Filter user groups obtained by memberof
|
2015-07-01 00:33:39 +02:00 |