Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-06Check the new connection on setup like with PostgreSQL and OracleJoas Schilling
2020-02-06Only provide the auth method for MySQL 8.0+ to not break MariaDBJoas Schilling
2019-11-20Fix installing with MySQL 8.0.4+Joas Schilling
2019-08-08Merge pull request #15187 from vitormattos/bugfix-create-database-userRoeland Jago Douma
2019-07-16Use specific privileges when creating adminOliver Salzburg
2019-04-23solve code reviewVitor Mattos
2019-04-21Check if database exists and grand permissionVitor Mattos
2019-04-21Bugfix: user is not allowedVitor Mattos
2019-03-06Cleanup some PHPDoc leftovers and unused variablesMorris Jobke
2018-09-23Use empty instead ?? because dbname is '' sometimesDaniel Kesselberg
2018-09-23Use const for dbname and dbtableprefix defaultsDaniel Kesselberg
2018-09-23--database-name or --database-table-prefix are ignored for sqliteDaniel Kesselberg
2018-04-26move log constants to ILoggerArthur Schiwon
2018-01-27Remove unneeded semicolon and parenthesesMorris Jobke
2018-01-23Properly log the full exception instead of only the messageMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-09-06cleanup oci setup codeRobin Appelman
2017-07-25Install from migrationsJoas Schilling
2017-07-20Add Phan plugin to check for SQL injectionsLukas Reschke
2017-07-05Start migrationsJoas Schilling
2017-06-01fix install on mb4 enabled mariadb/mysqlArthur Schiwon
2017-04-28MySQL 4 byte is now detected during setup in any case.Thomas Müller
2017-04-28Add console command to migrate the charsetThomas Müller
2017-04-28During setup of a mysql database we try to detect if charset 'utf8mb4' can be...Thomas Müller
2017-04-23Remove unused use statementsMorris Jobke
2017-04-19Fix translationsJoas Schilling
2017-04-10use the same oci connectstring in all code pathsRobin Appelman
2017-03-20Use SystemConfig instead of AllConfig for DB stuffMorris Jobke
2017-03-19Namespace and array syntax fixesMorris Jobke
2017-01-20Add proper default value for datadirMorris Jobke
2017-01-05Merge pull request #2535 from nextcloud/allow-to-reuse-admin-as-install-name-...Joas Schilling
2016-12-14Merge pull request #2670 from nextcloud/issue-2646-dont-connet-to-database-be...Roeland Jago Douma
2016-12-14Only log as info when we can not create a new DB userJoas Schilling
2016-12-14Do not connect to database before creating itJoas Schilling
2016-12-12Allow to reuse the same name when installing a new instanceJoas Schilling
2016-12-09Lower the role name before using itJoas Schilling
2016-12-09Revert "Quote database and role in queries"Joas Schilling
2016-12-07Quote database and role in queriesLari Tikkanen
2016-12-05handle postgres setup when we cant connect as adminRobin Appelman
2016-10-31Added Exception catch in case of DB User existsHemanth Kumar Veeranki
2016-10-28Move away from OC_L10NRoeland Jago Douma
2016-10-19Fixing ctor callThomas Müller
2016-10-19Add config option to update charset of mysql to utf8mb4Morris Jobke
2016-09-05Use proper ALTER ROLE syntaxRoeland Jago Douma
2016-07-27Fix misleading MySQL DB creation error (#25485)Vincent Petry
2016-07-26revert to old setup connection logicRobin Appelman
2016-07-21Update with robinJoas Schilling
2016-07-21Fix othersJoas Schilling
2016-07-18Prevent syntax error when creating user or changing passwordJoas Schilling
2016-07-12use pdo for postgres setupRobin Appelman