Commit graph

17261 commits

Author SHA1 Message Date
Nextcloud bot
e64f2c6834
[tx-robot] updated from transifex 2020-05-21 02:17:46 +00:00
Morris Jobke
2e41b6f83c
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:19:42 +02:00
Morris Jobke
8b2d609a6a
Cache appstore requests for 60 instead of 5 minutes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 11:19:42 +02:00
Nextcloud bot
a075be51ef
[tx-robot] updated from transifex 2020-05-20 02:16:47 +00:00
Nextcloud bot
a2a183fcb3
[tx-robot] updated from transifex 2020-05-19 02:17:29 +00:00
Nextcloud bot
14aa9ae1e5
[tx-robot] updated from transifex 2020-05-18 02:16:44 +00:00
Nextcloud bot
b4287fbf7c
[tx-robot] updated from transifex 2020-05-17 02:17:17 +00:00
Nextcloud bot
6a6dc52d46
[tx-robot] updated from transifex 2020-05-16 02:17:36 +00:00
Nextcloud bot
539909fed4
[tx-robot] updated from transifex 2020-05-15 02:17:38 +00:00
Nextcloud bot
377c68128e
[tx-robot] updated from transifex 2020-05-14 02:16:58 +00:00
Nextcloud bot
f72185451a
[tx-robot] updated from transifex 2020-05-13 02:16:45 +00:00
Nextcloud bot
7774315bc9
[tx-robot] updated from transifex 2020-05-12 02:16:31 +00:00
Roeland Jago Douma
3c7cd001cd
Merge pull request #20925 from nextcloud/backport/20915/stable17
[stable17] Use random_bytes
2020-05-11 21:00:39 +02:00
Roeland Jago Douma
c76487e6c0
Merge pull request #20775 from nextcloud/backport/19743/stable17
[stable17] dont try to update storage mtime if we can't get the mtime
2020-05-11 16:43:44 +02:00
Roeland Jago Douma
8fabe71710 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:27:06 +00:00
Nextcloud bot
a1960e58ef
[tx-robot] updated from transifex 2020-05-11 02:16:30 +00:00
Nextcloud bot
373079c1e8
[tx-robot] updated from transifex 2020-05-09 02:16:58 +00:00
Nextcloud bot
23fb63daeb
[tx-robot] updated from transifex 2020-05-08 02:16:25 +00:00
Robin Appelman
8a027c3fb3 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:59 +00:00
MichaIng
c9ce1197c4 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:39:03 +00:00
Nextcloud bot
00c3fb93ba
[tx-robot] updated from transifex 2020-05-01 02:17:07 +00:00
Nextcloud bot
f33923c8e8
[tx-robot] updated from transifex 2020-04-30 02:17:30 +00:00
Tekhnee
00e7d079c8 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:14:22 +00:00
Nextcloud bot
4ced9f0ab8
[tx-robot] updated from transifex 2020-04-25 02:16:22 +00:00
Nextcloud bot
8e86a459ee
[tx-robot] updated from transifex 2020-04-24 02:28:18 +00:00
Nextcloud bot
4534b197f6
[tx-robot] updated from transifex 2020-04-22 02:17:25 +00:00
Nextcloud bot
2010a66802
[tx-robot] updated from transifex 2020-04-21 02:16:58 +00:00
Roeland Jago Douma
bdcaff0f48
Merge pull request #20513 from nextcloud/backport/20246/stable17
[stable17] Provide the proper language to the mailer
2020-04-20 22:32:41 +02:00
Roeland Jago Douma
1fa8a8e484
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-20 22:21:19 +02:00
Nextcloud bot
6bb8ad510e
[tx-robot] updated from transifex 2020-04-20 02:16:30 +00:00
Roeland Jago Douma
01b275e283
Merge pull request #20517 from nextcloud/backport/20505/stable17
[stable17] do not advertise nulled userId for for systemwide credentials
2020-04-18 11:24:19 +02:00
Nextcloud bot
a27b61a0c7
[tx-robot] updated from transifex 2020-04-18 02:16:45 +00:00
Arthur Schiwon
e7754ddb2c fix credentialsManager documentation and ensure userId to be used as string
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-16 09:56:25 +00:00
Nextcloud bot
112a3487c5
[tx-robot] updated from transifex 2020-04-16 02:17:50 +00:00
Roeland Jago Douma
20b11b8beb
Merge pull request #20494 from nextcloud/backport/20361/stable17
[stable17] Close the streams in `writeStream` even when there is an exception
2020-04-15 21:12:25 +02:00
Robin Appelman
f72a44525a Close the streams in writeStream even when there is an exception
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-15 08:51:39 +00:00
Joas Schilling
58d5e89898 Handle unset owner in sharing
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14 18:37:18 +00:00
Morris Jobke
d29658f046
Merge pull request #20164 from nextcloud/backport/19782/stable17
[stable17] Use global used space in quota wrappen when external storage is included
2020-04-14 13:59:48 +02:00
Nextcloud bot
c9c9b66399
[tx-robot] updated from transifex 2020-04-14 02:17:07 +00:00
Nextcloud bot
8975c02eb8
[tx-robot] updated from transifex 2020-04-13 02:20:02 +00:00
Nextcloud bot
fb8e313909
[tx-robot] updated from transifex 2020-04-11 02:18:55 +00:00
Nextcloud bot
13ac4c9c0d
[tx-robot] updated from transifex 2020-04-10 02:18:43 +00:00
Nextcloud bot
fa33278033
[tx-robot] updated from transifex 2020-04-09 02:18:45 +00:00
Nextcloud bot
d8e733d229
[tx-robot] updated from transifex 2020-04-08 02:19:04 +00:00
Nextcloud bot
fba9a3b2d5
[tx-robot] updated from transifex 2020-04-07 02:18:28 +00:00
Nextcloud bot
84abc7c6a3
[tx-robot] updated from transifex 2020-04-06 02:18:21 +00:00
Nextcloud bot
11f7892107
[tx-robot] updated from transifex 2020-04-05 02:18:21 +00:00
Nextcloud bot
6fa10f377a
[tx-robot] updated from transifex 2020-04-04 02:18:09 +00:00
Nextcloud bot
51843cbf9f
[tx-robot] updated from transifex 2020-04-03 12:08:38 +00:00
Robin Appelman
f857acf4ab Dont always use the current users quota when calculating storage info
instead pass the quota as parameter.

Without this fix, when 'quota_include_external_storage' is enabled, the
webui will show the quota configured for the admin for every user
instead of the users quota

Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-04-01 12:26:35 +00:00