Commit Graph

152 Commits (bf2dcd67f3cb83e3bebc472d65fac3bc8755e25d)

Author SHA1 Message Date
Christoph Wurst 14719110b9 chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Arthur Schiwon a0f9556f7c
fix: cominbation of small fixes 3 years ago
Arthur Schiwon 221562d45d
feat: add searchBySystemTag as PHP API 3 years ago
Arthur Schiwon b0d1cf5730
fix: change if with conditionless else to switch; and a parameter value 3 years ago
Arthur Schiwon 58f7fd2370
use efficient tag retrieval on DAV report request 3 years ago
Arthur Schiwon 088a0eea29
ci: pro forma check of existence of internal method 3 years ago
Arthur Schiwon 71e41ffeeb
refactor: declare getMount() and getMountsIn() at IRootFolder 3 years ago
Arthur Schiwon f6ac874dbf
chore: ugly type juggling 3 years ago
Arthur Schiwon 167a5f394d
fix: add typehine for IRootFolder 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Arthur Schiwon dbfd2f936a
refactor: remove SystemTag logic from Folder into QuerySearchHelper 3 years ago
Arthur Schiwon 2489a2d63a
feat: specify media type via url path: systemtags-current/$mediaType 3 years ago
Arthur Schiwon 6bff6a5667
PoC: SystemTags endpoint to return tags used by a user with meta data 3 years ago
Côme Chilliet 1cc1866ba3
Add back missing slash in LazyUserFolder path 3 years ago
Côme Chilliet 6034cc6893 Make sure to never trigger files hooks on a null path 3 years ago
Carl Schwan 85770f3b9f Make it easier to debug issue #32304 3 years ago
Côme Chilliet 546d94c3ec
Fix file_get_content signatures to make it clear it can return false 3 years ago
Julius Härtl 160bd75d0a fix: Use proper path when creating node instances 3 years ago
Côme Chilliet f974281ac9
Improve typing for fopen/toTmpFile 3 years ago
jld3103 dcf6ebebab
Fix inherited parameter names 3 years ago
Robin Appelman d6818ba894
optimize LazyUserFolder::getMountPoint 3 years ago
Robin Appelman 5bcf37b7ff only fetch the data for mounts inside a folder when needed 3 years ago
Côme Chilliet cd885b5705
Type sizes as int|float throughout the code base 3 years ago
Côme Chilliet a78595a45f
Make sure that path is normalized and then checked, 3 years ago
Glandos 48ca33761f Test valid path only if file info has to be retrieved 3 years ago
Carl Schwan 67551f379f
Filter out old files when trying to get recent files 3 years ago
Robin Appelman e9ba58ca61
remove leading slash for search results at mountpoint root 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
Paweł Bogusławski a850424b1b Update Folder.php 3 years ago
Paweł Bogusławski 097b78594a Update Folder.php 3 years ago
Paweł Bogusławski 04baf69fea Update lib/private/Files/Node/Folder.php 3 years ago
Pawel Boguslawski 9eb1a92fa4 Paths added to messages and message cleanup 3 years ago
luz paz 368f83095d Fix typos in lib/private subdirectory 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Côme Chilliet 1bd5222224
Fix PHP 8.2 warnings about undeclared properties 4 years ago
Arthur Schiwon 1ec4563c2e
log stacktrace for 'Backends provided no user object' 4 years ago
Robin Appelman b65d214f15
perform a setup if we can't find any mounts containing a file 4 years ago
Robin Appelman 499749dbc1
more preset metadata for LazyUserFolder 4 years ago
Robin Appelman 151c800397
allow reusing known folder info when getting directory contents 4 years ago
Robin Appelman d84f9fa9bb
rename cached fileinfo on rename 4 years ago
Robin Appelman 754603a04e
dont needlessly resolve path when getting internalPath/storage from Node 4 years ago
Robin Appelman 44a8ebdc1f
optimize getById on LazyUserFolder to not require a full fs setup 4 years ago
Robin Appelman 700444e218
split out some path manipulation logic 4 years ago
Robin Appelman f7c942a943
caching of userfolder 4 years ago
Robin Appelman 70c37c2717
fmt 4 years ago
Robin Appelman 79f6742410
improve lazy UserFolder 4 years ago
Robin Appelman 3fc5c97282
return a lazy folder from Root::getUserFolder 4 years ago
Robin Appelman 46d0eef8da
allow setting some metadata in the lazyfolder without having to get the real folder 4 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 4 years ago