aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/Maintenance/Install.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-261-27/+3
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
* feat: rename users to account or personVincent Petry2024-02-131-3/+3
* chore: Cleanup Installer class as wellCôme Chilliet2024-01-291-3/+2
* fix: Use DI for Setup class and move away from deprecated methodsCôme Chilliet2024-01-291-13/+5
* fix(install): Make installing more verboseJoas Schilling2023-11-031-1/+12
* Uses PHP8's constructor property promotion in core/Command/Maintenance classes.Faraz Samapoor2023-06-191-6/+4
* list supported databases when provided db isn't supportedRobin Appelman2023-05-041-1/+1
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Rename canInstallExists method and add new method for removalAlex Harpin2023-01-101-1/+1
* Log a warning to CLI install command if CAN_INSTALL is not removedAlex Harpin2023-01-101-0/+3
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-5/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Fix unit testsJoas Schilling2021-04-271-1/+2
* Add more previous exceptions to database setup codeMorris Jobke2021-01-071-0/+1
* Print an exception trace for setup exceptionsChristoph Wurst2021-01-071-3/+19
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+0
* Don't use deprecated getIniWrapper() anymoreJoas Schilling2020-08-201-5/+7
* Add return value to all commandsJoas Schilling2020-06-261-1/+1
* Remove db prefix option from cli install commandJoas Schilling2020-05-261-7/+0
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Correctly append the port to the host so it's written to the config correctlyJoas Schilling2020-02-051-1/+4
* Update license headersChristoph Wurst2019-12-051-1/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Validate email in occ commandDaniel Kesselberg2018-10-021-0/+4
* Add --admin-email to cli installerDaniel Kesselberg2018-10-021-0/+3
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Get the Installer via DIMorris Jobke2017-11-251-3/+10
* Update license headersMorris Jobke2017-11-061-0/+2
* Allow to specify the table space on occJoas Schilling2017-08-021-0/+4
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-1/+2
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-3/+3
* Move install over to QuestionHelperRoeland Jago Douma2016-09-061-14/+14
* ownCloud -> NextcloudDaniel Hansson2016-07-281-3/+3
* Fix othersJoas Schilling2016-07-211-1/+5
* Use the themed Defaults everywhereJoas Schilling2016-07-151-1/+1
* Changed the input option for database-port to required when parameter was pro...Thomas Pulzer2016-07-061-1/+1
* Added occ install option for database-port.Thomas Pulzer2016-07-061-0/+3
* Allow empty host when installing on oracle via CLI (#25034)Jörn Friedrich Dreyer2016-06-101-1/+6
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-0/+178