summaryrefslogtreecommitdiffstats
path: root/lib/private/Setup
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update license headersMorris Jobke2017-11-064-6/+8
* cleanup oci setup codeRobin Appelman2017-09-061-173/+22
* Install from migrationsJoas Schilling2017-07-255-23/+3
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+5
* Start migrationsJoas Schilling2017-07-051-0/+9
* fix install on mb4 enabled mariadb/mysqlArthur Schiwon2017-06-011-1/+1
* MySQL 4 byte is now detected during setup in any case.Thomas Müller2017-04-281-6/+4
* Add console command to migrate the charsetThomas Müller2017-04-281-23/+7
* During setup of a mysql database we try to detect if charset 'utf8mb4' can be...Thomas Müller2017-04-281-0/+26
* Remove unused use statementsMorris Jobke2017-04-221-1/+0
* Fix translationsJoas Schilling2017-04-182-2/+2
* use the same oci connectstring in all code pathsRobin Appelman2017-04-101-1/+1
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-195-18/+17
* Namespace and array syntax fixesMorris Jobke2017-03-191-1/+0
* Add proper default value for datadirMorris Jobke2017-01-191-1/+1
* Merge pull request #2535 from nextcloud/allow-to-reuse-admin-as-install-name-...Joas Schilling2017-01-051-7/+9
|\
| * Allow to reuse the same name when installing a new instanceJoas Schilling2016-12-121-7/+9
* | Merge pull request #2670 from nextcloud/issue-2646-dont-connet-to-database-be...Roeland Jago Douma2016-12-141-1/+1
|\ \
| * | Do not connect to database before creating itJoas Schilling2016-12-141-1/+1
| |/
* / Only log as info when we can not create a new DB userJoas Schilling2016-12-141-1/+1
|/