summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update license headersChristoph Wurst2019-12-055-6/+9
* Some php-cs fixesRoeland Jago Douma2019-11-223-0/+3
* Fix installing with MySQL 8.0.4+Joas Schilling2019-11-201-2/+2
* Merge pull request #15187 from vitormattos/bugfix-create-database-userRoeland Jago Douma2019-08-081-0/+4
|\
| * solve code reviewVitor Mattos2019-04-221-1/+1
| * Check if database exists and grand permissionVitor Mattos2019-04-211-2/+4
| * Bugfix: user is not allowedVitor Mattos2019-04-211-0/+2
* | Use specific privileges when creating adminOliver Salzburg2019-07-161-1/+1
|/
* Cleanup some PHPDoc leftovers and unused variablesMorris Jobke2019-03-061-6/+1
* Use empty instead ?? because dbname is '' sometimesDaniel Kesselberg2018-09-231-2/+7
* Use const for dbname and dbtableprefix defaultsDaniel Kesselberg2018-09-231-6/+33
* --database-name or --database-table-prefix are ignored for sqliteDaniel Kesselberg2018-09-231-4/+2
* move log constants to ILoggerArthur Schiwon2018-04-261-4/+5
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-262-2/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-10/+14