Commit Graph

154 Commits (2bdc97741cd42843f85750421cba032942d860ed)

Author SHA1 Message Date
provokateurin d2d1e3284d
fix(Storage): Fix method docs inheritance 1 year ago
provokateurin 8ca6fcace7
fix(Storage): Document getOwner() can return false 1 year ago
Côme Chilliet ed0ac284e3
chore: Remove deprecated Storage::search method instead of moving it to IStorage 1 year ago
Louis Chemineau 6674f790a9 fix(files): Ensure that the hash method does not return null 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Robin Appelman 3756152cb1
fix: use mountpoint from storage to find the encryption keys 1 year ago
Côme Chilliet 277c2cf5d1
fix(encryption): Fix mountpoint check to accept if several are found 1 year ago
withbest dd08f93202 chore: fix some comments 1 year ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Julius Härtl 4910e7e231
fix: Pass the mountpoint target user to storages without owner 2 years ago
Robin Appelman d31ed8dbca
fix: use proper jailed patch in watcher 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Robin Appelman d5fa2ec7c3
fix: log error when default getWrapperStorage would return null 2 years ago
Robin Appelman ea8a774a0a fix: add some recrusive detection/prevention 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Robin Appelman 460344336e
optimize cache jail creation 2 years ago
Hamid Dehnavi ea06cf2f39 Convert isset ternary to null coalescing operator 2 years ago
Robin Appelman 5bf34979fe add wrapper to ensure we don't get an mtime that is lower than we know it is 2 years ago
Julius Härtl 88a96e4db7 fix: Only store unencrypted_size if path should be encrypted 2 years ago
Robin Appelman e4f85226c5
extend fix-key-location to handle cases from broken cross-storage moves 2 years ago
Robin Appelman b6c3507aa0 only determine quota_include_external_storage once for quota wrapper 2 years ago
Richard Steinmetz c4eccbb304
fix(sse): don't update uncached files 3 years ago
Faraz Samapoor e7cc7653b8 Refactors "strpos" calls in lib/private to improve code readability. 3 years ago
Côme Chilliet 546d94c3ec
Fix file_get_content signatures to make it clear it can return false 3 years ago
Robin Appelman 649bed5154
fix unencrypted_size for files when scanning 3 years ago
Robin Appelman 15a6920b07
fix encryption wrapper filesize for non existing files 3 years ago
Côme Chilliet ea05544213
Fix return type of methods returning false on error 3 years ago
Côme Chilliet da618c457a
Fix quota typing for 32bits after forward port from 25 3 years ago
Côme Chilliet 1740311283
Adapt types of subclasses 3 years ago
Côme Chilliet ed863fb47c
Make it clear that file sizes may be float on 32bits 3 years ago
Vincent Petry c6b683342e
Remove quota value type for 32-bit systems 3 years ago
Côme Chilliet 308fcf4526
Respect OCP interface in private classes 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
Richard Steinmetz f0a3b77d0f fix(encryption): don't throw on missing file 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 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
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
Carl Schwan a5ea677370 Rename file1 and file2 to source and target in Storage abstraction 3 years ago
Git'Fellow 5300f0d693
Switch logical operators (and|or) 3 years ago
Robin Appelman bd91c56539
get quota for user only when needed 3 years ago
Robin Appelman 1374cbee3e store unencrypted size in the unencrypted_size column 3 years ago
Robin Appelman 5e375d9092 Revert "store unencrypted size in the unencrypted_size column" 3 years ago
Carl Schwan d5c23dbb9f Move CappedMemoryCache to OCP 4 years ago
Robin Appelman 8238582e59
store unencrypted size in the unencrypted_size column 4 years ago
Côme Chilliet e8c1f75064
Fixing psalm errors 4 years ago
Côme Chilliet 6be7aa112f
Migrate from ILogger to LoggerInterface in lib/private 4 years ago
Carl Schwan cbf9064b8e
Fix psalm issues 4 years ago