summaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node
Commit message (Expand)AuthorAgeFilesLines
* chore: ugly type jugglingArthur Schiwon2023-06-231-3/+5
* tests: Adapt node related unit tests mocks to required root viewJulius Härtl2023-04-174-126/+66
* fix: Use proper path when creating node instancesJulius Härtl2023-04-171-0/+2
* Fix hookconnector testsLouis Chemineau2023-01-261-1/+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
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Fix testJoas Schilling2022-04-201-3/+1
* 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-043-48/+32
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-244-10/+10
* adjust tests to new fs setupRobin Appelman2022-03-046-47/+76
* 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
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-124-74/+74
* Fix testsJoas Schilling2020-06-241-1/+0
* Add lazy events for the Node APIRoeland Jago Douma2020-05-281-38/+97
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+0
* Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst2020-03-273-6/+0
|\
| * Remove unused importsChristoph Wurst2020-03-253-6/+0
* | Use the short array syntax, everywhereChristoph Wurst2020-03-265-58/+58
* | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-254-161/+161
|/
* Mode to modern phpunitRoeland Jago Douma2019-11-275-69/+69
* Make phpunit8 compatibleRoeland Jago Douma2019-11-274-6/+6
* Files first to use own GenericEventArthur Schiwon2019-11-261-3/+8
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* adapt file hooks test to eventdispatcher utilizationArthur Schiwon2019-09-091-23/+66
* 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
|/
* Add dispatcher events to User and Group objectsJoas Schilling2019-03-013-17/+4
* 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-263-5/+6
* Use ::class in test mocksMorris Jobke2017-10-242-10/+16
* Add tests for move/copy hooks in Node APIVincent Petry2017-01-121-0/+81
* Fix files node API failed rename/copyVincent Petry2017-01-122-4/+46
* Refactor files node API for more code reuseVincent Petry2017-01-113-530/+358