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
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
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-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-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-01-11Refactor files node API for more code reuseVincent Petry
2016-11-03DI for root.phpLukas Reschke
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-05-20Move tests/ to PSR-4 (#24731)Joas Schilling