summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* Clear the statscache before fetching the metadataRoeland Jago Douma2020-05-281-0/+1
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-1/+1
* Update license headers for 19Christoph Wurst2020-04-296-1/+5
* filter out blacklisted files in getDirectoryContentRobin Appelman2020-04-231-1/+1
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-209-31/+107
* Merge pull request #20361 from nextcloud/write-stream-close-on-exceptionChristoph Wurst2020-04-151-3/+6
|\
| * Close the streams in `writeStream` even when there is an exceptionRobin Appelman2020-04-081-3/+6
* | Format code according to PSR2Christoph Wurst2020-04-101-0/+1
* | Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* | Format control structures, classes, methods and functionChristoph Wurst2020-04-108-30/+19
* | Use elseif instead of else ifChristoph Wurst2020-04-104-19/+19
* | Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* | Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
|/
* optimize getMetaData for local storageRobin Appelman2020-04-011-6/+57
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-316-0/+6
* Use the short array syntax, everywhereChristoph Wurst2020-03-266-12/+12
* Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-041-9/+18
* Update license headersChristoph Wurst2019-12-0519-20/+36
* Merge pull request #18163 from nextcloud/fix_file_sizeRoeland Jago Douma2019-12-041-1/+3
|\
| * fix filename size, add commentGreta Doci2019-12-041-1/+3
* | delay creation of the cert bundleArthur Schiwon2019-11-281-11/+17
|/
* Improve etag handlingRoeland Jago Douma2019-11-271-6/+20
* Some php-cs fixesRoeland Jago Douma2019-11-226-10/+10
* Catch forbidden http status codeRoeland Jago Douma2019-11-171-0/+5
* Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-262-1/+37
|\
| * handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-252-1/+37
* | Merge pull request #16836 from nextcloud/fix/16724/smb-availabilityRoeland Jago Douma2019-09-091-107/+99
|\ \ | |/ |/|
| * set a storage availability delay on auth issues to avoid lock outArthur Schiwon2019-08-221-107/+99
* | Return the proper jailed path when requesting the root pathJulius Härtl2019-09-041-1/+1
|/
* Undefined variable response when server is no nextcloud anymoreJoas Schilling2019-08-201-1/+1
* Merge pull request #16570 from nextcloud/enh/supress_touch_errorRoeland Jago Douma2019-07-291-2/+2
|\
| * Supress warnings touch can generateRoeland Jago Douma2019-07-261-2/+2
* | Do not log all locked exceptionsRoeland Jago Douma2019-07-261-3/+3
|/
* verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
* Check for free space on touchJulius Härtl2019-05-281-0/+10
* handle long etags from dav external storageRobin Appelman2019-03-141-1/+5
* don't close input stream when writing in encrypted fileFlorian Schunk2019-01-101-1/+0
* No need to propogate changes in appdataRoeland Jago Douma2018-12-051-1/+2
* fix writeStream for jail wrapperRobin Appelman2018-10-312-0/+18
* allways fall back to fopen for encryption wrapperRobin Appelman2018-10-312-1/+25
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-312-1/+22
* Allow chunked uploads even if your quota is not sufficientRoeland Jago Douma2018-10-241-1/+1
* Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
* Do not log to error loglevel when converting the errorRoeland Jago Douma2018-08-061-1/+1
* allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
* Request a valid property for DAV opendirRoeland Jago Douma2018-06-211-1/+1
* Make sure initial files can be properly createdRoeland Jago Douma2018-06-071-1/+2
* Merge pull request #9388 from nextcloud/log-lock-state-on-conflictMorris Jobke2018-05-071-3/+1
|\
| * always log locking errorsRobin Appelman2018-05-041-3/+1