Commit Graph

111 Commits (2bc77a3c5aff352cdc19aa683bbb36da2ff20b01)

Author SHA1 Message Date
Carl Schwan c21b8169ff refactor(querybuilder): Port away from qb::execute() in lib/ 4 months ago
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 11 months ago
Josh ef238b5602
fix(db): Stop writing unused `dbport` to config at install time 1 year ago
Git'Fellow a1681b0756 chore(db): Apply query prepared statements 1 year ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Hailong Wang 67c52d202c fix: use `$this->tryCreateDbUser` condition 1 year ago
Hailong Wang f490a4e8c0 fix: postgresql GRANT user's permission after createDatabase, ensure database exist when GRANT 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
Julius Härtl 81b089cf30
fix: Avoid using replicas during setup 2 years ago
Julius Härtl 79c4986354
enh: Implement PrimaryReadReplicaConnection 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Joas Schilling 6f39d82031
fix(install): Make installing more verbose 2 years ago
Hamid Dehnavi ea06cf2f39 Convert isset ternary to null coalescing operator 2 years ago
Andrew Summers 1395a53602
Refactor `OC\Server::getSecureRandom` 2 years ago
Simon L 40edac18f5 postgresql - add quotes around user names 3 years ago
Robin Appelman b923310580
add option to disable db user creation trough environment variable 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Vitor Mattos eb7b682dc0 Bugfix to support postgres15 3 years ago
Julius Härtl b427ccd065
Do not store generated mysql password if it was not used 3 years ago
Valdnet 6bdc1f8631
l10n: Correct error messages 3 years ago
Valdnet 77472db054
l10n: Correct error messages 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
Daniel Kesselberg e163b1bb48
Rename userName to username to align with child classes 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
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 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
Joas Schilling d7b5d4cb58
Revert "Revert "Installation goes brrrr"" 5 years ago
Christoph Wurst d36155620c
Revert "Installation goes brrrr" 5 years ago
Joas Schilling 7f45f90789
Only update the schema when we install anyway 5 years ago
Christoph Wurst d9015a8c94
Format code to a single space around binary operators 5 years ago
Morris Jobke 99c9423766
Remove @suppress SqlInjectionChecker 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
Christoph Wurst 14c996d982
Use elseif instead of else if 6 years ago