Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(SetupCheck): Make mariadb and mysql version variables | Ferdinand Thiessen | 2024-06-27 | 1 | -5/+37 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | fix(settings): Adjust SetupCheck for supported database versions | Ferdinand Thiessen | 2024-06-27 | 1 | -8/+10 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-03 | 1 | -21/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix: oops vendor string embedded in version | Josh Richards | 2024-05-10 | 1 | -5/+5 |
| | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | fix: only compare major version of pgsql | Josh Richards | 2024-05-10 | 1 | -0/+3 |
| | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | fix: refactor postgresql check to match mariadb/mysql | Josh Richards | 2024-05-10 | 1 | -1/+2 |
| | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | fix: only compare minor mariadb version differences | Josh Richards | 2024-05-10 | 1 | -1/+3 |
| | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | fix(setupChecks): update db version checks | Josh Richards | 2024-05-10 | 1 | -6/+6 |
| | | | | Signed-off-by: Josh Richards <josh.t.richards@gmail.com> | ||||
* | Merge SQlite warning to existing SupportedDatabase setup check | Côme Chilliet | 2023-12-07 | 1 | -1/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Correct a typo | Valdnet | 2023-11-21 | 1 | -1/+1 |
| | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> | ||||
* | Improve setup checks naming and improve database version check | Côme Chilliet | 2023-10-24 | 1 | -38/+32 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Change SetupResult API to named constructors | Côme Chilliet | 2023-10-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Move existing setup checks to new API | Côme Chilliet | 2023-10-19 | 1 | -36/+19 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Refactors "strpos" calls in /apps/settings to improve code readability. | Faraz Samapoor | 2023-06-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com> | ||||
* | adjust wording for database checks | szaimen | 2022-05-16 | 1 | -3/+3 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | 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 | 1 | -2/+3 |
| | | | | 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> |