Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -4/+5 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -10/+14 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -2/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Install from migrations | Joas Schilling | 2017-07-25 | 1 | -5/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix install on mb4 enabled mariadb/mysql | Arthur Schiwon | 2017-06-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | MySQL 4 byte is now detected during setup in any case. | Thomas Müller | 2017-04-28 | 1 | -6/+4 |
| | | | | config.sample.php was updated to explicitly state that there detection in place to set mysql.utf8mb4 | ||||
* | 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 ↵ | Thomas Müller | 2017-04-28 | 1 | -0/+26 |
| | | | | be used | ||||
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 1 | -3/+3 |
| | | | | | | * preparation for followup PRs to clean up the DB bootstrapping Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Namespace and array syntax fixes | Morris Jobke | 2017-03-19 | 1 | -1/+0 |
| | | | | | | * minor fixes in preparation of a bigger DB and config PR Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #2670 from ↵ | Roeland Jago Douma | 2016-12-14 | 1 | -1/+1 |
|\ | | | | | | | | | nextcloud/issue-2646-dont-connet-to-database-before-creating-it Do not connect to database before creating it | ||||
| * | Do not connect to database before creating it | Joas Schilling | 2016-12-14 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Only log as info when we can not create a new DB user | Joas Schilling | 2016-12-14 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Added Exception catch in case of DB User exists | Hemanth Kumar Veeranki | 2016-10-31 | 1 | -8/+16 |
| | | | | Signed-off-by: Hemanth Kumar Veeranki <hemanthveeranki@gmail.com> | ||||
* | Add config option to update charset of mysql to utf8mb4 | Morris Jobke | 2016-10-19 | 1 | -2/+3 |
| | | | | | * fully optional * requires additional options set in the database | ||||
* | Fix misleading MySQL DB creation error (#25485) | Vincent Petry | 2016-07-27 | 1 | -1/+9 |
| | | | | | | | Whenever the GRANT ALL failed, it used to display "Database creation failed" which is incorrect. It's only the privleges setting that failed. This moves the privilege setting message to DEBUG and makes it more precise. | ||||
* | 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 |
| | | | | | Extended the database setup to store the database port. Changed the PostgreSQL connection error message for clarification. | ||||
* | 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 |