Commit Graph

118 Commits (da9ffe4efc4512661f697c4c62cd88d59cd7260e)

Author SHA1 Message Date
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
luz paz 368f83095d Fix typos in lib/private subdirectory 4 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
Robin Appelman 917c74e214
type fixes 4 years ago
Robin Appelman 1c468129af
adjust tests to new fs setup 4 years ago
Robin Appelman 5c0fe93498
move teardown logic to SetupManager 4 years ago
Robin Appelman cfb7923e08
store mountprovider for each mount in the mounts table 4 years ago
Robin Appelman 5c2e7c7d28
fix Folder->getById() when a single storage is mounted multiple times 5 years ago
Robin Appelman 9884344230
dont include folder being search in in the results 5 years ago
Robin Appelman f938daa6e4
update tests and fix some edge cases around new search 5 years ago
Robin Appelman 27e50b24aa
some cleanup and documentation 5 years ago
Robin Appelman 5d1d53c42e
perform file search in a single query 5 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Robin Appelman 0d5f4edc22
adjust tests 5 years ago
Robin Appelman e8221303e9
use search query for Folder::getRecent 5 years ago
Julius Härtl 8398762d78
Fail when creating new files with an empty path 5 years ago
Robin Appelman c8736e7a23
fix return value of Root::get 5 years ago
Robin Appelman 8a92229485
getStorage can also return null 5 years ago
Robin Appelman f842608c95
getRelativePath can return null 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 a428f7d1e0
format 5 years ago
Robin Appelman bd229e7548
handle limit and offset in folder file search 5 years ago
Robin Appelman f8bca545df
unify handling of Folder::search methods into "new" query objects 5 years ago
dependabot-preview[bot] eb502c02ff
Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 5 years ago
Christoph Wurst d89a75be0b
Update all license headers for Nextcloud 21 5 years ago
Joas Schilling 8027dcbc6f
Don't leave cursors open when tests fail 5 years ago
Christoph Wurst 2a054e6c04
Update the license headers for Nextcloud 20 5 years ago
Roeland Jago Douma 6ed4c8a946
Improve recent file fetching 6 years ago