60 Revīzijas (c0ce272e9c3a94ff98081c4f90a31ca611d28323)

Autors SHA1 Ziņojums Datums
  Côme Chilliet c0ce272e9c chore: Migrate away from OC::$server->getLogger pirms 4 mēnešiem
  Thomas Citharel 30798eb6c2
refactor(objectstorage): cleanup types pirms 8 mēnešiem
  Thomas Citharel 3be3dbdb3b
refactor(objectstorage): move $user property from ObjectStoreStorage class to HomeObjectStoreStorage pirms 8 mēnešiem
  Ferdinand Thiessen 5172baaf8b
fix(ObjectStore): Make copying behavior consistent with local storage pirms 7 mēnešiem
  Julius Härtl 88a96e4db7 fix: Only store unencrypted_size if path should be encrypted pirms 1 gada
  Robin Appelman de85610385 use source cache when listing folder during recursive copy pirms 1 gada
  Robin Appelman cc0ad25c98
don't always check if we need to setup the object store root pirms 1 gada
  Robin Appelman 2ea41dab93
repair -1 folder sizes for object store background scan pirms 1 gada
  Robin Appelman c6be96d04f
additional logging when mkdir fails for object storage pirms 2 gadiem
  Robin Appelman d63fa2d991
improve objectstore rmdir handling pirms 1 gada
  Julius Härtl e23aa8883e
feat(s3): Use multipart upload for chunked uploading pirms 3 gadiem
  Côme Chilliet f5c361cf44
composer run cs:fix pirms 1 gada
  Maxence Lange cc639a8877 compare cached filesize on download pirms 1 gada
  Robin Appelman a5036a973c allow disabling object store write check pirms 1 gada
  Carl Schwan a5ea677370 Rename file1 and file2 to source and target in Storage abstraction pirms 1 gada
  Julius Härtl 0f0e74a78c Cleanup temporary files after finishing the write to object storage pirms 2 gadiem
  Carl Schwan bfa60aaf27
Fix permissions when copying from ObjectStorage pirms 2 gadiem
  Julius Härtl 21db463bc9
Reset checksum when writing files to object store pirms 3 gadiem
  John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses pirms 3 gadiem
  Robin Appelman ef6f2e68f0
explicitly close source stream on object store upload even if count wrapper isn't needed pirms 3 gadiem
  Robin Appelman effb7dc8ba
set mimetype for objects uploaded to object storages pirms 3 gadiem
  Robin Appelman ad636ae12d
use returned file id for object store copy pirms 3 gadiem
  Robin Appelman c87b1a50d9 apply object store copy optimization when 'cross storage' copy is within the same object store pirms 3 gadiem
  Christoph Wurst 9ce3ea3368
Update license headers pirms 3 gadiem
  Tigran Mkrtchyan 4f2dc18f58 storage: update IStorage#file_put_contents docs to match usage pirms 3 gadiem
  Robin Appelman 9d4848e863
use in objectstore copy pirms 3 gadiem
  Roeland Jago Douma bb06b6cce4
Fix reading empty files from objectstorage pirms 3 gadiem
  Roeland Jago Douma 9fdeed8cc0
Run stat less often for objectstorages pirms 3 gadiem
  Roeland Jago Douma 789b33aba4
Only update the filecache entry once the file has been written to S3 pirms 3 gadiem
  Roeland Jago Douma 6ffd7173f9
Don't lose filecache entry on s3 overwrite error pirms 3 gadiem
  Christoph Wurst 734c62bee0
Format code according to PSR2 pirms 4 gadiem
  Christoph Wurst caff1023ea
Format control structures, classes, methods and function pirms 4 gadiem
  Christoph Wurst 14c996d982
Use elseif instead of else if pirms 4 gadiem
  Christoph Wurst 1a9330cd69
Update the license headers for Nextcloud 19 pirms 4 gadiem
  Christoph Wurst b80ebc9674
Use the short array syntax, everywhere pirms 4 gadiem
  Roeland Jago Douma 9a35e789b4
Get correct mimetype on objectstores pirms 4 gadiem
  Christoph Wurst 5bf3d1bb38
Update license headers pirms 4 gadiem
  Robin Appelman 733d4b6cca
dont delete cache entries if deleting an object from object store failed pirms 4 gadiem
  Marcel Klehr d46744e2f1 Fix File#putContents(string) on ObjectStorage pirms 5 gadiem
  Robin Appelman 06a119242e
make ObjectStoreStorage::getURN public pirms 5 gadiem
  Robin Appelman 439b341e89
add method to get the used object store from the storage pirms 5 gadiem
  Roeland Jago Douma 104616c1da
Use CountWrapper instead of almost identical CountReadStream pirms 5 gadiem
  Robin Appelman d6bf5d4384
upload new files in objectstore to a .part path first pirms 5 gadiem
  Robin Appelman 35251928d5
forward object not found error in switch as dav 404 pirms 5 gadiem
  Robin Appelman 93de63777e
extend storage api to allow directly writing a stream to storage pirms 5 gadiem
  Robin Appelman fc35352122
disable part files for object stores pirms 6 gadiem
  Robin Appelman 9764e70494
don't read existing file when overwriting using object store pirms 6 gadiem
  Robin Appelman e34c20af7d
don't swallow exception from touch pirms 6 gadiem
  Morris Jobke c005fc6755
Cleanup unused code pirms 6 gadiem
  Bjoern Schiessle 1ade6b0817
only create the file cache entry after the empty file was created successfully, otherwise file_exists() call on the initial file_put_content() will indicate that the file already exists pirms 6 gadiem