Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(install): Make installing more verbose | Joas Schilling | 2023-11-03 | 1 | -2/+3 |
* | Convert isset ternary to null coalescing operator | Hamid Dehnavi | 2023-09-28 | 1 | -1/+1 |
* | add option to disable db user creation trough environment variable | Robin Appelman | 2023-02-21 | 1 | -0/+6 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
* | l10n: Correct error messages | Valdnet | 2022-09-16 | 1 | -4/+4 |
* | Rename userName to username to align with child classes | Daniel Kesselberg | 2022-05-19 | 1 | -2/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Less ILogger | Joas Schilling | 2021-04-27 | 1 | -3/+3 |
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 1 | -1/+1 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -2/+3 |
* | Revert "Revert "Installation goes brrrr"" | Joas Schilling | 2020-11-11 | 1 | -1/+1 |
* | Revert "Installation goes brrrr" | Christoph Wurst | 2020-11-11 | 1 | -1/+1 |
* | Only update the schema when we install anyway | Joas Schilling | 2020-11-11 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -3/+3 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+0 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -4/+4 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -7/+7 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+1 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
* | Install from migrations | Joas Schilling | 2017-07-25 | 1 | -4/+1 |
* | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+9 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -5/+5 |
* | handle postgres setup when we cant connect as admin | Robin Appelman | 2016-12-05 | 1 | -0/+1 |
* | Move away from OC_L10N | Roeland Jago Douma | 2016-10-28 | 1 | -2/+3 |
* | Fixing ctor call | Thomas Müller | 2016-10-19 | 1 | -1/+1 |
* | revert to old setup connection logic | Robin Appelman | 2016-07-26 | 1 | -10/+26 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -2/+5 |
* | use pdo for postgres setup | Robin Appelman | 2016-07-12 | 1 | -2/+3 |
* | Remove duplicate database connect logic in mysql setup | Robin Appelman | 2016-07-12 | 1 | -1/+21 |
* | Added occ install option for database-port. | Thomas Pulzer | 2016-07-06 | 1 | -0/+5 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+1 |
* | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -0/+99 |