Commit Graph

16977 Commits

Author SHA1 Message Date
Morris Jobke 586052aba6
Make the database user backend cache case insensitive like the DB table
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2021-05-27 15:35:07 +02:00
Nextcloud bot 2602181851
[tx-robot] updated from transifex 2020-06-03 02:16:45 +00:00
Nextcloud bot f6914b5037
[tx-robot] updated from transifex 2020-06-01 02:16:27 +00:00
Nextcloud bot 864135c02c
[tx-robot] updated from transifex 2020-05-30 02:16:32 +00:00
Nextcloud bot 5356f900fb
[tx-robot] updated from transifex 2020-05-27 02:16:38 +00:00
Nextcloud bot e2d490abf0
[tx-robot] updated from transifex 2020-05-25 02:16:48 +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 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
Nextcloud bot 09de3caf9e
[tx-robot] updated from transifex 2020-05-15 02:17:47 +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 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
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
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 ef2dd3e41a
[tx-robot] updated from transifex 2020-04-25 02:16:30 +00:00
Nextcloud bot 0bd91e2b16
[tx-robot] updated from transifex 2020-04-24 02:28:26 +00: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
Nextcloud bot 9eea27efcd
[tx-robot] updated from transifex 2020-04-22 02:17:33 +00:00
J0WI 10081802f6 Fix MariaDB/MySQL version check
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-04-21 22:37:36 +02:00
Nextcloud bot 474fae352d
[tx-robot] updated from transifex 2020-04-21 02:17:06 +00:00
Nextcloud bot a048c9357a
[tx-robot] updated from transifex 2020-04-20 02:16:38 +00:00
Roeland Jago Douma 33d472c72a
Merge pull request #20518 from nextcloud/backport/20505/stable16
[stable16] do not advertise nulled userId for for systemwide credentials
2020-04-18 11:24:07 +02:00
Nextcloud bot 71090ff59d
[tx-robot] updated from transifex 2020-04-18 02:16:53 +00:00
Arthur Schiwon db32aeb99d fix credentialsManager documentation and ensure userId to be used as string
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-04-16 09:58:03 +00:00
Nextcloud bot 8d19ed5b46
[tx-robot] updated from transifex 2020-04-16 02:17:58 +00:00
Joas Schilling f36ba8bb01
Do not allow installing on MySQL 8.0+ and MariaDB 10.4+
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14 11:02:14 +02:00
Joas Schilling 6e892c0db6
Split the exception handling so install errors don't log as setup errors
More gebuging

Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14 11:02:14 +02:00
Joas Schilling b48daab731
Check the new connection on setup like with PostgreSQL and Oracle
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14 11:02:14 +02:00
Joas Schilling 07e7f79a8e
Only provide the auth method for MySQL 8.0+ to not break MariaDB
Provide the auth method for MySQL 8.0+

Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-14 11:02:14 +02:00
Nextcloud bot fd57cbca55
[tx-robot] updated from transifex 2020-04-14 02:17:15 +00:00
Nextcloud bot e7a1ef793a
[tx-robot] updated from transifex 2020-04-13 02:20:10 +00:00
Nextcloud bot f11cb2e22f
[tx-robot] updated from transifex 2020-04-11 02:19:03 +00:00
Nextcloud bot 830a8b25c1
[tx-robot] updated from transifex 2020-04-10 02:18:51 +00:00
Nextcloud bot 5d03800141
[tx-robot] updated from transifex 2020-04-09 02:18:53 +00:00
Nextcloud bot 618d3bf607
[tx-robot] updated from transifex 2020-04-08 02:19:12 +00:00
Nextcloud bot 973f99977d
[tx-robot] updated from transifex 2020-04-07 02:18:36 +00:00
Nextcloud bot a19f3536bc
[tx-robot] updated from transifex 2020-04-06 02:18:29 +00:00
Nextcloud bot 613b3907da
[tx-robot] updated from transifex 2020-04-05 02:18:29 +00:00