| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
* | add option to disable db user creation trough environment variable | Robin Appelman | 2023-02-21 | 1 | -8/+9 |
* | Do not store generated mysql password if it was not used | Julius Härtl | 2022-09-20 | 1 | -0/+3 |
* | Create more secure passwords by default | Joas Schilling | 2022-08-12 | 1 | -4/+10 |
* | Recover installation when creating the user failed | Joas Schilling | 2022-08-12 | 1 | -0/+7 |
* | Use {$var} instead of ${var} for PHP 8.2 compatibility | Côme Chilliet | 2022-06-14 | 1 | -1/+1 |
* | Fix return type for createSpecificUser | Daniel Kesselberg | 2022-05-19 | 1 | -2/+1 |
* | Check style update | Carl Schwan | 2022-01-13 | 1 | -1/+1 |
* | Introduce ISecureRandom::CHAR_ALPHANUMERIC | J0WI | 2021-07-08 | 1 | -1/+1 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -2/+0 |
* | Fix PHP CS | Joas Schilling | 2021-04-27 | 1 | -1/+0 |
* | Fix psalm errors | Joas Schilling | 2021-04-27 | 1 | -4/+5 |
* | Less ILogger | Joas Schilling | 2021-04-27 | 1 | -9/+6 |
* | Only use alphanumeric chars for mysql password | Joas Schilling | 2021-01-18 | 1 | -1/+2 |
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 1 | -22/+20 |
* | Add more previous exceptions to database setup code | Morris Jobke | 2021-01-07 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -2/+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 | -0/+1 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -4/+3 |
* | Check the new connection on setup like with PostgreSQL and Oracle | Joas Schilling | 2020-02-05 | 1 | -0/+10 |
* | Only provide the auth method for MySQL 8.0+ to not break MariaDB | Joas Schilling | 2020-02-05 | 1 | -4/+13 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
* | Fix installing with MySQL 8.0.4+ | Joas Schilling | 2019-11-20 | 1 | -2/+2 |
* | Use specific privileges when creating admin | Oliver Salzburg | 2019-07-16 | 1 | -1/+1 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -4/+5 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -10/+14 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -2/+4 |
* | Install from migrations | Joas Schilling | 2017-07-25 | 1 | -5/+1 |
* | fix install on mb4 enabled mariadb/mysql | Arthur Schiwon | 2017-06-01 | 1 | -1/+1 |
* | MySQL 4 byte is now detected during setup in any case. | Thomas Müller | 2017-04-28 | 1 | -6/+4 |
* | Add console command to migrate the charset | Thomas Müller | 2017-04-28 | 1 | -23/+7 |
* | During setup of a mysql database we try to detect if charset 'utf8mb4' can be... | Thomas Müller | 2017-04-28 | 1 | -0/+26 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -3/+3 |
* | Namespace and array syntax fixes | Morris Jobke | 2017-03-19 | 1 | -1/+0 |
* | Merge pull request #2670 from nextcloud/issue-2646-dont-connet-to-database-be... | Roeland Jago Douma | 2016-12-14 | 1 | -1/+1 |
|\ |
|
| * | Do not connect to database before creating it | Joas Schilling | 2016-12-14 | 1 | -1/+1 |
* | | Only log as info when we can not create a new DB user | Joas Schilling | 2016-12-14 | 1 | -1/+1 |
|/ |
|
* | Added Exception catch in case of DB User exists | Hemanth Kumar Veeranki | 2016-10-31 | 1 | -8/+16 |
* | Add config option to update charset of mysql to utf8mb4 | Morris Jobke | 2016-10-19 | 1 | -2/+3 |
* | Fix misleading MySQL DB creation error (#25485) | Vincent Petry | 2016-07-27 | 1 | -1/+9 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Remove duplicate database connect logic in mysql setup | Robin Appelman | 2016-07-12 | 1 | -35/+0 |
* | Added occ install option for database-port. | Thomas Pulzer | 2016-07-06 | 1 | -2/+8 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -0/+2 |
* | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-22 | 1 | -0/+175 |