Nextcloud bot
1d64813825
[tx-robot] updated from transifex
2021-02-13 02:20:54 +00:00
Nextcloud bot
5807a0ff40
[tx-robot] updated from transifex
2021-02-12 02:20:44 +00:00
Nextcloud bot
3c8bea717e
[tx-robot] updated from transifex
2021-02-11 02:21:03 +00:00
Roeland Jago Douma
a05e0c45b8
Merge pull request #25431 from nextcloud/backport/25424/stable19
...
[stable19] Keep direct login active when redirecting
2021-02-10 15:19:19 +01:00
Nextcloud bot
2018bcba9b
[tx-robot] updated from transifex
2021-02-10 02:21:25 +00:00
Roeland Jago Douma
68fa9a4f54
Merge pull request #25389 from nextcloud/backport/25302/stable19
...
[stable19] Use RFC-compliant URL encoding for cookies
2021-02-09 22:07:45 +01:00
Julius Härtl
97859866d7
Keep direct login active when redirecting
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-02-09 21:53:33 +01:00
Roeland Jago Douma
7bcfbc83ec
Merge pull request #25507 from nextcloud/backport/25500/stable19
...
[stable19] fix(translation): replace static error message
2021-02-09 14:37:21 +01:00
Nextcloud bot
02e2cde84d
[tx-robot] updated from transifex
2021-02-09 02:21:10 +00:00
Nextcloud bot
aacc60472f
[tx-robot] updated from transifex
2021-02-08 02:20:30 +00:00
Nextcloud bot
afe109ae21
[tx-robot] updated from transifex
2021-02-07 02:21:16 +00:00
Nextcloud bot
5c3c78b58d
[tx-robot] updated from transifex
2021-02-06 02:21:16 +00:00
Samuel
09f16281a2
revert(comment)
...
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-05 15:23:18 +00:00
Samuel
d494c6650c
revert(exception): keep throwing an exception for now
...
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-05 15:23:16 +00:00
Samuel
038def2328
fix(translation): replace static error message
...
as suggested by @kesselb in nextcloud/server#25490
Signed-off-by: Samuel <faust64@gmail.com>
2021-02-05 15:23:14 +00:00
Roeland Jago Douma
f108eb3291
19.0.9 RC1
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-02-05 10:56:42 +01:00
Nextcloud bot
43601086dd
[tx-robot] updated from transifex
2021-02-05 02:21:58 +00:00
Nextcloud bot
f23fc11b5a
[tx-robot] updated from transifex
2021-02-04 02:20:29 +00:00
Nextcloud bot
6db77c1c22
[tx-robot] updated from transifex
2021-02-03 02:20:09 +00:00
Arthur Schiwon
1dca63ea99
test: adjust expectation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-02 20:48:44 +00:00
Arthur Schiwon
ec12ac058b
show suggestion to clean up possible invalid shares later
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-02 20:48:43 +00:00
Arthur Schiwon
b570b22601
take into account that UNIQUE index might not work as expected
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-02 20:48:41 +00:00
Arthur Schiwon
fcf358e0df
add repair job for unencoded calendars
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-02 20:48:39 +00:00
Julius Härtl
5b898fa60e
Merge pull request #25422 from nextcloud/backport/25383/stable19
...
[stable19] Properly handle SMB ACL blocking scanning a directory
2021-02-02 11:58:43 +01:00
Nextcloud bot
5c8be9ac66
[tx-robot] updated from transifex
2021-02-02 02:20:16 +00:00
Julius Härtl
6f6f45b77b
Properly handle SMB ACL blocking scanning a directory
...
This makes sure that a possible ForbiddenException is properly passed
through the storage as a ForbiddenException and can be catched when
trying to fetch the quota info of a parent folder
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-02-01 11:13:52 +00:00
Nextcloud bot
59b43e0699
[tx-robot] updated from transifex
2021-02-01 02:19:56 +00:00
Nextcloud bot
0cc117e3ce
[tx-robot] updated from transifex
2021-01-31 02:19:22 +00:00
Nextcloud bot
8bd5641fc3
[tx-robot] updated from transifex
2021-01-30 02:20:53 +00:00
Marco Ziech
c5d2ea84e6
Use RFC-compliant URL encoding for cookies
...
PHP 7.4.2 changed the way how cookies are decoded, applying RFC-compliant raw URL decoding. This leads to a conflict Nextcloud's own cookie encoding, breaking the remember-me function if the UID contains a space character.
Fixes #24438
Signed-off-by: Marco Ziech <marco@ziech.net>
2021-01-29 12:42:14 +00:00
Arthur Schiwon
ae8903e946
do not remove valid group shares
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-29 10:44:35 +00:00
Roeland Jago Douma
255bbcb0df
Merge pull request #25375 from nextcloud/backport/25369/stable19
...
[stable19] The objectid is a string
2021-01-29 09:56:00 +01:00
Roeland Jago Douma
aff475b51d
Merge pull request #25367 from nextcloud/backport/25361/stable19
...
[stable19] fix parameter provided as string not array
2021-01-29 08:33:15 +01:00
Roeland Jago Douma
6fa08f38b3
The objectid is a string
...
This allows the query to use the index. Else it has to resort on
scanning all the rows.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-29 07:17:41 +00:00
Nextcloud bot
af54ab7af6
[tx-robot] updated from transifex
2021-01-29 02:21:35 +00:00
Arthur Schiwon
9fc88bd217
fix parameter provided as string not array
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-28 19:42:41 +00:00
blizzz
a4c7a62394
Merge pull request #25121 from nextcloud/backport/25036/stable19
...
[stable19] respect DB restrictions on number of arguments in statements and queries
2021-01-28 12:27:52 +01:00
Nextcloud bot
947ba76d00
[tx-robot] updated from transifex
2021-01-28 02:24:30 +00:00
Roeland Jago Douma
0fe59bc25a
Merge pull request #25323 from nextcloud/backport/25310/stable19
...
[stable19] [CalDAV] Validate notified emails
2021-01-27 14:49:10 +01:00
Nextcloud bot
370e4c05dd
[tx-robot] updated from transifex
2021-01-27 02:21:06 +00:00
Thomas Citharel
a720bdb83d
[CalDAV] Validate notified emails
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2021-01-26 11:09:43 +01:00
Nextcloud bot
2fe66cb2e3
[tx-robot] updated from transifex
2021-01-26 02:21:51 +00:00
Roeland Jago Douma
19ed5917b5
Merge pull request #25295 from nextcloud/version/19.0.8/final
...
19.0.8
2021-01-25 15:56:05 +01:00
Nextcloud bot
ef771f54f3
[tx-robot] updated from transifex
2021-01-25 02:20:51 +00:00
Nextcloud bot
c90882c958
[tx-robot] updated from transifex
2021-01-24 02:20:04 +00:00
Roeland Jago Douma
901b534c72
19.0.8
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-23 16:34:03 +01:00
Nextcloud bot
1eea17d2f3
[tx-robot] updated from transifex
2021-01-23 02:20:24 +00:00
Morris Jobke
e95f6a85b2
Merge pull request #25277 from nextcloud/backport/25274/stable19
...
[stable19] Do not obtain userFolder of a federated user
2021-01-22 16:16:35 +01:00
Roeland Jago Douma
2f0948ed15
Do not obtain userFolder of a federated user
...
Federated shares are somewhat special. So we can't move the files from
the main user and we should try to get it from the intialized root
already.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-01-22 13:40:10 +00:00
Roeland Jago Douma
7f3faa7165
Merge pull request #25262 from nextcloud/backport/25255/stable19
...
[stable19] also use storage copy when dav copying directories
2021-01-22 14:37:04 +01:00