aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/ObjectStoreStorage.php
Commit message (Expand)AuthorAgeFilesLines
...
* storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-211-2/+2
* use in objectstore copyRobin Appelman2020-11-241-2/+62
* Fix reading empty files from objectstorageRoeland Jago Douma2020-09-091-0/+5
* Run stat less often for objectstoragesRoeland Jago Douma2020-09-081-0/+10
* Only update the filecache entry once the file has been written to S3Roeland Jago Douma2020-08-311-2/+11
* Don't lose filecache entry on s3 overwrite errorRoeland Jago Douma2020-08-311-5/+16
* Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Get correct mimetype on objectstoresRoeland Jago Douma2020-03-111-6/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* dont delete cache entries if deleting an object from object store failedRobin Appelman2019-09-251-3/+11
* Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
* make ObjectStoreStorage::getURN publicRobin Appelman2019-05-221-1/+1
* add method to get the used object store from the storageRobin Appelman2019-05-211-0/+4
* Use CountWrapper instead of almost identical CountReadStreamRoeland Jago Douma2019-02-151-2/+2
* upload new files in objectstore to a .part path firstRobin Appelman2018-12-121-5/+17
* forward object not found error in switch as dav 404Robin Appelman2018-11-191-1/+8
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-22/+46
* Merge pull request #8715 from nextcloud/objectstore-no-part-filesRoeland Jago Douma2018-03-081-0/+4
|\
| * disable part files for object storesRobin Appelman2018-03-071-0/+4
* | don't read existing file when overwriting using object storeRobin Appelman2018-03-071-7/+13
|/
* don't swallow exception from touchRobin Appelman2018-02-081-1/+1
* Cleanup unused codeMorris Jobke2018-01-261-2/+1
* only create the file cache entry after the empty file was created successfull...Bjoern Schiessle2017-11-171-14/+13
* Use non empty files for object store touchRobin Appelman2017-11-081-2/+2
* Improve mimetype detection for object storagesMorris Jobke2017-10-261-1/+9
* improved logging of objectore errorsRobin Appelman2017-06-211-5/+21
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-15/+6
* make object prefix configurableJörn Friedrich Dreyer2016-11-141-1/+6
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-2/+3
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-241-0/+407