Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(CardDAV): only run upgrade sync if 1000 users or less | Anna Larch | 2023-08-27 | 1 | -0/+46 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | adjust wording for database checks | szaimen | 2022-05-16 | 1 | -3/+3 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | Setup warning for invalid LDAP user or group UUIDs. | Arthur Schiwon | 2022-02-10 | 1 | -0/+69 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Fix a few psalm issues and moved back to psalm/phar 4.18 | Carl Schwan | 2022-01-12 | 1 | -4/+1 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | Fix for #26526 | ZitronePlus | 2021-06-30 | 1 | -1/+1 |
| | | | | | fix for sql query replaced double quotes with single quotes. Query should now also work for dbs with sql_mode including "ANSI" and "ANSI_QUOTES" | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 5 | -10/+7 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Mention MariaDB in MySQL support warning | Claas Augner | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | Fix casing of MySQLPlatform class name | Vincent Petry | 2021-01-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Add setup check to verify that the used DB version is still supported in the ↵ | Morris Jobke | 2021-01-08 | 1 | -0/+112 |
| | | | | | | next major release Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add a background job that checks for potential user imported SSL ↵ | Morris Jobke | 2020-11-03 | 1 | -0/+80 |
| | | | | | | certificates and shows a warning in the admin settings Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 3 | -4/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add setup check that links to the migration documentation | Morris Jobke | 2020-08-19 | 1 | -0/+63 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add setup checks for php default charset and output buffering. | Daniel Kesselberg | 2020-07-26 | 2 | -0/+85 |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> |