aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node/FolderTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(tests): Fix Folder testsCôme Chilliet2024-09-191-3/+22
* test: put parent items into cache in testsRobin Appelman2024-09-191-1/+27
* fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-301-3/+11
* perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-041-23/+23
* chore: ugly type jugglingArthur Schiwon2023-06-211-3/+5
* tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-171-98/+33
* fix: Use proper path when creating node instancesJulius Härtl2023-04-171-0/+2
* Filter out old files when trying to get recent filesCarl Schwan2022-09-051-4/+4
* Only pass parent if paths matchJulius Härtl2022-08-241-3/+33
* Avoid extra query for the parent node if we can pass it alongJulius Härtl2022-08-241-2/+2
* allow reusing known folder info when getting directory contentsRobin Appelman2022-04-061-0/+2
* dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman2022-04-041-22/+14
* adjust tests to new fs setupRobin Appelman2022-03-041-22/+22
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-231-0/+4
* Fix FolderTest calls to Mountpoint constructor with wrong typeCôme Chilliet2021-11-231-3/+3
* fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman2021-07-281-68/+30
* update tests and fix some edge cases around new searchRobin Appelman2021-06-141-77/+69
* adjust testsRobin Appelman2021-04-211-0/+13
* handle ordering in folder searchRobin Appelman2021-03-191-20/+34
* folder filtering in sqlRobin Appelman2021-03-191-1/+0
* cleanup fileinfo creationRobin Appelman2021-03-191-60/+30
* handle limit and offset in folder file searchRobin Appelman2021-03-181-41/+157
* only require user to be set in a query that handles tagsRobin Appelman2021-03-181-16/+11
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-30/+30
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-271-1/+0
|\
| * Remove unused importsChristoph Wurst2020-03-251-1/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-261-29/+29
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-85/+85
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-271-6/+6
* Merge pull request #16502 from nextcloud/bugfix/16474Morris Jobke2019-07-291-7/+14
|\
| * Check the if we can actually access the storage cache for recent filesJulius Härtl2019-07-241-7/+14
* | Remove deprecated searchByTagRoeland Jago Douma2019-07-261-51/+0
|/
* adjust testsRobin Appelman2019-02-071-10/+20
* Fix folder path containing leading slash when getting mount root by idRobin Appelman2018-11-281-0/+48
* Fix testRoeland Jago Douma2018-03-221-1/+1
* Use ::class in test mocks of dav appMorris Jobke2017-10-261-3/+3
* Refactor files node API for more code reuseVincent Petry2017-01-111-143/+10
* DI for root.phpLukas Reschke2016-11-021-34/+91
* optimize Folder::getById to use less queriesRobin Appelman2016-10-121-49/+104
* Fix getMock FolderTestsRoeland Jago Douma2016-09-131-96/+104
* use limit instead of since when listing recent filesRobin Appelman2016-07-221-7/+6
* fix testRobin Appelman2016-07-221-1/+4
* add recent files to node apiRobin Appelman2016-07-221-4/+167
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+795