summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* Close the streams in `writeStream` even when there is an exceptionRobin Appelman2020-04-151-3/+6
* Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-251-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
* | Merge pull request #9372 from nextcloud/bugfix/4577Morris Jobke2018-05-071-0/+8
|\ \
| * | Do not allow folder creation with quota of 0Roeland Jago Douma2018-05-031-0/+8
| |/
* / Cache is not part of the quotaRoeland Jago Douma2018-05-021-7/+7
|/
* move log constants to ILoggerArthur Schiwon2018-04-264-7/+10
* Fix undefined variable - found by PhanMorris Jobke2018-04-231-1/+1
* Merge pull request #9018 from nextcloud/fix-copy-encrypted-filesBjörn Schießle2018-04-031-7/+8
|\
| * reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-7/+8
* | Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-191-1/+1
|/
* Merge pull request #8284 from nextcloud/lib_log-storage-test-failedRoeland Jago Douma2018-03-011-0/+3
|\
| * External storage test: log exceptionsRoland Tapken2018-02-111-0/+3
* | Merge pull request #8259 from nextcloud/guzzle6Morris Jobke2018-02-141-2/+2
|\ \
| * | Adjust dav client to new guzzleRobin Appelman2018-02-091-2/+2
| |/
* / Simplify return statementMorris Jobke2018-02-131-3/+1
|/
* Merge pull request #8054 from nextcloud/substr-use-indexMorris Jobke2018-01-261-7/+3
|\
| * Use index based string access for substr with length of 1Morris Jobke2018-01-261-7/+3
* | Simplify ternary operator statementsMorris Jobke2018-01-261-2/+2
|/