aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks/SupportedDatabase.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor(SetupCheck): Make mariadb and mysql version variablesFerdinand Thiessen2024-06-271-5/+37
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): Adjust SetupCheck for supported database versionsFerdinand Thiessen2024-06-271-8/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-21/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: oops vendor string embedded in versionJosh Richards2024-05-101-5/+5
| | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* fix: only compare major version of pgsqlJosh Richards2024-05-101-0/+3
| | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* fix: refactor postgresql check to match mariadb/mysqlJosh Richards2024-05-101-1/+2
| | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* fix: only compare minor mariadb version differencesJosh Richards2024-05-101-1/+3
| | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* fix(setupChecks): update db version checksJosh Richards2024-05-101-6/+6
| | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-071-1/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Correct a typoValdnet2023-11-211-1/+1
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Improve setup checks naming and improve database version checkCôme Chilliet2023-10-241-38/+32
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Change SetupResult API to named constructorsCôme Chilliet2023-10-191-4/+4
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Move existing setup checks to new APICôme Chilliet2023-10-191-36/+19
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Refactors "strpos" calls in /apps/settings to improve code readability.Faraz Samapoor2023-06-051-1/+1
| | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* adjust wording for database checksszaimen2022-05-161-3/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Fix for #26526ZitronePlus2021-06-301-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 licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Mention MariaDB in MySQL support warningClaas Augner2021-04-091-1/+1
|
* Fix casing of MySQLPlatform class nameVincent Petry2021-01-121-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 Jobke2021-01-081-0/+112
next major release Signed-off-by: Morris Jobke <hey@morrisjobke.de>