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-10-26Update ConvertFilecacheBigInt.phptimm2k
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-20Update license headers for 18Christoph Wurst
2019-12-09Convert various columns in oc_mounts to bigintGeorg Ehrke
2019-12-05Update license headersChristoph Wurst
2019-11-25Merge pull request #18098 from nextcloud/fix/migration_import_orderRoeland Jago Douma
2019-11-25Merge pull request #18079 from nextcloud/fixes/phpcsRoeland Jago Douma
2019-11-25Merge pull request #18027 from str0g/fix/14920/convert_type_booleanRoeland Jago Douma
2019-11-25Fix the import order of new migrationsRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-20Convert more columns to bigintRoeland Jago Douma
2019-11-20Incorrect integer value: '' for column 'password_invalid' while migrating fro...Łukasz Buśko
2019-10-08Check and add index on principaluri for schedulingobjects tableThomas Citharel
2019-10-07Add index on calendarid for calendarobject_props tableThomas Citharel
2019-03-27Deduplicate index namesJoas Schilling
2019-03-27Make sure all tables have named indexesJoas Schilling
2019-01-09add support for boolean defaultMaxence Lange
2018-12-21Add twofactor_providers_uid indexRoeland Jago Douma
2018-12-05Add setup check for pending bigint conversionMorris Jobke
2018-12-05Fix bigint conversion on SQLiteMorris Jobke
2018-12-05Show columns to update in CLI interfaceMorris Jobke
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-11-06Fix index namesMorris Jobke
2018-10-02Add uid_owner and uid_initiator share tabe indicesRoeland Jago Douma
2018-09-07Improve class import and strict typing for generated migration classChristoph Wurst
2018-08-21Fix generated migration class codeChristoph Wurst
2018-07-24Merge pull request #10298 from nextcloud/bugfix/talk-714/only-migrate-the-sch...Morris Jobke
2018-07-19Add filecache index on mtimeRobin Appelman
2018-07-19Only create the schema when moving between databasesJoas Schilling
2018-06-03Add parent index to share tableRoeland Jago Douma
2018-05-30Add human readable description to migration stepsRobin Appelman
2018-05-24Emit event when running ./occ db:add-missing-indicesRoeland Jago Douma
2018-05-03Add autocomplete to migration commandsJoas Schilling
2018-02-17Add mtime and storage_mtime to db:convert-filecache-bigintAlecks Gates
2018-01-17Fix the type hints of migrations and correctly inject the wrapped schema into...Joas Schilling
2017-12-18make occ command more genericBjoern Schiessle
2017-12-18add occ command to add a index to share_with at the share tableBjoern Schiessle
2017-11-06Update license headersMorris Jobke
2017-10-13Also update the activity table with thisJoas Schilling
2017-10-13Add a command to manually migrate to big intsJoas Schilling
2017-09-19Fix missing "unsigned" on integer columnsJoas Schilling
2017-08-09Fix typo in template for migration generationJoas Schilling
2017-07-25Add *lob support for all tablesJoas Schilling
2017-07-25use template placeholders instead of htmlJoas 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-25Remove generate change script which doesnt work with migrations anymoreJoas Schilling
2017-07-25Use default connection parameters for utf8 4byte supportJoas Schilling