aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Node
Commit message (Expand)AuthorAgeFilesLines
* test: put parent items into cache in testsRobin Appelman2024-09-181-1/+27
* fix(tests): Fix Folder testsCôme Chilliet2024-09-171-3/+22
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-162-11/+11
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-156-71/+71
* fix: Renaming does not need update but delete permissionsFerdinand Thiessen2024-08-281-3/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* fix: `OCP\Files\Node\Folder::search` was not setting the ownerFerdinand Thiessen2024-07-111-3/+11
* chore: Add SPDX headerAndy Scherzinger2024-05-136-24/+18
* feat(files): copy live photosMaxence Lange2024-03-081-3/+6
* perf: cache path by id to speedup getting nodes by idRobin Appelman2024-03-046-45/+92
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* fix: Pass parent to NonExistingFile instancesJulius Härtl2023-09-131-2/+1
* fix: Move Node HookConnecter events to IEventDispatcherJoas Schilling2023-07-271-12/+6
* chore: ugly type jugglingArthur Schiwon2023-06-211-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