aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks/SupportedDatabase.php
Commit message (Expand)AuthorAgeFilesLines
* refactor(SetupCheck): Make mariadb and mysql version variablesFerdinand Thiessen2024-06-271-5/+37
* fix(settings): Adjust SetupCheck for supported database versionsFerdinand Thiessen2024-06-271-8/+10
* chore: Add SPDX headerAndy Scherzinger2024-06-031-21/+2
* fix: oops vendor string embedded in versionJosh Richards2024-05-101-5/+5
* fix: only compare major version of pgsqlJosh Richards2024-05-101-0/+3
* fix: refactor postgresql check to match mariadb/mysqlJosh Richards2024-05-101-1/+2
* fix: only compare minor mariadb version differencesJosh Richards2024-05-101-1/+3
* fix(setupChecks): update db version checksJosh Richards2024-05-101-6/+6
* Merge SQlite warning to existing SupportedDatabase setup checkCôme Chilliet2023-12-071-1/+6
* Correct a typoValdnet2023-11-211-1/+1
* Improve setup checks naming and improve database version checkCôme Chilliet2023-10-241-38/+32
* Change SetupResult API to named constructorsCôme Chilliet2023-10-191-4/+4
* Move existing setup checks to new APICôme Chilliet2023-10-191-36/+19
* Refactors "strpos" calls in /apps/settings to improve code readability.Faraz Samapoor2023-06-051-1/+1
* adjust wording for database checksszaimen2022-05-161-3/+3
* Fix for #26526ZitronePlus2021-06-301-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+3
* Mention MariaDB in MySQL support warningClaas Augner2021-04-091-1/+1
* Fix casing of MySQLPlatform class nameVincent Petry2021-01-121-2/+2
* Add setup check to verify that the used DB version is still supported in the ...Morris Jobke2021-01-081-0/+112