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
2022-01-24Fix psalmCarl Schwan
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-27Fix PHP CSJoas Schilling
2021-04-27Fix psalm errorsJoas Schilling
2021-04-27Less ILoggerJoas Schilling
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-18Only use alphanumeric chars for mysql passwordJoas Schilling
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2021-01-07Add more previous exceptions to database setup codeMorris Jobke
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-11Revert "Revert "Installation goes brrrr""Joas Schilling
2020-11-11Revert "Installation goes brrrr"Christoph Wurst
2020-11-11Only update the schema when we install anywayJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-02-05Check the new connection on setup like with PostgreSQL and OracleJoas Schilling
2020-02-05Only provide the auth method for MySQL 8.0+ to not break MariaDBJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
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