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 |
|
Jenkins for ownCloud
|
5bee7007dd
|
[tx-robot] updated from transifex
|
2015-10-15 01:55:32 -04: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 |
|
Jenkins for ownCloud
|
f9dd750ed7
|
[tx-robot] updated from transifex
|
2015-10-14 01:55:36 -04: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
|
d127b3f0d2
|
adjust tests
|
2015-10-09 14:30:49 +02:00 |
|
Arthur Schiwon
|
2fddb1367a
|
fix primary group retrieval
|
2015-10-09 14:12:59 +02:00 |
|
Jenkins for ownCloud
|
5cb83937fa
|
[tx-robot] updated from transifex
|
2015-10-09 01:55:02 -04: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 |
|
Jenkins for ownCloud
|
c5649a634f
|
[tx-robot] updated from transifex
|
2015-10-08 01:54:58 -04: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 |
|
Jenkins for ownCloud
|
cd818e7419
|
[tx-robot] updated from transifex
|
2015-10-07 01:55:56 -04: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 |
|
Thomas Müller
|
1525ef43f9
|
Merge pull request #18484 from owncloud/fix-17964
Remove whitespace from base-DNs
|
2015-10-06 09:23:24 +02:00 |
|
Jenkins for ownCloud
|
3ff60cc2e3
|
[tx-robot] updated from transifex
|
2015-10-06 01:55:00 -04: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 |
|
Thomas Müller
|
09fe808d48
|
Merge pull request #19547 from owncloud/fix-16154
LDAP Wizard: do not be picky about credentials when only looking for …
|
2015-10-05 09:48:13 +02:00 |
|
Jenkins for ownCloud
|
2ffb1c2135
|
[tx-robot] updated from transifex
|
2015-10-04 01:55:02 -04:00 |
|
Jenkins for ownCloud
|
e0084059b9
|
[tx-robot] updated from transifex
|
2015-10-03 01:56:20 -04: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 |
|
Jenkins for ownCloud
|
3b4592718a
|
[tx-robot] updated from transifex
|
2015-10-02 01:54:51 -04:00 |
|
Arthur Schiwon
|
0dde79b75b
|
memberOf resembles a DN as well and is actively used
|
2015-09-28 18:40:01 +02:00 |
|
Thomas Müller
|
0479cefec3
|
Merge pull request #18469 from owncloud/ldap-batch-read-attrs-ng
read all relevant user attributes on login and user search, in one qu…
|
2015-09-28 11:44:21 +02:00 |
|
Jenkins for ownCloud
|
60f123193b
|
[tx-robot] updated from transifex
|
2015-09-28 05:07:18 -04:00 |
|
Arthur Schiwon
|
8e57757045
|
LDAP Wizard: enable/disable test login name button depending on whether a login name is provided or not
|
2015-09-24 13:33:37 +02:00 |
|
Arthur Schiwon
|
002b6bf059
|
do not throw exception when no attribute is specified
|
2015-09-23 17:27:40 +02:00 |
|
Arthur Schiwon
|
845485cfe6
|
adjust to nested group fix
|
2015-09-23 16:38:39 +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 |
|
Jenkins for ownCloud
|
91365a8969
|
[tx-robot] updated from transifex
|
2015-09-17 01:57:20 -04:00 |
|
Jenkins for ownCloud
|
211a243784
|
[tx-robot] updated from transifex
|
2015-09-14 01:55:35 -04:00 |
|
Morris Jobke
|
c9457fdcad
|
Merge pull request #18762 from owncloud/use-json-instead-of-unserialize
Use "json_encode" and "json_decode" instead of unserialize
|
2015-09-04 11:40:01 +02:00 |
|
Joas Schilling
|
cea8cc73c8
|
Move registration of LDAP background jobs to the install and update
|
2015-09-02 19:21:45 +02:00 |
|
Lukas Reschke
|
36e26c6f09
|
Use "json_encode" and "json_decode" instead of unserialize
|
2015-09-02 12:26:37 +02:00 |
|
Jenkins for ownCloud
|
310084cc25
|
[tx-robot] updated from transifex
|
2015-09-01 14:03:19 -04:00 |
|
Jenkins for ownCloud
|
933ac14b76
|
[tx-robot] updated from transifex
|
2015-08-28 01:55:25 -04:00 |
|
Thomas Müller
|
40203d7d1e
|
Remove languages which are no longer maintained on transifex
|
2015-08-26 12:19:24 +02:00 |
|
Morris Jobke
|
27af0e82dd
|
Merge pull request #18042 from GreenArchon/master
Properly nest groups when using memberOf to detect group membership, …
|
2015-08-26 11:42:47 +02:00 |
|
Jenkins for ownCloud
|
90e11ee005
|
[tx-robot] updated from transifex
|
2015-08-26 04:10:42 -04:00 |
|
Jenkins for ownCloud
|
2171cc02c3
|
[tx-robot] updated from transifex
|
2015-08-25 12:39:10 -04: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 |
|
Lennart Rosam
|
4b04412db3
|
Spaces -> tabs
|
2015-08-22 01:27:32 +02:00 |
|
Lennart Rosam
|
588fae54cb
|
Remove if-block as the helper does return the empty prefix
|
2015-08-21 22:50:28 +02:00 |
|