Commit graph

2695 commits

Author SHA1 Message Date
Nextcloud bot
864135c02c
[tx-robot] updated from transifex 2020-05-30 02:16:32 +00:00
Nextcloud bot
20f79caf71
[tx-robot] updated from transifex 2020-05-28 02:17:05 +00:00
Nextcloud bot
bd9576d7c7
[tx-robot] updated from transifex 2020-05-26 02:16:30 +00:00
Nextcloud bot
dadabb9a2e
[tx-robot] updated from transifex 2020-05-23 02:16:48 +00:00
Nextcloud bot
db71d044ae
[tx-robot] updated from transifex 2020-05-22 02:17:49 +00:00
Nextcloud bot
af3ac9c9ac
[tx-robot] updated from transifex 2020-05-21 02:17:54 +00:00
Nextcloud bot
9e8e1fde93
[tx-robot] updated from transifex 2020-05-19 02:17:38 +00:00
Nextcloud bot
ca969ded18
[tx-robot] updated from transifex 2020-05-18 02:16:54 +00:00
Nextcloud bot
63869de5d3
[tx-robot] updated from transifex 2020-05-16 02:17:45 +00:00
Nextcloud bot
09de3caf9e
[tx-robot] updated from transifex 2020-05-15 02:17:47 +00:00
Nextcloud bot
2676453f1f
[tx-robot] updated from transifex 2020-05-13 02:16:53 +00:00
Nextcloud bot
f5bd253436
[tx-robot] updated from transifex 2020-05-12 02:16:40 +00:00
Nextcloud bot
f1d7f21022
[tx-robot] updated from transifex 2020-05-09 02:17:09 +00:00
Nextcloud bot
4e334dd42c
[tx-robot] updated from transifex 2020-05-01 02:17:16 +00:00
Nextcloud bot
be94d0a8f0
[tx-robot] updated from transifex 2020-04-29 02:17:21 +00:00
Nextcloud bot
87814a3670
[tx-robot] updated from transifex 2020-04-28 02:16:49 +00:00
Nextcloud bot
ef2dd3e41a
[tx-robot] updated from transifex 2020-04-25 02:16:30 +00:00
Nextcloud bot
474fae352d
[tx-robot] updated from transifex 2020-04-21 02:17:06 +00:00
Nextcloud bot
a048c9357a
[tx-robot] updated from transifex 2020-04-20 02:16:38 +00:00
Nextcloud bot
8d19ed5b46
[tx-robot] updated from transifex 2020-04-16 02:17:58 +00:00
Nextcloud bot
e7a1ef793a
[tx-robot] updated from transifex 2020-04-13 02:20:10 +00:00
Nextcloud bot
830a8b25c1
[tx-robot] updated from transifex 2020-04-10 02:18:51 +00:00
Nextcloud bot
618d3bf607
[tx-robot] updated from transifex 2020-04-08 02:19:12 +00:00
Nextcloud bot
613b3907da
[tx-robot] updated from transifex 2020-04-05 02:18:29 +00:00
Roeland Jago Douma
a8b028eb1a
Merge pull request #20177 from nextcloud/backport/20123/stable16
[stable16] Bugfix - Prevent PHP Warning for count on null on LDAP
2020-04-04 10:30:25 +02:00
Nextcloud bot
80bac36d56
[tx-robot] updated from transifex 2020-03-30 02:19:01 +00:00
Nextcloud bot
dc2f716dc2
[tx-robot] updated from transifex 2020-03-29 02:20:41 +00:00
Philipp Staiger
41337a70ce single squashed commit for bug fix
Signed-off-by: Philipp Staiger <philipp@staiger.it>
2020-03-26 10:31:23 +00:00
Nextcloud bot
720f57e524
[tx-robot] updated from transifex 2020-03-24 02:19:10 +00:00
Roeland Jago Douma
25b78ac569
Merge pull request #20048 from nextcloud/backport/20039/stable16
[stable16] fixes auto-detecting UUID attributes
2020-03-22 14:23:44 +01:00
Nextcloud bot
a4a1214231
[tx-robot] updated from transifex 2020-03-22 02:19:01 +00:00
Arthur Schiwon
49eaef63c2 fixes auto-detecting UUID attributes
the continue (and later the early return) avoided proper looping over the
attribute candidates.

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-03-20 10:10:23 +00:00
Nextcloud bot
05fc83f18e
[tx-robot] updated from transifex 2020-03-20 02:18:47 +00:00
Nextcloud bot
f8569fc038
[tx-robot] updated from transifex 2020-03-09 02:18:34 +00:00
Nextcloud bot
2e9f442499
[tx-robot] updated from transifex 2020-03-07 02:18:23 +00:00
Nextcloud bot
bceb827958
[tx-robot] updated from transifex 2020-03-06 02:18:50 +00:00
Nextcloud bot
d8dee2b90b
[tx-robot] updated from transifex 2020-03-02 02:18:18 +00:00
Arthur Schiwon
5c7948f74a
relax strict getHome behaviour for LDAP users in a shadow state
* simplifies deletion process
* less strange behaviour when looking up home storage (as long as it is local)
* thus could enable transfer ownerships after user went invisible on ldap

backport of #17717

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

decouple userExists from userExistsOnLDAP check

allows to mark users as offline right away, avoids a gap of being not a
user and causing weird side effects

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

adjust tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

remove superfluous tests

- user_ldap is not exposed to public api, it is always behind ldap_proxy
- this is too much for a unit test
- integration tests cover userExists implicitly

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>

ensure that only valid group members are returned

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-28 01:00:21 +01:00
Arthur Schiwon
3200eedc4c remove noise from detectUuid and cache results
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-24 19:06:57 +00:00
Nextcloud bot
27a4bb4bf6
[tx-robot] updated from transifex 2020-02-24 02:19:44 +00:00
Nextcloud bot
10bd6542e9
[tx-robot] updated from transifex 2020-02-23 02:19:57 +00:00
Nextcloud bot
ece24cd58b
[tx-robot] updated from transifex 2020-02-20 02:19:09 +00:00
Nextcloud bot
0b856f9e1a
[tx-robot] updated from transifex 2020-02-15 02:18:35 +00:00
Nextcloud bot
489c376953
[tx-robot] updated from transifex 2020-02-11 02:18:59 +00:00
Nextcloud bot
3889b1d44a
[tx-robot] updated from transifex 2020-02-07 07:33:03 +00:00
Nextcloud bot
fdfb80c03a
[tx-robot] updated from transifex 2020-02-06 02:19:01 +00:00
Nextcloud bot
4cc3ca8508
[tx-robot] updated from transifex 2020-02-05 02:18:23 +00:00
Nextcloud bot
3ca2b6dec0
[tx-robot] updated from transifex 2020-02-04 02:18:23 +00:00
Nextcloud bot
5f0115e2cf
[tx-robot] updated from transifex 2020-02-02 02:17:57 +00:00
Nextcloud bot
d08dbda106
[tx-robot] updated from transifex 2020-01-31 02:18:10 +00:00