| Commit message (Expand) | Author | Age | Files | Lines |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -4/+5 |
* | Remove unneeded semicolon and parentheses | Morris Jobke | 2018-01-26 | 2 | -2/+2 |
* | 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 | 4 | -6/+8 |
* | cleanup oci setup code | Robin Appelman | 2017-09-06 | 1 | -173/+22 |
* | Install from migrations | Joas Schilling | 2017-07-25 | 5 | -23/+3 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+5 |
* | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+9 |
* | 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 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -1/+0 |
* | Fix translations | Joas Schilling | 2017-04-18 | 2 | -2/+2 |
* | use the same oci connectstring in all code paths | Robin Appelman | 2017-04-10 | 1 | -1/+1 |
* | Use SystemConfig instead of AllConfig for DB stuff | Morris Jobke | 2017-03-19 | 5 | -18/+17 |
* | Namespace and array syntax fixes | Morris Jobke | 2017-03-19 | 1 | -1/+0 |
* | Add proper default value for datadir | Morris Jobke | 2017-01-19 | 1 | -1/+1 |
* | Merge pull request #2535 from nextcloud/allow-to-reuse-admin-as-install-name-... | Joas Schilling | 2017-01-05 | 1 | -7/+9 |
|\ |
|
| * | Allow to reuse the same name when installing a new instance | Joas Schilling | 2016-12-12 | 1 | -7/+9 |
* | | 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 |
|/ |
|
* | Lower the role name before using it | Joas Schilling | 2016-12-09 | 1 | -1/+1 |
* | Revert "Quote database and role in queries" | Joas Schilling | 2016-12-09 | 1 | -4/+4 |
* | Quote database and role in queries | Lari Tikkanen | 2016-12-07 | 1 | -4/+4 |
* | handle postgres setup when we cant connect as admin | Robin Appelman | 2016-12-05 | 2 | -39/+50 |
* | Added Exception catch in case of DB User exists | Hemanth Kumar Veeranki | 2016-10-31 | 1 | -8/+16 |
* | 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 |
* | Add config option to update charset of mysql to utf8mb4 | Morris Jobke | 2016-10-19 | 1 | -2/+3 |
* | Use proper ALTER ROLE syntax | Roeland Jago Douma | 2016-09-05 | 1 | -1/+1 |
* | Fix misleading MySQL DB creation error (#25485) | Vincent Petry | 2016-07-27 | 1 | -1/+9 |
* | revert to old setup connection logic | Robin Appelman | 2016-07-26 | 1 | -10/+26 |
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 |
* | Fix others | Joas Schilling | 2016-07-21 | 5 | -13/+21 |
* | Prevent syntax error when creating user or changing password | Joas Schilling | 2016-07-18 | 1 | -3/+3 |
* | use pdo for postgres setup | Robin Appelman | 2016-07-12 | 2 | -105/+85 |
* | Remove duplicate database connect logic in mysql setup | Robin Appelman | 2016-07-12 | 2 | -36/+21 |
* | Changed the input option for database-port to required when parameter was pro... | Thomas Pulzer | 2016-07-06 | 2 | -4/+4 |
* | Added occ install option for database-port. | Thomas Pulzer | 2016-07-06 | 4 | -7/+23 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -0/+5 |
* | Move \OC\Repair to PSR-4 | Roeland Jago Douma | 2016-04-22 | 5 | -0/+757 |