Robin Appelman
|
1db3d94e1e
test: put parent items into cache in tests
|
hace 2 meses |
Côme Chilliet
|
2bdc97741c
fix(tests): Fix Folder tests
|
hace 2 meses |
Côme Chilliet
|
801733e523
fix: Remove OCP\Files\Storage interface deprecated since version 9
|
hace 2 meses |
Christoph Wurst
|
49dd79eabb
refactor: Add void return type to PHPUnit test methods
|
hace 2 meses |
Ferdinand Thiessen
|
cf935e33ae
fix: `OCP\Files\Node\Folder::search` was not setting the owner
|
hace 4 meses |
Andy Scherzinger
|
1f7e2ba599
chore: Add SPDX header
|
hace 6 meses |
Robin Appelman
|
a9ee278ec6
perf: cache path by id to speedup getting nodes by id
|
hace 9 meses |
Arthur Schiwon
|
f6ac874dbf
chore: ugly type juggling
|
hace 1 año |
Julius Härtl
|
d9c81f56ad
tests: Adapt node related unit tests mocks to required root view
|
hace 1 año |
Julius Härtl
|
160bd75d0a
fix: Use proper path when creating node instances
|
hace 1 año |
Carl Schwan
|
67551f379f
Filter out old files when trying to get recent files
|
hace 2 años |
Julius Härtl
|
83b1415906
Only pass parent if paths match
|
hace 2 años |
Julius Härtl
|
b2d6435737
Avoid extra query for the parent node if we can pass it along
|
hace 2 años |
Robin Appelman
|
151c800397
allow reusing known folder info when getting directory contents
|
hace 2 años |
Robin Appelman
|
754603a04e
dont needlessly resolve path when getting internalPath/storage from Node
|
hace 2 años |
Robin Appelman
|
1c468129af
adjust tests to new fs setup
|
hace 2 años |
Robin Appelman
|
cfb7923e08
store mountprovider for each mount in the mounts table
|
hace 2 años |
Côme Chilliet
|
bb9c099e42
Fix FolderTest calls to Mountpoint constructor with wrong type
|
hace 3 años |
Robin Appelman
|
5c2e7c7d28
fix Folder->getById() when a single storage is mounted multiple times
|
hace 3 años |
Robin Appelman
|
f938daa6e4
update tests and fix some edge cases around new search
|
hace 3 años |
Robin Appelman
|
0d5f4edc22
adjust tests
|
hace 3 años |
Robin Appelman
|
bfe3712372
handle ordering in folder search
|
hace 3 años |
Robin Appelman
|
feed42dd6d
folder filtering in sql
|
hace 3 años |
Robin Appelman
|
de713967c0
cleanup fileinfo creation
|
hace 3 años |
Robin Appelman
|
bd229e7548
handle limit and offset in folder file search
|
hace 3 años |
Robin Appelman
|
50e374c12f
only require user to be set in a query that handles tags
|
hace 3 años |
Morris Jobke
|
234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject
|
hace 4 años |
Christoph Wurst
|
463b388589
Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports
|
hace 4 años |
Christoph Wurst
|
b80ebc9674
Use the short array syntax, everywhere
|
hace 4 años |
Christoph Wurst
|
2ee65f177e
Use the shorter phpunit syntax for mocked return values
|
hace 4 años |