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-06-14Use {$var} instead of ${var} for PHP 8.2 compatibilityfix/fix-string-interpolationCôme Chilliet
2022-05-19Fix return type for createSpecificUserdebt/noid/psalm-usernameDaniel Kesselberg
2022-01-13Check style updateCarl Schwan
2021-07-08Introduce ISecureRandom::CHAR_ALPHANUMERICJ0WI
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-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-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph 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-07-16Use specific privileges when creating adminOliver Salzburg
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-07-25Install from 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-03-20Use SystemConfig instead of AllConfig for DB stuffMorris Jobke
2017-03-19Namespace and array syntax fixesMorris Jobke
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-10-31Added Exception catch in case of DB User existsHemanth Kumar Veeranki
2016-10-19Add config option to update charset of mysql to utf8mb4Morris Jobke
2016-07-27Fix misleading MySQL DB creation error (#25485)Vincent Petry
2016-07-21Fix othersJoas Schilling
2016-07-12Remove duplicate database connect logic in mysql setupRobin Appelman
2016-07-06Added occ install option for database-port.Thomas Pulzer
2016-05-26Update license headersLukas Reschke
2016-04-22Move \OC\Repair to PSR-4Roeland Jago Douma