summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup/AbstractDatabase.php
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Install from migrationsJoas Schilling2017-07-251-4/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Start migrationsJoas Schilling2017-07-051-0/+9
| | | | | | | | | | Fixme: - Install and update of apps - No revert on live systems (debug only) - Service adjustment to our interface - Loading via autoloader Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-5/+5
| | | | | | * preparation for followup PRs to clean up the DB bootstrapping Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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
| | | | | Extended the database setup to store the database port. Changed the PostgreSQL connection error message for clarification.
* Update license headersLukas Reschke2016-05-261-0/+1
|
* Move \OC\Repair to PSR-4Roeland Jago Douma2016-04-221-0/+99