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-09-08Filter out old files when trying to get recent filesbackport/33788/stable23Carl Schwan
2021-07-28fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman
2021-06-14update tests and fix some edge cases around new searchRobin Appelman
2021-04-21adjust testsRobin Appelman
2021-03-19handle ordering in folder searchRobin Appelman
2021-03-19folder filtering in sqlRobin Appelman
2021-03-19cleanup fileinfo creationRobin Appelman
2021-03-18handle limit and offset in folder file searchRobin Appelman
2021-03-18only require user to be set in a query that handles tagsRobin Appelman
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-06-24Fix testsJoas Schilling
2020-05-28Add lazy events for the Node APIRoeland Jago Douma
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-26Files first to use own GenericEventArthur Schiwon
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-10adapt file hooks test to eventdispatcher utilizationArthur Schiwon
2019-07-29Merge pull request #16502 from nextcloud/bugfix/16474Morris Jobke
2019-07-26Remove deprecated searchByTagRoeland Jago Douma
2019-07-24Check the if we can actually access the storage cache for recent filesJulius Härtl
2019-03-01Add dispatcher events to User and Group objectsJoas Schilling
2019-02-07adjust testsRobin Appelman
2018-11-28Fix folder path containing leading slash when getting mount root by idRobin Appelman
2018-03-22Fix testRoeland Jago Douma
2017-10-26Use ::class in test mocks of dav appMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2017-01-12Add tests for move/copy hooks in Node APIVincent Petry
2017-01-12Fix files node API failed rename/copyVincent Petry
2017-01-11Refactor files node API for more code reuseVincent Petry
2016-11-03DI for root.phpLukas Reschke
2016-11-03Fix mock warning in some FS tests (#26464)Vincent Petry
2016-11-03Add using casing check/fix for initMountPointsVincent Petry
2016-10-12optimize Folder::getById to use less queriesRobin Appelman
2016-09-13Fix getMock FolderTestsRoeland Jago Douma
2016-07-22use limit instead of since when listing recent filesRobin Appelman
2016-07-22fix testRobin Appelman
2016-07-22add recent files to node apiRobin Appelman
2016-07-13RootTest does not require DBRoeland Jago Douma
2016-07-11Improve NodeTestRoeland Jago Douma
2016-07-08Improve FileTestRoeland Jago Douma
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling