Commit Graph

75 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
Robin Appelman 1db3d94e1e test: put parent items into cache in tests 1 year ago
Côme Chilliet 2bdc97741c
fix(tests): Fix Folder tests 1 year ago
Côme Chilliet 801733e523
fix: Remove OCP\Files\Storage interface deprecated since version 9 1 year ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Ferdinand Thiessen 030c209d22 fix: Renaming does not need update but delete permissions 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Ferdinand Thiessen cf935e33ae
fix: `OCP\Files\Node\Folder::search` was not setting the owner 1 year ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Maxence Lange 467c84ec53 feat(files): copy live photos 2 years ago
Robin Appelman a9ee278ec6 perf: cache path by id to speedup getting nodes by id 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Julius Härtl 7f958e81d3
fix: Pass parent to NonExistingFile instances 2 years ago
Joas Schilling 44a0a62107
fix: Move Node HookConnecter events to IEventDispatcher 2 years ago
Arthur Schiwon f6ac874dbf
chore: ugly type juggling 3 years ago
Julius Härtl d9c81f56ad tests: Adapt node related unit tests mocks to required root view 3 years ago
Julius Härtl 160bd75d0a fix: Use proper path when creating node instances 3 years ago
Louis Chemineau d8b479752d Fix hookconnector tests 3 years ago
Carl Schwan 67551f379f
Filter out old files when trying to get recent files 3 years ago
Julius Härtl 83b1415906
Only pass parent if paths match 3 years ago
Julius Härtl b2d6435737
Avoid extra query for the parent node if we can pass it along 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Joas Schilling efb432865f
Fix test 4 years ago
Robin Appelman 151c800397
allow reusing known folder info when getting directory contents 4 years ago
Robin Appelman 754603a04e
dont needlessly resolve path when getting internalPath/storage from Node 4 years ago
Côme Chilliet 61f7f13bd8
Migrate from ILogger to LoggerInterface where needed in the tests 4 years ago
Robin Appelman 1c468129af
adjust tests to new fs setup 4 years ago
Robin Appelman cfb7923e08
store mountprovider for each mount in the mounts table 4 years ago
Côme Chilliet bb9c099e42
Fix FolderTest calls to Mountpoint constructor with wrong type 4 years ago
Robin Appelman 5c2e7c7d28
fix Folder->getById() when a single storage is mounted multiple times 4 years ago
Robin Appelman f938daa6e4
update tests and fix some edge cases around new search 5 years ago
Robin Appelman 0d5f4edc22
adjust tests 5 years ago
Robin Appelman bfe3712372
handle ordering in folder search 5 years ago
Robin Appelman feed42dd6d
folder filtering in sql 5 years ago
Robin Appelman de713967c0
cleanup fileinfo creation 5 years ago
Robin Appelman bd229e7548
handle limit and offset in folder file search 5 years ago
Robin Appelman 50e374c12f
only require user to be set in a query that handles tags 5 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Morris Jobke 234b510652
Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 5 years ago
Joas Schilling a2f34f46b2
Fix tests 6 years ago
Roeland Jago Douma 6aa6ab3e02
Add lazy events for the Node API 6 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Christoph Wurst caff1023ea
Format control structures, classes, methods and function 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Christoph Wurst 2ee65f177e
Use the shorter phpunit syntax for mocked return values 6 years ago
Christoph Wurst 74936c49ea
Remove unused imports 6 years ago
Roeland Jago Douma 3a7cf40aaa
Mode to modern phpunit 6 years ago
Roeland Jago Douma c007ca624f
Make phpunit8 compatible 6 years ago
Arthur Schiwon fc16b09a2c
Files first to use own GenericEvent 6 years ago
Roeland Jago Douma 68748d4f85
Some php-cs fixes 6 years ago
Arthur Schiwon 1cc6f34d88
adapt file hooks test to eventdispatcher utilization 6 years ago