Commit Graph

1242 Commits (b129cea7da5cbcfc0ca5c2e2d3ca22a2d589e00a)

Author SHA1 Message Date
Julius Härtl e23aa8883e
feat(s3): Use multipart upload for chunked uploading 3 years ago
Joas Schilling 6b0cef6b9a Add transaction around mass mounts operations 3 years ago
Julius Härtl d515da502f fix: Use proper path for quota fetching 3 years ago
Robin Appelman fb1095f0f6
do onetime user setup before getting any mount from providers 3 years ago
Robin Appelman d6818ba894
optimize LazyUserFolder::getMountPoint 3 years ago
Robin Appelman 91d5f6a826 more filesystem setup performance instrumentation 3 years ago
Robin Appelman 5bcf37b7ff only fetch the data for mounts inside a folder when needed 3 years ago
Robin Appelman 9f3dbb699a fix tests 3 years ago
Côme Chilliet 308fcf4526
Respect OCP interface in private classes 3 years ago
Côme Chilliet 028c225d96
Fix psalm errors 3 years ago
Côme Chilliet cd885b5705
Type sizes as int|float throughout the code base 3 years ago
Côme Chilliet 5c1a0e0307
Allow float sizes in FileInfo for 32bits 3 years ago
Côme Chilliet d9dbed9105
Fix psalm errors related to filesizes 3 years ago
Côme Chilliet ff776a90b1
Strong type filesize related methods to ease 32bits problem findings 3 years ago
Côme Chilliet e156f8339c
Revert "remove 32-bit workarounds" 3 years ago
Robin Appelman e3bafcc7a8 cache numeric id in mountpoint 3 years ago
Robin Appelman 9281359fa4 deduplicate getStorage() logic in Mount\Manager 3 years ago
Robin Appelman 43589312cc dont delegate Mount\Manager::getByNumericId to getByStorageId 3 years ago
Joas Schilling 4bdc5834fa
Make sure name and path are strings 3 years ago
Joas Schilling c27c9fac98
Try fixing Oracle 3 years ago
Louis Chemineau 2830eeac7e Dispatch event for all remove entry 3 years ago
Richard Steinmetz f0a3b77d0f fix(encryption): don't throw on missing file 3 years ago
Robin Appelman 33b90d28f8 fix moving files of encrypted local storage to unencrypted local storage 3 years ago
Thomas Citharel 00d9d49303 Add app config for default template path 3 years ago
Julius Härtl 159a0c8411
feat(s3): Add option to specify an SSE-C customer provided key 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
François Ménabé cf9bdc0274 Manage s3 storage class in objectstore 3 years ago
Git'Fellow e855298b3c Switch logical operators 3 years ago
Côme Chilliet a7740c0ae6
Suppress last psalm error until upstream fix is released and included 3 years ago
Côme Chilliet a372564850
Fix psalm spotted errors with new requirements 3 years ago
Julius Härtl 59ae6e9dd6
Also update the unencrypted size of files when creating them with empty content 3 years ago
Julius Härtl 77edd36583
Update the unencrypted file size when closing streams 3 years ago
Thomas Citharel a5b6119ec4
Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFile 3 years ago
Maxence Lange cc639a8877 compare cached filesize on download 3 years ago
Robin Appelman e3a0e64698
clear is-encrypted cache when trying to fix encrypted version 3 years ago
Robin Appelman e9b87c73fa
fix reading newly written encrypted files before their cache entry is written 3 years ago
Andy Xheli e69c7c4d26
Fix Executing a query: SQLSTATE[42000] 3 years ago
Louis Chemineau 66ba90ceff Update cache when file size === 0 3 years ago
Robin Appelman 841a6a084e
delay updating setup providers untill we register the mounts 3 years ago
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
Robin Appelman f76b4473ee
escape path prefix when doing cache jail search 3 years ago
szaimen 3f7c620f26 fix psalm 3 years ago
szaimen dd8774389e remove 32-bit workarounds 3 years ago
Robin Appelman a5036a973c allow disabling object store write check 3 years ago
Carl Schwan a5ea677370 Rename file1 and file2 to source and target in Storage abstraction 3 years ago
Carl Schwan 54031e370a Fix various other small psalm issues 3 years ago
John Molakvoæ e4ff84d468
Scope the appdata theming storage for global and users 3 years ago
Robin Appelman 63316fc572
fix null error in getUnencryptedSize 3 years ago
Julius Härtl 214a50d071
Avoid allocating too much memory for the buffer 3 years ago