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
Roeland Jago Douma
34e74f0ac4
Merge pull request #19734 from nextcloud/version/16.0.9/RC1
...
16.0.9 RC1
2020-03-05 19:25:40 +01:00
Roeland Jago Douma
ad2de8e9a0
16.0.9 RC1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-03-05 15:37:32 +01:00
Roeland Jago Douma
e76116b03b
Merge pull request #18230 from nextcloud/stable16-backport/18120
...
[stable16] respect shareapi_allow_share_dialog_user_enumeration in Principal bac…
2020-03-05 15:33:29 +01:00
Roeland Jago Douma
def368a74c
Merge pull request #19096 from nextcloud/backport/19023/stable16
...
[stable16] expose Argon2 options (as we did for bcrypt)
2020-03-05 08:41:18 +01:00
Nextcloud bot
7e10851980
[tx-robot] updated from transifex
2020-03-05 02:18:47 +00:00
Nextcloud bot
042e1492d3
[tx-robot] updated from transifex
2020-03-04 02:18:17 +00:00
Georg Ehrke
ccfd570d33
respect shareapi_allow_share_dialog_user_enumeration in Principal backend for Sabre/DAV
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-03-03 16:24:05 +01:00
Nextcloud bot
4ef42c2037
[tx-robot] updated from transifex
2020-03-03 02:18:48 +00:00
Nextcloud bot
d8dee2b90b
[tx-robot] updated from transifex
2020-03-02 02:18:18 +00:00
Roeland Jago Douma
4ae44a4ed3
Merge pull request #19717 from nextcloud/backport/19707/stable16
...
[stable16] Fix non-centered no javascript message
2020-03-01 16:11:21 +01:00
Nextcloud bot
cfc8a3fd84
[tx-robot] updated from transifex
2020-03-01 02:19:00 +00:00
Gary Kim
9b430e1312
Fix non-centered no javascript message
...
Signed-off-by: Gary Kim <gary@garykim.dev>
2020-02-29 10:33:28 +00:00
Nextcloud bot
9553a532bb
[tx-robot] updated from transifex
2020-02-29 02:18:57 +00:00
Julius Härtl
ad317fe375
Merge pull request #18885 from nextcloud/backport/17717/stable16
...
[stable16] relax strict getHome behaviour for LDAP users in a shadow state
2020-02-28 09:45:49 +01:00
Nextcloud bot
7ca6a377bc
[tx-robot] updated from transifex
2020-02-28 02:19:04 +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
Nextcloud bot
26e8f27cde
[tx-robot] updated from transifex
2020-02-27 02:19:03 +00:00
Nextcloud bot
8acf32f7af
[tx-robot] updated from transifex
2020-02-26 02:18:48 +00:00
blizzz
8a0800fa6e
Merge pull request #19626 from nextcloud/backport/19549/stable16
...
[stable16] remove noise from detectUuid and cache results
2020-02-25 23:21:02 +01:00
Roeland Jago Douma
22a4e780bc
Merge pull request #19638 from nextcloud/backport/19634/stable16
...
[stable16] Correctly trim long cyrillic note
2020-02-25 20:32:35 +01:00
Joas Schilling
656f4fd839
Correctly trim long cyrillic note
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-25 13:52:20 +00:00
Nextcloud bot
b485099115
[tx-robot] updated from transifex
2020-02-25 02:19:52 +00: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
Roeland Jago Douma
c0d4330360
Merge pull request #19594 from nextcloud/backport/19528/stable16
...
[stable16] Strip of users home path from share api message
2020-02-23 11:38:43 +01:00
Nextcloud bot
10bd6542e9
[tx-robot] updated from transifex
2020-02-23 02:19:57 +00:00
Joas Schilling
2b0ad3a9cf
Strip of users home path from share api message
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-22 20:28:26 +00:00
Nextcloud bot
a9e5528125
[tx-robot] updated from transifex
2020-02-22 02:19:11 +00:00
Arthur Schiwon
8e19aaa4d1
extended documentation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21 14:52:07 +01:00
Arthur Schiwon
11a5e996ba
ignore values that undershoot the minimum, go with default
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21 14:52:07 +01:00
blizzz
b0f3866b70
use getSystemValueInt
...
Co-Authored-By: kesselb <mail@danielkesselberg.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21 14:52:07 +01:00
Arthur Schiwon
c1894ff57a
expose Argon2 options (as we did for bcrypt)
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-21 14:52:07 +01:00
Nextcloud bot
bf9169dbcd
[tx-robot] updated from transifex
2020-02-21 02:19:37 +00:00
Nextcloud bot
ece24cd58b
[tx-robot] updated from transifex
2020-02-20 02:19:09 +00:00
Nextcloud bot
9010fbf700
[tx-robot] updated from transifex
2020-02-19 02:18:40 +00:00
Nextcloud bot
30d1e5d694
[tx-robot] updated from transifex
2020-02-18 02:18:50 +00:00
Joas Schilling
a76d24e297
Merge pull request #19472 from nextcloud/backport/19465/stable16
...
[stable16] when we receive intentional empty whats new info, do not try to show it
2020-02-17 12:40:58 +01:00
Nextcloud bot
0f333de6fb
[tx-robot] updated from transifex
2020-02-17 02:18:32 +00:00
Nextcloud bot
4b217a7562
[tx-robot] updated from transifex
2020-02-16 02:18:48 +00:00
Nextcloud bot
0b856f9e1a
[tx-robot] updated from transifex
2020-02-15 02:18:35 +00:00
Arthur Schiwon
f4abee5209
when we receive intentional empty whats new info, do not try to show it
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-02-14 09:10:05 +00:00
Nextcloud bot
fe5bc6810c
[tx-robot] updated from transifex
2020-02-14 02:18:35 +00:00
Roeland Jago Douma
16025e3af0
Merge pull request #19453 from nextcloud/backport/19424/stable16
...
[stable16] Don't create invalid users
2020-02-13 20:30:58 +01:00
Joas Schilling
a9e44bb57a
Don't create invalid users
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-13 09:15:26 +00:00
Nextcloud bot
cc436de229
[tx-robot] updated from transifex
2020-02-13 02:19:52 +00:00
Nextcloud bot
747ca0b29c
[tx-robot] updated from transifex
2020-02-12 02:18:44 +00:00
Nextcloud bot
489c376953
[tx-robot] updated from transifex
2020-02-11 02:18:59 +00:00
blizzz
c9bb2e940d
Merge pull request #19362 from nextcloud/backport/19349/stable16
...
[stable16] Prevent archieved download on secure view
2020-02-10 09:34:16 +01:00