Commit Graph

200 Commits (master)

Author SHA1 Message Date
Josh 0a7420d0a4
chore(View): fixup for php-cs 2 weeks ago
Josh 14e837ce11
refactor(View): add typing to getAbsolutePath and clarify contract 2 weeks ago
Josh af78da59bc
refactor(View): improve readability of getLocalFile and resolvePath 2 weeks ago
Côme Chilliet b0240a43af
chore: Remove other useless assignment of 'path' key for FileInfo 2 weeks ago
Côme Chilliet 347d786a14
chore: Remove useless assignement 2 weeks ago
Côme Chilliet 842b3f9e0a
fix(files): Fix FileInfo['path'] situation 2 weeks ago
Carl Schwan 7fa44717e0
refactor(share): Remove some deprecated method usages 2 weeks ago
Salvatore Martire 8431abff32 fix: check source and target when emitting copy event 4 weeks ago
nextcloud-command 663018455e refactor: Apply rector changes 4 weeks ago
provokateurin 5f4a5d8c67
refactor(Files): Remove deprecated streamCopy method 1 month ago
Carl Schwan 9741f5f17d
perf: Allow filtering the directory content by mimetype 1 month ago
Robin Appelman c801d63e5a fix: don't include the mountpoints when getting fileinfo for getOwner 2 months ago
Carl Schwan 3979c493f9
refactor: Apply second batch of comments 2 months ago
Carl Schwan 7b6078875b
refactor: Run rector on lib/private 2 months ago
Git'Fellow 080335009b refactor: use strict comparison operator 2 months ago
provokateurin d7fa94b90b
fix(View): Handle ICacheEntry returned by FileInfo->getData() 2 months ago
Carl Schwan 27339601f6
perf(View): Optimize getDirectoryContent hot-loop 2 months ago
Carl Schwan cc7655136c
refactor(share): Remove code related to science mesh integration 4 months ago
Côme Chilliet f453411d59
fix: Log missing nodes of shares at debug level 4 months ago
Côme Chilliet 8d64e076ee
fix: Fix orphan shares blocking moving other shares 4 months ago
Louis Chmn 73c6b17fae fix(View): Normalize path in `getAbsolutePath` 4 months ago
Carl Schwan f450cda3aa chore: Explicitely mark \OC\Files\View as internal 6 months ago
Robin Appelman 5987584b90 perf: use more optimized node-by-id logic in View::getPath 8 months ago
Jonas c952570e67
fix(node): emit hooks on `Node::copy()` 10 months ago
Ferdinand Thiessen 01db539d0a
chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 11 months ago
Robin Appelman cd75876c1e fix: create mountpoint folder even if the user has a quota of 0 11 months ago
Robin Appelman c1dbc27fd6
fix: don't construct storage when checking if a sub-mount is applicable 12 months ago
Marcel Müller 3391279068 fix: No IFactory in constructor 1 year ago
Joas Schilling 0522b0373e
fix(files): Don't do session related work in the constructor of the View 1 year ago
Robin Appelman 9e1ae74a1c
fix: make locked exception path relative to the view 1 year ago
Ferdinand Thiessen b48ee2e924
fix: Harden files scanner for invalid null access 1 year ago
Robin Appelman 757076af29
fix: explicitly ignore nested mounts when transfering ownership 1 year ago
Robin Appelman d6418fcd99
fix: translate mount move error messages 1 year ago
Robin Appelman 16d0363937
fix: improve checks for moving shares/storages into other mounts 1 year ago
provokateurin 4bc0b58c59
fix(View): Catch exceptions when executing mkdir for non-existent parents 1 year ago
Louis Chemineau 199b0bd4d9
fix(files): Correctly copy the cache information on copy operations 1 year ago
provokateurin dc13f9cc1e
fix(Files): Handle getOwner() returning false 2 years ago
provokateurin 8ca6fcace7
fix(Storage): Document getOwner() can return false 2 years ago
Git'Fellow 0308001118 fix(files): Check if the target path is a descendant of the shared folder path 2 years ago
Ferdinand Thiessen 08836696e2 fix: Allow read-only filename validation to allow reading files 2 years ago
Ferdinand Thiessen 81c6c24cd5
fix: Adjust filename validation messages 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
provokateurin ebfbe99652
fix(files): Create non-existent parents of mountpoints 2 years ago
Julius Härtl 2b0bc8b310 fix: Do not return partial file info if we have a cache entry 2 years ago
Ferdinand Thiessen 12796c3ae7
fix: FileInfo from `View` should have the correct name of a mountpoint 2 years ago
Ferdinand Thiessen 9716b0d735 refactor: Migrate some legacy and core functions to `IFilenameValidator` 2 years ago
Ferdinand Thiessen 69341e4306
refactor: Migrate filename validation logic from `Storage` to `FilenameValidator` 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
Julius Härtl 24e0d5023c
fix: Avoid updating size when calling touch on a file 2 years ago