aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Setup/AbstractDatabase.php
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-7/+7
* chore: Add SPDX headerAndy Scherzinger2024-05-241-25/+4
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-2/+2
* fix: Avoid using replicas during setupJulius Härtl2023-12-281-3/+5
* enh: Implement PrimaryReadReplicaConnectionJulius Härtl2023-12-161-1/+1
* fix(install): Make installing more verboseJoas Schilling2023-11-031-2/+3
* Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* add option to disable db user creation trough environment variableRobin Appelman2023-02-211-0/+6
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* l10n: Correct error messagesValdnet2022-09-161-4/+4
* Rename userName to username to align with child classesDaniel Kesselberg2022-05-191-2/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Less ILoggerJoas Schilling2021-04-271-3/+3
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-2/+3
* Revert "Revert "Installation goes brrrr""Joas Schilling2020-11-111-1/+1
* Revert "Installation goes brrrr"Christoph Wurst2020-11-111-1/+1
* Only update the schema when we install anywayJoas Schilling2020-11-111-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-3/+3
* Update license headers for 19Christoph Wurst2020-04-291-1/+0
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+4
* Use elseif instead of else ifChristoph Wurst2020-04-101-3/+3
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-7/+7
* Update license headersChristoph Wurst2019-12-051-1/+1
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Update license headersMorris Jobke2017-11-061-0/+2
* Install from migrationsJoas Schilling2017-07-251-4/+1
* Start migrationsJoas Schilling2017-07-051-0/+9
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-5/+5
* handle postgres setup when we cant connect as adminRobin Appelman2016-12-051-0/+1
* Move away from OC_L10NRoeland Jago Douma2016-10-281-2/+3
* Fixing ctor callThomas Müller2016-10-191-1/+1
* revert to old setup connection logicRobin Appelman2016-07-261-10/+26
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+5
* use pdo for postgres setupRobin Appelman2016-07-121-2/+3
* Remove duplicate database connect logic in mysql setupRobin Appelman2016-07-121-1/+21
* Added occ install option for database-port.Thomas Pulzer2016-07-061-0/+5
* Update license headersLukas Reschke2016-05-261-0/+1
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-221-0/+99