aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/ObjectStore/StorageObjectStore.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: fix object store id for test object storeRobin Appelman2024-09-181-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chore: Add SPDX headerAndy Scherzinger2024-05-241-20/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-7/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-3/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* use in objectstore copyRobin Appelman2020-11-241-0/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-051-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add objectExists to objectstore interfaceRobin Appelman2018-12-121-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update license headersMorris Jobke2017-11-061-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* split testing of objectstoragestorage and objectstore implementationsRobin Appelman2016-11-161-0/+90
Signed-off-by: Robin Appelman <robin@icewind.nl>