Commit Graph

162 Commits (appStoreDisabledOcc)

Author SHA1 Message Date
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
Côme Chilliet 028c225d96
Fix psalm errors 3 years ago
Côme Chilliet ff776a90b1
Strong type filesize related methods to ease 32bits problem findings 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
Louis Chemineau 66ba90ceff Update cache when file size === 0 3 years ago
Carl Schwan a5ea677370 Rename file1 and file2 to source and target in Storage abstraction 3 years ago
Carl Schwan 92a5a8f075 Cleanup tags and Share component 3 years ago
Robin Appelman cb51564356 trigger a rescan when trying to fopen a file that exists in cache but not on disk 3 years ago
luz paz 368f83095d Fix typos in lib/private subdirectory 3 years ago
Robin Appelman 6d6662ec68
expose displayname cache trough a public interface 4 years ago
Côme Chilliet 069477e608
Migrate more classes of lib/private to LoggerInterface 4 years ago
Robin Appelman 7a6c724a81 Use a lazy user for the file owner when listing a directory 4 years ago
Robin Appelman 9f0ba3adc2
optimize adding submount info to directory content 4 years ago
Robin Appelman 5e69f98c16
sh 4 years ago
Robin Appelman 151c800397
allow reusing known folder info when getting directory contents 4 years ago