Nextcloud bot
044c535a7a
[tx-robot] updated from transifex
2021-02-21 02:40:24 +00:00
Nextcloud bot
65cbd7498b
[tx-robot] updated from transifex
2021-02-19 02:21:21 +00:00
Roeland Jago Douma
9f0f913271
Merge pull request #25704 from nextcloud/backport/25700/stable19
...
[stable19] Initialize \OCP\AppFramework\Http\ZipResponse::$resources
2021-02-18 08:29:19 +01:00
Nextcloud bot
d6fd0d2286
[tx-robot] updated from transifex
2021-02-18 02:22:21 +00:00
Christoph Wurst
b147abe8e8
Initialize \OCP\AppFramework\Http\ZipResponse::$resources
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-02-17 21:33:23 +00:00
Roeland Jago Douma
23e3730a10
Merge pull request #25449 from nextcloud/backport/25393/stable19
...
[stable19] add repair job for unencoded group share uris
2021-02-17 21:05:16 +01:00
Arthur Schiwon
8315de942c
adjust applicable version
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-17 20:07:56 +01:00
Arthur Schiwon
1bb5314491
compatibility to Nc 19
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-17 17:26:18 +01:00
Arthur Schiwon
8f499b9c8a
add missing changes from backport source
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-17 17:25:41 +01:00
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
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
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
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
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
fcf358e0df
add repair job for unencoded calendars
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-02-02 20:48:39 +00:00
Nextcloud bot
5c8be9ac66
[tx-robot] updated from transifex
2021-02-02 02:20:16 +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
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
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
370e4c05dd
[tx-robot] updated from transifex
2021-01-27 02:21:06 +00:00
Nextcloud bot
ef771f54f3
[tx-robot] updated from transifex
2021-01-25 02:20:51 +00:00
Nextcloud bot
3d794c39b9
[tx-robot] updated from transifex
2021-01-22 02:20:15 +00:00
Nextcloud bot
3fbb1c4370
[tx-robot] updated from transifex
2021-01-21 02:20:56 +00:00
Roeland Jago Douma
34245f1911
Merge pull request #25194 from nextcloud/backport/25186/stable19
...
[stable19] Don't log keys on checkSignature
2021-01-19 09:34:46 +01:00
Nextcloud bot
947012e567
[tx-robot] updated from transifex
2021-01-19 02:21:06 +00:00
Joas Schilling
1de3cfd049
Don't log keys on checkSignature
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-01-18 21:28:32 +00:00
Nextcloud bot
7c13a6f31c
[tx-robot] updated from transifex
2021-01-18 02:19:48 +00:00
Nextcloud bot
00062c3543
[tx-robot] updated from transifex
2021-01-17 02:20:16 +00:00
Morris Jobke
1e8ae62c21
Merge pull request #25078 from nextcloud/backport/25034/stable19
...
[stable19] Make sure to do priority app upgrades first
2021-01-15 09:34:30 +01:00
Arthur Schiwon
b78ed6ea3f
CI satisfaction
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-15 00:53:48 +01:00
Arthur Schiwon
83b0b84c1f
DB: warn on parameter number constraints
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-01-15 00:53:37 +01:00
Nextcloud bot
004cacffca
[tx-robot] updated from transifex
2021-01-13 02:20:40 +00:00
Nextcloud bot
9845401931
[tx-robot] updated from transifex
2021-01-12 02:20:10 +00:00
Julius Härtl
16850b940f
Make sure to do priority app upgrades first
...
Otherwise those apps might not be loaded when the others app migrations
are running. The previous loading of authentication apps in the upgrade
step never worked as it just returns in maintenance mode
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-11 13:49:12 +00:00
Nextcloud bot
f5c98642f7
[tx-robot] updated from transifex
2021-01-11 02:20:14 +00:00
Nextcloud bot
c096999904
[tx-robot] updated from transifex
2021-01-09 02:21:55 +00:00
Nextcloud bot
2a5262b47b
[tx-robot] updated from transifex
2021-01-08 02:22:50 +00:00