Commit graph

17554 commits

Author SHA1 Message Date
Morris Jobke
d26c5103e6
Compress the appstore requests by default
In test it reduced the transfered data from 5 MB to 2 MB. This should reduce the load on the appstore significantly.

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 11:18:19 +02:00
Morris Jobke
f7b39e13a2
Cache appstore requests for 60 instead of 5 minutes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 11:18:19 +02:00
Nextcloud bot
d6fa810331
[tx-robot] updated from transifex 2020-05-20 02:16:38 +00:00
Nextcloud bot
6090c75d90
[tx-robot] updated from transifex 2020-05-19 02:17:20 +00:00
Morris Jobke
883e519608
Merge pull request #20994 from nextcloud/backport/19540/stable18
[stable18] Fix issues with Keystone auth v3 in files_external app
2020-05-18 11:52:12 +02:00
Nextcloud bot
fd4bf6fa50
[tx-robot] updated from transifex 2020-05-18 02:16:32 +00:00
Nextcloud bot
ecbd06cb6b
[tx-robot] updated from transifex 2020-05-17 02:17:08 +00:00
Nextcloud bot
02ccec2298
[tx-robot] updated from transifex 2020-05-16 02:17:24 +00:00
Julien Lutran
1a990b9487 Fix issues with Keystone auth v3 in files_external app
Signed-off-by: Julien Lutran <julien.lutran@corp.ovh.com>
2020-05-15 15:19:36 +00:00
Roeland Jago Douma
62950e9f9b
Merge pull request #20955 from nextcloud/httpcache-18
[stable18] Proxy server could cache http response when it is not private
2020-05-15 08:18:49 +02:00
Nextcloud bot
c485215ca4
[tx-robot] updated from transifex 2020-05-15 02:17:29 +00:00
Nextcloud bot
4004cbc305
[tx-robot] updated from transifex 2020-05-14 02:16:48 +00:00
Clement Wong
33e1a04601 Proxy server could cache http response when it is not private
Signed-off-by: Clement Wong <git@clement.hk>
2020-05-13 14:40:02 +02:00
Nextcloud bot
b93b71dcb1
[tx-robot] updated from transifex 2020-05-13 02:16:36 +00:00
Morris Jobke
de4a71c915
Merge pull request #20574 from nextcloud/backport/16035/stable18
[stable18] dont show remote and email options if we have an exact match for local user email
2020-05-12 21:05:58 +02:00
Robin Appelman
e26c055fb4
dont show remote and email options if we have an exact match for local user email
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-12 16:30:48 +02:00
Roeland Jago Douma
3142054de6
Merge pull request #20877 from nextcloud/backport/20719/stable18
[stable18] Fix languages empty array
2020-05-12 13:41:09 +02:00
Nextcloud bot
1046d4b145
[tx-robot] updated from transifex 2020-05-12 02:16:21 +00:00
Roeland Jago Douma
30a7c4fb6e
Merge pull request #20924 from nextcloud/backport/20915/stable18
[stable18] Use random_bytes
2020-05-11 21:00:28 +02:00
Roeland Jago Douma
394ca6f7ce
Merge pull request #20774 from nextcloud/backport/19743/stable18
[stable18] dont try to update storage mtime if we can't get the mtime
2020-05-11 16:43:47 +02:00
GretaD
d8338275c8 Fix languages empty array
Signed-off-by: GretaD <gretadoci@gmail.com>
2020-05-11 15:04:01 +02:00
Roeland Jago Douma
b02a79b327 Use random_bytes
Since we don't care if it is human readbale.
The code is backwards compatible with the old format.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-11 12:24:59 +00:00
Nextcloud bot
7727e0d4b8
[tx-robot] updated from transifex 2020-05-11 02:16:21 +00:00
Nextcloud bot
7456d67df0
[tx-robot] updated from transifex 2020-05-09 02:16:46 +00:00
Nextcloud bot
d460f4fc5a
[tx-robot] updated from transifex 2020-05-08 02:16:16 +00:00
Robin Appelman
3998f94ec0 dont try to update storage mtime if we can't get the mtime
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-05-01 16:22:50 +00:00
Roeland Jago Douma
de43edca3b
Merge pull request #20763 from nextcloud/backport/20710/stable18
[stable18] Fix Argon2 options checks
2020-05-01 14:43:26 +02:00
MichaIng
e5f1523577 Fix Argon2 options checks
The minimum for memory cost is 8 KiB per thread. Threads must be checked and set first to allow checking against the correct memory cost mimimum.
Options are now applied the following way:
- If config.php contains the setting with an integer higher or equal to the minimum, it is applied.
- If config.php contains the setting with an integer lower than the minimum, the minimum is applied.
- If config.php does not contain the setting or with no integer value, the PHP default is applied.

