Commit Graph

203 Commits (master)

Author SHA1 Message Date
Côme Chilliet 1ab09ec753
chore: Apply new coding standard to all files 4 days ago
Carl Schwan 23447f1ec1 fix: Uploading files not chuncked 4 weeks ago
Carl Schwan 8850c29505 fix: Check if it is deletable and updatable 4 weeks ago
Carl Schwan 06f0765e19 fix: Fix permission issue when uploading a chunked file 4 weeks ago
Robin Appelman 9f5535d01b fix: apply quota with writeStream 1 month ago
Robin Appelman f3a5bc8c17 fix: block writing empty files with 0 quota 1 month ago
Ferdinand Thiessen e0ba4d71b6
chore: add missing `Override` attribute to `OC` 1 month ago
provokateurin 1b0410f333
fix(Wrapper): Type $storage as IStorage 2 months ago
provokateurin 5d1e0a6e3a
fix(Wrapper): Always use getWrapperStorage() 2 months ago
Robin Appelman e96a89e630 feat: add permissions mask variant that only masks one directory 2 months ago
provokateurin 4eada2d804
refactor(Files): Modernize Wrapper 4 months ago
provokateurin 5f4a5d8c67
refactor(Files): Remove deprecated streamCopy method 4 months ago
Carl Schwan 7b6078875b
refactor: Run rector on lib/private 4 months ago
Carl Schwan b6313f68d3
perf(s3): Expose pre-signed urls for S3 6 months ago
Louis Chmn 30d567fd0e fix(encryption): Increment lastChunkNr when size is off 7 months ago
Robin Appelman 2970232790
fix: make failed availability check apply in the same request 7 months ago
Carl Schwan 475c84722f refactor(IPropagator): Cleanup implementation 8 months ago
Carl Schwan 34cd91cc86 refactor: Fix some easy psalm issues in Files 8 months ago
provokateurin ef279f6049
fix(files): Stop overwriting scan_permissions 8 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 8 months ago
Côme Chilliet 14d6945054
fix(encryption): Take encryption enabled status into account 9 months ago
Côme Chilliet 12532bb535
fix(encryption): Correctly set encrypted to 0 when copying 9 months ago
Côme Chilliet 8c21f2b19c fix(encryption): Fix TypeError when trying to decrypt unencrypted file 9 months ago
Côme Chilliet 4427050f84 fix(encryption): Correctly handle file opening and copying failures 11 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 11 months ago
Ferdinand Thiessen 01db539d0a
chore: move streamCopy implementation from `OC_Helper` to `OCP\Files` 1 year ago
Côme Chilliet a86d917907 fix(encryption): Only prevent cache deletion if target is not object store in moveFromStorage 1 year ago
Côme Chilliet a79b5dea7c fix(encryption): Improve Update class and event listenening 1 year ago
Côme Chilliet e6275f8759 fix: Preserve file id when moving from object store even if encryption wrapper is present 1 year ago
Côme Chilliet 9bb0721d66 fix: Fix mtime preservation when moving a directory across storages with encryption registered 1 year ago
Côme Chilliet 8779ae38a4 fix(encryption): Fix filesize for part files in Encryption wrapper 1 year ago
Robin Appelman b0b8159d6a
fix: throw a better error if we can't get the encrypted header size 1 year ago
Robin Appelman d9c53ef748
feat: add more encryption checks to info:file 1 year ago
Robin Appelman cd75876c1e fix: create mountpoint folder even if the user has a quota of 0 1 year ago
Robin Appelman 012a402cec fix: restore updated encrypted version when copying versions 1 year ago
Robin Appelman ae30269eac
fix: don't set 'name' on null metadata 2 years ago
Louis Chemineau 199b0bd4d9
fix(files): Correctly copy the cache information on copy operations 2 years ago
Git'Fellow 60d956f39f refactor(storage): Code adjustements and simplifications 2 years ago
provokateurin 0de4843b73 refactor(Storage): Align all Storage constructors 2 years ago
Julius Knorr 75381dfe0c
fix: Allow overriding shouldApplyQuota check from child classes 2 years ago
provokateurin f28e74b7a8
refactor(Storage): Make all parameter types strong types 2 years ago
provokateurin 4412b2b8a8
refactor(Wrapper\Encryption): Migrate to strong types 2 years ago
provokateurin e1998b6b6c
fix(Storage): Fix getDirectoryContent() return type 2 years ago
provokateurin 7cdccd058f
fix(Storage): Fix IStorage return types 2 years ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
provokateurin d2d1e3284d
fix(Storage): Fix method docs inheritance 2 years ago
provokateurin 8ca6fcace7
fix(Storage): Document getOwner() can return false 2 years ago
Côme Chilliet ed0ac284e3
chore: Remove deprecated Storage::search method instead of moving it to IStorage 2 years ago
Louis Chemineau 6674f790a9 fix(files): Ensure that the hash method does not return null 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago