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-01-24Fix psalmCarl Schwan
2021-11-15Apply changes from master's update to 3.1.3Joas Schilling
2021-09-24Add a unit test to check for casting a IQueryFunctionJoas Schilling
2021-04-16Integer 0 is not stored as Null and therefor worksJoas Schilling
2021-04-16Test that oracle throws on EmptyValues in a NotNull columnsJoas Schilling
2021-04-16Run migrator tests on OCIJoas Schilling
2021-03-31Rename the method to match what it doesJoas Schilling
2021-03-31Don't allow Notnull for boolean columnsJoas Schilling
2021-03-25Cleanup unneeded code around database.xmlMorris Jobke
2021-03-17Skip db migration simulation for core schema changesJulius Härtl
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-03Add test for dbal exception wrappingDaniel Kesselberg
2021-01-14Merge pull request #25036 from nextcloud/fix/noid/limitied-allowed-items-db-in_2blizzz
2021-01-11Only rollback when not MySQLJoas Schilling
2021-01-11DB: warn on parameter number constraintsArthur Schiwon
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-12-08Add temporary test for migrating int to stringJulius Härtl
2020-11-16allow selecting multiple columns with SELECT DISTINCTRobin Appelman
2020-11-10Fix unique key in test tableJoas Schilling
2020-11-10Skip the insertIfNotExists() tests on Oracle because it doesn't work with clobJoas Schilling
2020-11-10Easier debugging and spell fixJoas Schilling
2020-11-10Use a different column for the primary key as we can not insert it on oracleJoas Schilling
2020-11-10Add github action for oci8Julius Härtl
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-07-23Remove deprecated test of internal attributes via assertAttributeEqualsMorris Jobke
2020-07-01Replace TYPE with TYPESDaniel Kesselberg
2020-06-24Update share type constant usageJoas Schilling
2020-06-08Remove dropped " ON " when join has no conditionJoas Schilling
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-04-09Remove trailing and in between spacesChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-25Use lowercase true, false and null constantsChristoph Wurst
2019-12-10Pick a shorter name for the transfer ownership tableJoas Schilling
2019-12-04Merge pull request #17833 from nextcloud/propagator-no-negative-sizesRoeland Jago Douma
2019-11-27TO REVERT LATER: disable decimaltest from LegacyDBTestRoeland Jago Douma
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-26add LEAST and GREATER to db function builderRobin Appelman
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-06add MAX and MIN to functionbuilderRobin Appelman
2018-12-17Update the tests to the comparison logicJoas Schilling
2018-11-12Merge pull request #11942 from nextcloud/techdebt/noid/use-count-functionMorris Jobke
2018-11-12Exception is not thrown anymoreMorris Jobke
2018-11-08Use the defined func()->count() instead of manual countingJoas Schilling
2018-11-06Add test that unique constraint is workingDaniel Kesselberg