Commit Graph

55 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Ferdinand Thiessen b814f3bba6
fix(db): use `caching_sha2_password` for MySQL 5 months ago
provokateurin 9a121269f3 refactor(Setup): When creating a DB user don't use the admin username 7 months ago
Côme Chilliet 7c907223d2
fix: Fix psalm taint false-positive by escaping trusted input 10 months ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
John Molakvoæ 524ed97d62
fix: replace `Account name` by `Login` 2 years ago
Vincent Petry 839ddaa354
feat: rename users to account or person 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Robin Appelman b923310580
add option to disable db user creation trough environment variable 3 years ago
Julius Härtl b427ccd065
Do not store generated mysql password if it was not used 3 years ago
Joas Schilling 33d7a9624c
Create more secure passwords by default 3 years ago
Joas Schilling d275c93035
Recover installation when creating the user failed 3 years ago
Côme Chilliet c54fb5f9e6
Use {$var} instead of ${var} for PHP 8.2 compatibility 4 years ago
Daniel Kesselberg cf2bc22e0f
Fix return type for createSpecificUser 4 years ago
Carl Schwan 6312c0df69
Check style update 4 years ago
J0WI 3b656446af Introduce ISecureRandom::CHAR_ALPHANUMERIC 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Joas Schilling 29a66a5e49
Fix PHP CS 5 years ago
Joas Schilling 167efa19d7
Fix psalm errors 5 years ago
Joas Schilling 56ae87c281
Less ILogger 5 years ago
Joas Schilling 76c7356af9
Only use alphanumeric chars for mysql password 5 years ago
Christoph Wurst 8b64e92b92
Bump doctrine/dbal from 2.12.0 to 3.0.0 5 years ago
Morris Jobke d0ac76a77c
Add more previous exceptions to database setup code 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Christoph Wurst cb057829f7
Update license headers for 19 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 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
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
Joas Schilling 5e04254d40
Install from 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 edd55b0ea9
Use SystemConfig instead of AllConfig for DB stuff 9 years ago
Morris Jobke d99ce3971b
Namespace and array syntax fixes 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
Hemanth Kumar Veeranki 2b7d63f565 Added Exception catch in case of DB User exists 9 years ago
Morris Jobke cc28f82b36
Add config option to update charset of mysql to utf8mb4 9 years ago
Vincent Petry aeb4011279
Fix misleading MySQL DB creation error (#25485) 10 years ago
Joas Schilling ba87db3fcc
Fix others 10 years ago