Commit graph

50112 commits

Author SHA1 Message Date
Nextcloud bot
e2d490abf0
[tx-robot] updated from transifex 2020-05-25 02:16:48 +00:00
Nextcloud bot
1c935bc8da
[tx-robot] updated from transifex 2020-05-24 02:16:20 +00:00
Nextcloud bot
dadabb9a2e
[tx-robot] updated from transifex 2020-05-23 02:16:48 +00:00
Nextcloud bot
db71d044ae
[tx-robot] updated from transifex 2020-05-22 02:17:49 +00:00
Nextcloud bot
af3ac9c9ac
[tx-robot] updated from transifex 2020-05-21 02:17:54 +00:00
Morris Jobke
9ad2b2fce4
Merge pull request #21056 from nextcloud/backport/21050/stable16
[stable16] Caching and compression for app store requests
2020-05-20 13:27:53 +02:00
Morris Jobke
758f343513
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:20:56 +02:00
Morris Jobke
daebc05171
Cache appstore requests for 60 instead of 5 minutes
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-05-20 11:20:56 +02:00
Nextcloud bot
ac9c0ea10d
[tx-robot] updated from transifex 2020-05-20 02:16:55 +00:00
Nextcloud bot
9e8e1fde93
[tx-robot] updated from transifex 2020-05-19 02:17:38 +00:00
Nextcloud bot
ca969ded18
[tx-robot] updated from transifex 2020-05-18 02:16:54 +00:00
Nextcloud bot
b3a4a161fe
[tx-robot] updated from transifex 2020-05-17 02:17:25 +00:00
Nextcloud bot
63869de5d3
[tx-robot] updated from transifex 2020-05-16 02:17:45 +00:00
Roeland Jago Douma
fd254fb3a7
Merge pull request #20968 from nextcloud/dependabot/npm_and_yarn/build/stable16/handlebars-4.6.0
[Security] Bump handlebars from 4.1.1 to 4.6.0 in /build
2020-05-15 08:11:48 +02:00
Nextcloud bot
09de3caf9e
[tx-robot] updated from transifex 2020-05-15 02:17:47 +00:00
dependabot-preview[bot]
6a5aaa8f5e
[Security] Bump handlebars from 4.1.1 to 4.6.0 in /build
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.1 to 4.6.0. **This update includes security fixes.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.1...v4.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-14 09:01:23 +00:00
Nextcloud bot
b62989e6dc
[tx-robot] updated from transifex 2020-05-14 02:17:08 +00:00
Nextcloud bot
2676453f1f
[tx-robot] updated from transifex 2020-05-13 02:16:53 +00:00
Nextcloud bot
f5bd253436
[tx-robot] updated from transifex 2020-05-12 02:16:40 +00:00
Nextcloud bot
13a7f9835a
[tx-robot] updated from transifex 2020-05-11 02:16:39 +00:00
Nextcloud bot
79505af588
[tx-robot] updated from transifex 2020-05-10 02:16:28 +00:00
Nextcloud bot
f1d7f21022
[tx-robot] updated from transifex 2020-05-09 02:17:09 +00:00
Nextcloud bot
8e351e5650
[tx-robot] updated from transifex 2020-05-08 02:16:33 +00:00
Nextcloud bot
f049b87dbb
[tx-robot] updated from transifex 2020-05-07 02:16:40 +00:00
Nextcloud bot
2a701212af
[tx-robot] updated from transifex 2020-05-06 02:16:57 +00:00
Nextcloud bot
7fcd007912
[tx-robot] updated from transifex 2020-05-05 02:16:42 +00:00
Morris Jobke
a395e4e69e
Merge pull request #20810 from nextcloud/backport/20807/stable16
[stable16] clarified trash bin retention by storage shortage override in config.sample.php
2020-05-04 14:06:53 +02:00
Sascha Wiswedel
12b7c0bfcd clarified trash bin retention by storage shortage override
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2020-05-04 11:45:39 +00:00
Nextcloud bot
6b4f1a6966
[tx-robot] updated from transifex 2020-05-04 02:16:44 +00:00
Nextcloud bot
e8c2589612
[tx-robot] updated from transifex 2020-05-03 02:16:42 +00:00
Nextcloud bot
4fa3ab042e
[tx-robot] updated from transifex 2020-05-02 02:17:01 +00:00
Roeland Jago Douma
694f3e0cea
Merge pull request #20765 from nextcloud/backport/20710/stable16
[stable16] Fix Argon2 options checks
2020-05-01 14:42:54 +02:00
John Molakvoæ
4cc06f1333
Merge pull request #20758 from nextcloud/backport/20751/stable16 2020-05-01 13:54:19 +02:00
MichaIng
b7f2f9307b 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:28 +00:00
John Molakvoæ (skjnldsv)
9a65d20282 Fix public layout header title & description
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-05-01 07:09:14 +00:00
Nextcloud bot
4e334dd42c
[tx-robot] updated from transifex 2020-05-01 02:17:16 +00:00
Nextcloud bot
c6c726c240
[tx-robot] updated from transifex 2020-04-30 02:17:38 +00:00
Nextcloud bot
be94d0a8f0
[tx-robot] updated from transifex 2020-04-29 02:17:21 +00:00
Nextcloud bot
87814a3670
[tx-robot] updated from transifex 2020-04-28 02:16:49 +00:00
Nextcloud bot
e9d0dab646
[tx-robot] updated from transifex 2020-04-27 02:16:39 +00:00
Nextcloud bot
6e0b0c50a8
[tx-robot] updated from transifex 2020-04-26 02:16:38 +00:00
Nextcloud bot
ef2dd3e41a
[tx-robot] updated from transifex 2020-04-25 02:16:30 +00:00
Morris Jobke
10b7463468
Merge pull request #20604 from nextcloud/backport/20595/stable16
[stable16] Fix IE11 upload fallback methods
2020-04-24 07:36:41 +02:00
Nextcloud bot
0bd91e2b16
[tx-robot] updated from transifex 2020-04-24 02:28:26 +00:00
Morris Jobke
46b9c8ebb5
Merge pull request #20621 from nextcloud/backport/20470/stable16-fix/noid/karma-coverage
[stable16] Fix jsunit tests
2020-04-23 22:07:09 +02:00
Daniel Kesselberg
646e79dd6c Fix jsunit tests
JSUnit tests are failing for some reason. It seems to be related to a new karma-coverage version published a few hours ago.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-04-23 20:28:35 +02:00
Nextcloud bot
d0a9a5dd47
[tx-robot] updated from transifex 2020-04-23 02:17:22 +00:00
John Molakvoæ (skjnldsv)
b417f92e8e Fix IE11 upload fallback methods
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-04-22 20:13:23 +00:00
Roeland Jago Douma
c42a88e410
Merge pull request #20582 from nextcloud/version/16.0.10/final
16.0.10
2020-04-22 21:25:37 +02:00
John Molakvoæ
15788b1605
Merge pull request #20590 from J0WI/fix-mysql-setup
[stable16] Fix MariaDB/MySQL version check
2020-04-22 08:15:31 +02:00