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
2021-10-22Bump doctrine/dbal from 3.0.0 to 3.1.3Christoph Wurst
2021-10-08disable path prefix index on postgresql for nowRobin Appelman
2021-09-01make it possible to override the default collationArthur Schiwon
2021-07-07Allow casting query functions as wellJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-05Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst
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-25Cleanup unneeded code around database.xmlMorris Jobke
2021-03-17Merge pull request #24384 from nextcloud/cleanup/remove-old-migration-checkMorris Jobke
2021-03-17Skip db migration simulation for core schema changesJulius Härtl
2021-03-17Merge pull request #25924 from nextcloud/bugfix/noid/only-mark-migrations-as-...Morris Jobke
2021-03-05Merge pull request #25929 from nextcloud/techdept/psalm/25839/redundantcastsRoeland Jago Douma
2021-03-04Type CompositeExpression and ICompositeExpressionRoeland Jago Douma
2021-03-04Remove RedundantcastsRoeland Jago Douma
2021-03-04Add executeQuery and executeUpdateRoeland Jago Douma
2021-03-04Only mark migrations as installed after executionJoas Schilling
2021-03-03Merge pull request #25656 from nextcloud/enh/type/expressionbuilderJoas Schilling
2021-03-03Merge pull request #25816 from nextcloud/iquerybuilder-join-conditionsJoas Schilling
2021-03-03Type the experssionbuildersRoeland Jago Douma
2021-03-03allow non string join conditions in query builderRobin Appelman
2021-03-02Filter tables with other table prefixDaniel Kesselberg
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-18When it kicks inJoas Schilling
2021-02-09remove ReconnectWrapperRobin Appelman
2021-02-02Check for generic errors at last.Daniel Kesselberg
2021-01-14Merge pull request #25091 from nextcloud/enhancement/ocp-db-exception-abstrac...Christoph Wurst
2021-01-14Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz
2021-01-12Add our own DB exception abstractionChristoph Wurst
2021-01-11DB: warn on parameter number constraintsArthur Schiwon
2021-01-08Don't try a transaction for the migrator on MySQLJoas Schilling
2021-01-08Remove "primary" option from schema builder argument $options as it is not us...Morris Jobke
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-30Update license headersChristoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-14Merge pull request #24631 from nextcloud/bugfix/noid/prevent-select-asterix-a...Joas Schilling
2020-12-14Prevent * and other things in the same query for OracleJoas Schilling
2020-12-09Make sure the migrations table schema is always checkedJulius Härtl
2020-12-07Make debugging migration exceptions easierJoas Schilling
2020-12-02Prevent log_query to mess up regular execution flowVincent Petry
2020-11-20Merge pull request #24062 from nextcloud/revert-24060-revert-24039-faster-ins...Morris Jobke
2020-11-20Merge pull request #24007 from nextcloud/select-distinct-multipleMorris Jobke
2020-11-16Add types to function builderJoas Schilling
2020-11-16Don't drop the table anymore when we create it againJoas Schilling
2020-11-16allow selecting multiple columns with SELECT DISTINCTRobin Appelman
2020-11-11Revert "Revert "Installation goes brrrr""Joas Schilling