Commit Graph

62 Commits (9b10d354777f7eea21820aec522c4865fb1663fe)

Author SHA1 Message Date
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago
Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Joas Schilling ac89b6abe7
Check the new connection on setup like with PostgreSQL and Oracle 6 years ago
Joas Schilling 0aa216fc48
Only provide the auth method for MySQL 8.0+ to not break MariaDB 6 years ago
Christoph Wurst 5bf3d1bb38
Update license headers 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Joas Schilling 77d814d35f
Fix installing with MySQL 8.0.4+ 6 years ago
Oliver Salzburg 392a4dd68a
Use specific privileges when creating admin 7 years ago
Vitor Mattos 35465ca90c solve code review 7 years ago
Vitor Mattos 4d187ce1d7 Check if database exists and grand permission 7 years ago
Vitor Mattos 824cc0af1e Bugfix: user is not allowed 7 years ago
Morris Jobke 3f9cdeeb5f
Cleanup some PHPDoc leftovers and unused variables 7 years ago
Daniel Kesselberg 9d7e51fd56
Use empty instead ?? because dbname is '' sometimes 7 years ago
Daniel Kesselberg 0ee191bf44
Use const for dbname and dbtableprefix defaults 7 years ago
Daniel Kesselberg a5f0cc6539
--database-name or --database-table-prefix are ignored for sqlite 7 years ago
Arthur Schiwon 38a90130ce
move log constants to ILogger 8 years ago
Morris Jobke a661f043e1
Remove unneeded semicolon and parentheses 8 years ago
Morris Jobke 2a38605545
Properly log the full exception instead of only the message 8 years ago
Morris Jobke 0eebff152a
Update license headers 8 years ago
Robin Appelman 2c0efae30f
cleanup oci setup code 8 years ago
Joas Schilling 5e04254d40
Install from migrations 9 years ago
Lukas Reschke 3d2600b039
Add Phan plugin to check for SQL injections 9 years ago
Joas Schilling 15eec7b83c Start migrations 9 years ago
Arthur Schiwon 18a8f3654b
fix install on mb4 enabled mariadb/mysql 9 years ago
Thomas Müller 86ccc8949f
MySQL 4 byte is now detected during setup in any case. 9 years ago
Thomas Müller 43427e26d7
Add console command to migrate the charset 9 years ago
Thomas Müller aa22f93018
During setup of a mysql database we try to detect if charset 'utf8mb4' can be used 9 years ago
Morris Jobke c54a59d51e
Remove unused use statements 9 years ago
Joas Schilling 1c0bffe87f
Fix translations 9 years ago
Robin Appelman 421ca6439f
use the same oci connectstring in all code paths 9 years ago
Morris Jobke edd55b0ea9
Use SystemConfig instead of AllConfig for DB stuff 9 years ago
Morris Jobke d99ce3971b
Namespace and array syntax fixes 9 years ago
Morris Jobke a4ad8af6e3
Add proper default value for datadir 9 years ago
Joas Schilling 9a5401ddd7
Only log as info when we can not create a new DB user 9 years ago
Joas Schilling 7c061a4e06
Do not connect to database before creating it 9 years ago
Joas Schilling 7293a4e5ec
Allow to reuse the same name when installing a new instance 9 years ago
Joas Schilling a5a35cda7c
Lower the role name before using it 9 years ago
Joas Schilling 0d6134f512
Revert "Quote database and role in queries" 9 years ago
Lari Tikkanen 9ebd5d5bb2 Quote database and role in queries 9 years ago
Robin Appelman 5365c1a32f
handle postgres setup when we cant connect as admin 9 years ago
Hemanth Kumar Veeranki 2b7d63f565 Added Exception catch in case of DB User exists 9 years ago
Roeland Jago Douma 740659a04c
Move away from OC_L10N 9 years ago
Thomas Müller a7245ea082
Fixing ctor call 9 years ago
Morris Jobke cc28f82b36
Add config option to update charset of mysql to utf8mb4 9 years ago
Roeland Jago Douma 7fb88ec506
Use proper ALTER ROLE syntax 9 years ago
Vincent Petry aeb4011279
Fix misleading MySQL DB creation error (#25485) 10 years ago
Robin Appelman 0e83f5dbd7 revert to old setup connection logic 10 years ago