Commit Graph

209 Commits (2ea7719bfa4280220c7dfc9fbfec97b61ba33112)

Author SHA1 Message Date
Robin Appelman 8af60b915b
fix share roots always being marked as writable 2 years ago
Robin Appelman fda820a64d
expose MovableMount in public interface 2 years ago
jld3103 259264b966
files: Add OpenAPI spec 3 years ago
Arthur Schiwon 221562d45d
feat: add searchBySystemTag as PHP API 3 years ago
Arthur Schiwon 71e41ffeeb
refactor: declare getMount() and getMountsIn() at IRootFolder 3 years ago
Simon L d55a7c619d Fix typos in lib/public subdirectory 3 years ago
Julius Härtl a6fe9130b9
fix: Empty fallback for template creator action label 3 years ago
Côme Chilliet 546d94c3ec
Fix file_get_content signatures to make it clear it can return false 3 years ago
Christopher Ng 966bc06e8d Create new file/folder labels 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 f974281ac9
Improve typing for fopen/toTmpFile 3 years ago
Côme Chilliet ed863fb47c
Make it clear that file sizes may be float on 32bits 3 years ago
Julius Härtl e23aa8883e
feat(s3): Use multipart upload for chunked uploading 3 years ago
Robin Appelman 9f3dbb699a fix tests 3 years ago
Côme Chilliet 09a97ad39c
Move back typing to phpdoc to keep backward compatibility in OCP 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 ff776a90b1
Strong type filesize related methods to ease 32bits problem findings 3 years ago
Daniel Kesselberg 258c919b3c
ci: migrate ocp since checker to psalm 3 years ago
Côme Chilliet f5c361cf44
composer run cs:fix 3 years ago
bbx-github 08f9d71449
fix link to documentation of php function 3 years ago
Julius Härtl b8046e2ba4
Align checksum dav property with desktop client parsing 3 years ago
Carl Schwan a5ea677370 Rename file1 and file2 to source and target in Storage abstraction 3 years ago
John Molakvoæ d77e832223
Fix tests 3 years ago
Côme Chilliet 4f3b323fba
Move dav utils functions to OCP\Files\DavUtil 3 years ago
Robin Appelman c2b206db64
add marker interface to mark system mount points for encryption 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
Côme Chilliet 7ae6791737
Document all getIncomplete implementations as returning string|false 3 years ago
Carl Schwan 7b723813ce
Multiple fixes 3 years ago
Carl Schwan 19a36b58a6 Add typing to SimpleFS 4 years ago
Robin Appelman 8238582e59
store unencrypted size in the unencrypted_size column 4 years ago
Carl Schwan a392cd70fb Make it possible to get the appdata folder using the public API 4 years ago
Julius Härtl 9b408d556d
Adapt LockScope to LockContext rename 4 years ago
Robin Appelman 89d3cd1447
don't overwrite the etag from storage backends that already provide "good" etags 4 years ago
Robin Appelman 44a8ebdc1f
optimize getById on LazyUserFolder to not require a full fs setup 4 years ago
Robin Appelman 99ac46d8f5
allow getting mounts by providers 4 years ago
Julius Härtl 40f1ad60c2
Add public API for owner based locking 4 years ago
Vincent Petry 91ab4e1df4
Add missing PHPDoc in InvalidateMountCacheEvent 4 years ago
Robin Appelman 881e107543
Apply suggestions from code review 4 years ago
Robin Appelman 63ad99ba4a
fix method name 4 years ago
Robin Appelman 6b085b6fd1
add logic to perform a full filesystem setup when needed 4 years ago
Robin Appelman 506d29c095
update cached mounts when only specific providers have been setup 4 years ago
Robin Appelman 469a684d45
allow getting mounts by provider 4 years ago
Robin Appelman 04052a9594
allow getting cached mounts by path from the mount cache 4 years ago
Christopher Ng 26e3bdfce3 Note DI only usage in PHPDoc 4 years ago
Côme Chilliet eb60b650aa
Add missing @since in InMemoryFile to please CI 4 years ago
Robin Appelman 917c74e214
type fixes 4 years ago
Robin Appelman 22875bf367
move logic to decide what to setup to setupmanager 4 years ago