summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup/OCI.php
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Correct error messagesValdnet2022-09-161-3/+3
| | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add more previous exceptions to database setup codeMorris Jobke2021-01-071-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersMorris Jobke2017-11-061-2/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* cleanup oci setup codeRobin Appelman2017-09-061-173/+22
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Install from migrationsJoas Schilling2017-07-251-8/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix translationsJoas Schilling2017-04-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* use the same oci connectstring in all code pathsRobin Appelman2017-04-101-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-4/+4
| | | | | | * preparation for followup PRs to clean up the DB bootstrapping Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix othersJoas Schilling2016-07-211-3/+5
|
* Changed the input option for database-port to required when parameter was ↵Thomas Pulzer2016-07-061-2/+2
| | | | | | provided. Added casting database port to int for input sanitation in pgsql and oci connections.
* Added occ install option for database-port.Thomas Pulzer2016-07-061-1/+3
| | | | | 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/+265