| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(l10n): Improve english source strings | Joas Schilling | 2025-02-26 | 1 | -1/+1 |
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-26 | 1 | -27/+3 |
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -2/+2 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -3/+3 |
* | chore: Cleanup Installer class as well | Côme Chilliet | 2024-01-29 | 1 | -3/+2 |
* | fix: Use DI for Setup class and move away from deprecated methods | Côme Chilliet | 2024-01-29 | 1 | -13/+5 |
* | fix(install): Make installing more verbose | Joas Schilling | 2023-11-03 | 1 | -1/+12 |
* | Uses PHP8's constructor property promotion in core/Command/Maintenance classes. | Faraz Samapoor | 2023-06-19 | 1 | -6/+4 |
* | list supported databases when provided db isn't supported | Robin Appelman | 2023-05-04 | 1 | -1/+1 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | Rename canInstallExists method and add new method for removal | Alex Harpin | 2023-01-10 | 1 | -1/+1 |
* | Log a warning to CLI install command if CAN_INSTALL is not removed | Alex Harpin | 2023-01-10 | 1 | -0/+3 |
* | Update core to PHP 7.4 standard | Carl Schwan | 2022-05-20 | 1 | -5/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Fix unit tests | Joas Schilling | 2021-04-27 | 1 | -1/+2 |
* | Add more previous exceptions to database setup code | Morris Jobke | 2021-01-07 | 1 | -0/+1 |
* | Print an exception trace for setup exceptions | Christoph Wurst | 2021-01-07 | 1 | -3/+19 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -1/+0 |
* | Don't use deprecated getIniWrapper() anymore | Joas Schilling | 2020-08-20 | 1 | -5/+7 |
* | Add return value to all commands | Joas Schilling | 2020-06-26 | 1 | -1/+1 |
* | Remove db prefix option from cli install command | Joas Schilling | 2020-05-26 | 1 | -7/+0 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Correctly append the port to the host so it's written to the config correctly | Joas Schilling | 2020-02-05 | 1 | -1/+4 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Validate email in occ command | Daniel Kesselberg | 2018-10-02 | 1 | -0/+4 |
* | Add --admin-email to cli installer | Daniel Kesselberg | 2018-10-02 | 1 | -0/+3 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -3/+10 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Allow to specify the table space on occ | Joas Schilling | 2017-08-02 | 1 | -0/+4 |
* | Move OC_Defaults to OCP\Defaults | Morris Jobke | 2017-04-09 | 1 | -1/+2 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -3/+3 |
* | Move install over to QuestionHelper | Roeland Jago Douma | 2016-09-06 | 1 | -14/+14 |
* | ownCloud -> Nextcloud | Daniel Hansson | 2016-07-28 | 1 | -3/+3 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+5 |
* | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
* | Changed the input option for database-port to required when parameter was pro... | Thomas Pulzer | 2016-07-06 | 1 | -1/+1 |
* | Added occ install option for database-port. | Thomas Pulzer | 2016-07-06 | 1 | -0/+3 |
* | Allow empty host when installing on oracle via CLI (#25034) | Jörn Friedrich Dreyer | 2016-06-10 | 1 | -1/+6 |
* | Rename files to be PSR-4 compliant | Lukas Reschke | 2016-04-06 | 1 | -0/+178 |