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-05-20Update core to PHP 7.4 standardcore-cleanup-74Carl Schwan
2022-02-16Improve performance when converting between DBsCarl Schwan
2021-06-09Convert command option defaults to stringsChristoph Wurst
2021-06-09Merge pull request #27429 from nextcloud/bug/26085/wrong-data-add-order-byChristoph Wurst
2021-06-08Fix #26085Daniel Kesselberg
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-25Cleanup unneeded code around database.xmlMorris Jobke
2021-03-24Bye bye database.xmlJoas Schilling
2021-03-17DB conversion: improve console outputSimon Spannagel
2021-01-12Migrate internal classes to the OCP db col typesChristoph Wurst
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-06-26Add return value to all commandsJoas Schilling
2020-04-29Update license headers for 19Christoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-01-13Fix license headersChristoph Wurst
2019-12-29Introduce new variable with the default answer to allow option --no-interacti...Bernhard Ostertag
2019-12-27enable option '--no-interaction' for db:convert-typeBernhard Ostertag
2019-12-05Update license headersChristoph Wurst
2019-11-25Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-20Incorrect integer value: '' for column 'password_invalid' while migrating fro...Łukasz Buśko
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-07-19Only create the schema when moving between databasesJoas Schilling
2017-11-06Update license headersMorris Jobke
2017-07-25Add *lob support for all tablesJoas Schilling
2017-07-25Always order by all values, to make sure all entries are copied correctlyJoas Schilling
2017-07-25Only migrate to the current stateJoas Schilling
2017-07-25Use order by to avoid problems when chunking finds a same item again...Joas Schilling
2017-07-25Use default connection parameters for utf8 4byte supportJoas Schilling
2017-07-25Skip migrations table because it was already done when creating the schemaJoas Schilling
2017-07-25Use migrations on convertJoas Schilling
2017-07-20Add Phan plugin to check for SQL injectionsLukas Reschke
2017-03-26Use false because null crashes the cacheJoas Schilling
2017-03-26Make sure blob columns are correctly converted as parametersJoas Schilling
2016-09-29Add autocomplete for db:* and log:*Joas Schilling
2016-09-06Fix dbconvertRoeland Jago Douma
2016-07-30Rebranded to Nextcloud for the occ command line toolSander Ruitenbeek
2016-07-21Fix othersJoas Schilling
2016-05-13Chunk the "db:convert-type" select queries, to not run out of memory so fastJoas Schilling
2016-04-06Rename files to be PSR-4 compliantLukas Reschke