Commit Graph

176 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Carl Schwan f450cda3aa chore: Explicitely mark \OC\Files\View as internal 3 months ago
Robin Appelman 5987584b90 perf: use more optimized node-by-id logic in View::getPath 5 months ago
Jonas c952570e67
fix(node): emit hooks on `Node::copy()` 7 months ago
Ferdinand Thiessen 01db539d0a
chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 8 months ago
Robin Appelman cd75876c1e fix: create mountpoint folder even if the user has a quota of 0 8 months ago
Robin Appelman c1dbc27fd6
fix: don't construct storage when checking if a sub-mount is applicable 9 months ago
Marcel Müller 3391279068 fix: No IFactory in constructor 10 months ago
Joas Schilling 0522b0373e
fix(files): Don't do session related work in the constructor of the View 10 months ago
Robin Appelman 9e1ae74a1c
fix: make locked exception path relative to the view 11 months ago
Ferdinand Thiessen b48ee2e924
fix: Harden files scanner for invalid null access 11 months ago
Robin Appelman 757076af29
fix: explicitly ignore nested mounts when transfering ownership 12 months ago
Robin Appelman d6418fcd99
fix: translate mount move error messages 12 months ago
Robin Appelman 16d0363937
fix: improve checks for moving shares/storages into other mounts 12 months 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 1 year ago
provokateurin 8ca6fcace7
fix(Storage): Document getOwner() can return false 1 year ago
Git'Fellow 0308001118 fix(files): Check if the target path is a descendant of the shared folder path 1 year ago
Ferdinand Thiessen 08836696e2 fix: Allow read-only filename validation to allow reading files 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
provokateurin ebfbe99652
fix(files): Create non-existent parents of mountpoints 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
Ferdinand Thiessen 69341e4306
refactor: Migrate filename validation logic from `Storage` to `FilenameValidator` 1 year 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
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Robin Appelman afb589a69b
fix: ensure nested mount points are handled in the correct order 2 years ago
Andrew Summers 45eb4a839d Refactor `OC\Server::getLockingProvider` 2 years ago
Robin Appelman 96942e436b
fix: update "move into share" check to share manager 2 years ago
Côme Chilliet b2e9e0fa0d chore: Replace OC::$server->getL10N by OCP\Util::getL10N in lib and some apps 2 years ago
Julius Härtl cc75294eb6 perf: Avoid updating the folder size if we know the size difference 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Robin Appelman 9bc44de95d
reuse sharing disabled state when listing folder content 2 years ago
Benjamin Gaussorgues 003d0dec93 Detect aborted connection in OC\Files\View and stop writing data to the output buffer 2 years ago
Anna Larch 556f29bef5 fix: don't emit Hooks when hookpaths are empty 2 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Git'Fellow 951c5b973e
Normalize logical operators 3 years ago
Côme Chilliet 546d94c3ec
Fix file_get_content signatures to make it clear it can return false 3 years ago
Côme Chilliet 6633b4ced6
Remove unecessary fully qualified namespaces from phpdoc 3 years ago
Côme Chilliet 5ad045619c
View needs to return an instance of OC\Files\FileInfo explicitely 3 years ago
Côme Chilliet 0b3dad895f
More type cleanup in View and FileInfo 3 years ago
Côme Chilliet ea05544213
Fix return type of methods returning false on error 3 years ago
Côme Chilliet 4393b96542
Remove unused method getLocalFolder 3 years ago
Côme Chilliet 966a3e6963
Tidy up typing in OC\Files\View 3 years ago
Julius Härtl d515da502f fix: Use proper path for quota fetching 3 years ago
Robin Appelman 5bcf37b7ff only fetch the data for mounts inside a folder when needed 3 years ago