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-21composer run cs:fixfix/avoid-using-undeclared-propertiesCôme Chilliet
2022-06-21Fix PHP 8.2 warnings about undeclared propertiesCôme Chilliet
2022-04-08Log missing primary key until we make it a requirementJoas Schilling
2022-04-07Add missing doc changesJoas Schilling
2022-04-07Fix typos and empty tabsfix/oracle-contrainstJoas Schilling
2022-04-07Improve error logging on migration failureJohn Molakvoæ
2022-04-07Ensure schema change before checking OracleConstraintsJohn Molakvoæ
2022-03-31Merge pull request #31679 from nextcloud/bugfix/noid/ensure-string-columns-to...Côme Chilliet
2022-03-25Ensure string column limit of 4.000 charactersJoas Schilling
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2022-03-21Disable for now again until more apps are fixedJoas Schilling
2022-03-21Limit missing primary key fail to new tablesJoas Schilling
2022-03-10Enforce primary keys as they are required to be performant in MySQL clustersJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-04-19Do not check Oracle column constraints in unrelated migrationsChristoph Wurst
2021-03-31Rename the method to match what it doesJoas Schilling
2021-03-31Don't allow Notnull for boolean columnsJoas Schilling
2021-03-31Document the constraints we test againstJoas Schilling
2021-03-31Fix exception messages spacingJoas Schilling
2021-03-04Only mark migrations as installed after executionJoas Schilling
2021-02-18When it kicks inJoas Schilling
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-09Make sure the migrations table schema is always checkedJulius Härtl
2020-12-07Make debugging migration exceptions easierJoas Schilling
2020-11-11Revert "Revert "Installation goes brrrr""Joas Schilling
2020-11-11Revert "Installation goes brrrr"Christoph Wurst
2020-11-11Don't create a schema to check if the migrations table existsJoas Schilling
2020-11-11Reduce the number of schemas we generate when we just run all migrations anywayJoas Schilling
2020-09-07Warn about adding NotNull columns with nullable defaultJoas Schilling
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
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-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2019-12-10Pick a shorter name for the transfer ownership tableJoas Schilling
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-04-30Remove the custom prefix from the table name length when checking on the defa...Joas Schilling
2019-03-28Indeces, columns and sequences don't have the table prefixJoas Schilling
2018-12-17Only check the Oracle schema conditions if the app supports itJoas Schilling
2018-12-17Only check changed itemsJoas Schilling
2018-08-06Disable Oracle enforcement for now until the following issues are solved:Joas Schilling
2018-07-27Fix primary key handling on postgresJoas Schilling
2018-07-27Ignore custom prefixes which are longerJoas Schilling
2018-07-27Ignore automatic generated sequencesJoas Schilling
2018-07-27Fix calculation of default nameJoas Schilling
2018-07-27Prevent too long identifier namesJoas Schilling
2018-07-19Only create the schema when moving between databasesJoas Schilling