Commit Graph

1610 Commits (d92bf388b1c553ecd6bfb2a7400b990dcafe9c54)

Author SHA1 Message Date
Julius Härtl 61108882b9
fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder 1 year ago
Ferdinand Thiessen 17f011f7c5 fix: Also validate parent path in `verifyPath` 1 year ago
Ferdinand Thiessen 08836696e2 fix: Allow read-only filename validation to allow reading files 1 year ago
Ferdinand Thiessen 030c209d22 fix: Renaming does not need update but delete permissions 1 year ago
Louis Chemineau 2574cbfa61
chore: Apply php:cs recommendations 1 year ago
Robin Appelman 390f6a78b4
fix: hint storage id in more places 1 year ago
Robin Appelman 62f8b6517f
feat: implement distributing partitioned queries over multiple shards 1 year ago
Ferdinand Thiessen 81c6c24cd5
fix: Adjust filename validation messages 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Robin Appelman bd740ac0b0
fix: write object to the correct urn when moving from another storage to object store 1 year ago
provokateurin ebfbe99652
fix(files): Create non-existent parents of mountpoints 1 year ago
Ferdinand Thiessen b9cc7bcec7
fix: `FilenameValidator::isForbidden` should only check forbidden files 1 year ago
Robin Appelman 3756152cb1
fix: use mountpoint from storage to find the encryption keys 1 year ago
Robin Appelman 1071201052
feat: store the mountpoint of storages in the mount options 1 year ago
Côme Chilliet 277c2cf5d1
fix(encryption): Fix mountpoint check to accept if several are found 1 year ago
Robin Appelman eb4fb994cf
fix: ensure array returned from getMountsForFileId is continious 1 year ago
Christopher Ng 572361f498 fix(files): Fix incorrect keys by reindexing 1 year ago
withbest dd08f93202 chore: fix some comments 1 year ago
Dennis Verspuij 181aecad4c fix: Release directory iterator and thereby its potential directory lock prior to deleting a directory, to avoid e.g. "Text file busy" error with VirtualBox shared folder storage 1 year ago
Elizabeth Danzberger efe03ee690
feat: Add support for filling fields to backend components 1 year ago
Elizabeth Danzberger 05ed5aa230
fix: Emit new `BeforeGetTemplates` event 1 year ago
Julius Härtl 2b0bc8b310 fix: Do not return partial file info if we have a cache entry 1 year ago
Ferdinand Thiessen 12796c3ae7
fix: FileInfo from `View` should have the correct name of a mountpoint 1 year ago
Ferdinand Thiessen 9716b0d735 refactor: Migrate some legacy and core functions to `IFilenameValidator` 1 year ago
Robin Appelman c5b687271b
fix: make batch propagator work with sharding restrictions 1 year ago
Robin Appelman 0931492ff0
fix: make usermountcache compatible with sharding 1 year ago
Robin Appelman ad88fd07e3
fix: make joining on tags in search queries work with sharding 1 year ago
Robin Appelman 80f8c7949e
fix: always set storage id in Cache::get 1 year ago
Robin Appelman 5ff7bde3fb
fix: add set storage id for more cache queries 1 year ago
Ferdinand Thiessen 69341e4306
refactor: Migrate filename validation logic from `Storage` to `FilenameValidator` 1 year ago
Ferdinand Thiessen bdbeabafa7
feat: Add `forbidden_filename_basenames` config option 1 year ago
Robin Appelman c82d382a20 feat: add base class for extending the query builder 1 year ago
Ferdinand Thiessen cf935e33ae
fix: `OCP\Files\Node\Folder::search` was not setting the owner 1 year ago
Ferdinand Thiessen 46f1efac41
feat: Add `IFilenameValidator` to have one consistent place for filename validation 2 years ago
Git'Fellow c84e76a749 fix(s3): Don't wait indefinitely for S3 to return 2 years ago
Robin Appelman ffced73a71 fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById 2 years ago
Ferdinand Thiessen ae1f5cc56d
fix(S3): Adjust usage of guzzle promise 2 years ago
Robin Appelman 082c6c6e1d
fix: get child ids for folder in a separate query during move 2 years ago
Josh 63886147ba fix(ObjectStore): handle empty S3 hostname 2 years ago
Louis Chemineau a93d3a5a10 fix(files): Use isRetryable to catch retryable exceptions 2 years ago
Git'Fellow 77979b1475 Try create folder first and check if it exists after 2 years ago
Git'Fellow 5c4e4c5590 fix(files): Try to create dir only if it not exists 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Robin Appelman 66d36bffa6
fix: forbid moving a folder into a subfolder of itself 2 years ago
Marcel Klehr 843bb62d6d fix: LazyRoot missing method 2 years ago
Marcel Klehr 00894e2420 feat: first pass at TaskProcessing API 2 years ago
Josh 3c3e45f0ad fix(Files): Change how scanner diffs for changed metadata 2 years ago
Julius Härtl 24e0d5023c
fix: Avoid updating size when calling touch on a file 2 years ago
Robin Appelman f5219a19b2
feat: add option to disable scanner transactions 2 years ago
Robin Appelman 8d870a32c2
fix: fix FileAccess::getByFileId(InStorage) 2 years ago