Signed-off-by: MichaIng <micha@dietpi.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-01 09:37:24 +00:00
Roeland Jago Douma
7b0819c511
Allow specifying a default expiration date
This overrides the max expiration date.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-05-01 09:14:25 +02:00
Nextcloud bot
e8976b8e34
[tx-robot] updated from transifex 2020-05-01 02:16:58 +00:00
Nextcloud bot
f5da6c8f7a
[tx-robot] updated from transifex 2020-04-30 02:17:21 +00:00
Tekhnee
7c1abc54db Adhere to EMailTemplate interface in constructor call.
Email creation appears to have been refactored lately but it looks like custom template-based emails were left out.

Signed-off-by: Tekhnee <info@tekhnee.org>
2020-04-27 09:12:40 +00:00
Nextcloud bot
12ca86d8e2
[tx-robot] updated from transifex 2020-04-25 02:16:13 +00:00
Nextcloud bot
7fe5c516b5
[tx-robot] updated from transifex 2020-04-24 02:28:07 +00:00
Nextcloud bot
1e3698c8cf
[tx-robot] updated from transifex 2020-04-22 02:17:16 +00:00
Nextcloud bot
2cf8fab366
[tx-robot] updated from transifex 2020-04-21 02:16:49 +00:00
Roeland Jago Douma
fc09807ae6
Merge pull request #20512 from nextcloud/backport/20246/stable18
[stable18] Provide the proper language to the mailer
2020-04-20 20:31:30 +02:00
Nextcloud bot
e8f69b45eb
[tx-robot] updated from transifex 2020-04-20 02:16:22 +00:00
Roeland Jago Douma
7550043371
Provide the proper language to the mailer
Else we can't properly translate the footer in the recipients e-mail
language.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-04-18 11:37:05 +02:00
Nextcloud bot
46149ab80b
[tx-robot] updated from transifex 2020-04-18 02:16:37 +00:00
Arthur Schiwon
249d3a828c fix credentialsManager documentation and ensure userId to be used as string
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-16 09:54:49 +00:00
Nextcloud bot
73ef2f3e86
[tx-robot] updated from transifex 2020-04-16 02:17:41 +00:00
Roeland Jago Douma
65c6680e86
Merge pull request #20483 from nextcloud/backport/19936/stable18
[stable18] Handle unset owner in sharing
2020-04-15 20:20:29 +02:00
Robin Appelman
adf88bb418 Close the streams in writeStream even when there is an exception
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-15 08:49:53 +00:00
Joas Schilling
a717b38576 Handle unset owner in sharing
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14 18:37:12 +00:00
Morris Jobke
276a650d0f
Merge pull request #20163 from nextcloud/backport/19782/stable18
[stable18] Use global used space in quota wrappen when external storage is included
2020-04-14 14:08:20 +02:00
Roeland Jago Douma
734c1a4649
Merge pull request #20334 from nextcloud/backport/20284/stable18
[stable18] Properly catch NoUserException during upload cleanup
2020-04-14 10:59:24 +02:00
Nextcloud bot
b6e3512ab5
[tx-robot] updated from transifex 2020-04-14 02:16:59 +00:00
Nextcloud bot
1d27b80ac3
[tx-robot] updated from transifex 2020-04-13 02:19:54 +00:00
Nextcloud bot
b5aa8d0b0b
[tx-robot] updated from transifex 2020-04-11 02:18:47 +00:00