aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Setup
Commit message (Expand)AuthorAgeFilesLines
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-2/+2
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-192-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-253-13/+13
* fix: use `$this->tryCreateDbUser` conditionHailong Wang2024-08-161-12/+13
* fix: postgresql GRANT user's permission after createDatabase, ensure database...Hailong Wang2024-08-161-11/+14
* Merge branch 'master' into refactor/OC-Server-getSecureRandomJohn Molakvoæ2024-05-305-135/+36
|\
| * chore: Add SPDX headerAndy Scherzinger2024-05-245-122/+20
| * fix: replace `Account name` by `Login`John Molakvoæ2024-02-134-7/+7
| * feat: rename users to account or personVincent Petry2024-02-134-7/+7
| * fix: Avoid using replicas during setupJulius Härtl2023-12-281-3/+5
| * enh: Implement PrimaryReadReplicaConnectionJulius Härtl2023-12-161-1/+1
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| * fix(install): Make installing more verboseJoas Schilling2023-11-031-2/+3
| * Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-281-1/+1
* | Refactor `OC\Server::getSecureRandom`Andrew Summers2023-08-291-1/+1
|/
* postgresql - add quotes around user namesSimon L2023-03-081-4/+4
* add option to disable db user creation trough environment variableRobin Appelman2023-02-213-44/+53
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Bugfix to support postgres15Vitor Mattos2022-11-111-0/+11
* Do not store generated mysql password if it was not usedJulius Härtl2022-09-201-0/+3
* l10n: Correct error messagesValdnet2022-09-161-3/+3
* l10n: Correct error messagesValdnet2022-09-161-4/+4
* Create more secure passwords by defaultJoas Schilling2022-08-121-4/+10
* Recover installation when creating the user failedJoas Schilling2022-08-121-0/+7
* Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
* Fix return type for createSpecificUserDaniel Kesselberg2022-05-191-2/+1
* Rename userName to username to align with child classesDaniel Kesselberg2022-05-191-2/+2
* Check style updateCarl Schwan2022-01-131-1/+1
* Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI2021-07-082-2/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-045-7/+1
* Fix PHP CSJoas Schilling2021-04-271-1/+0
* Fix psalm errorsJoas Schilling2021-04-272-13/+20
* Less ILoggerJoas Schilling2021-04-272-12/+9
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Only use alphanumeric chars for mysql passwordJoas Schilling2021-01-181-1/+2
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-083-29/+28
* Add more previous exceptions to database setup codeMorris Jobke2021-01-073-4/+4
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-2/+1
* Revert "Revert "Installation goes brrrr""Joas Schilling2020-11-111-1/+1
* Revert "Installation goes brrrr"Christoph Wurst2020-11-111-1/+1
* Only update the schema when we install anywayJoas Schilling2020-11-111-1/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-6/+6
* Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-1/+0
* Update license headers for 19Christoph Wurst2020-04-292-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-8/+7
* Use elseif instead of else ifChristoph Wurst2020-04-102-5/+5
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-313-1/+3
* Use the short array syntax, everywhereChristoph Wurst2020-03-263-13/+13
* Check the new connection on setup like with PostgreSQL and OracleJoas Schilling2020-02-051-0/+10
* Only provide the auth method for MySQL 8.0+ to not break MariaDBJoas Schilling2020-02-051-4/+13