summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge pull request #7918 from nextcloud/properly-log-exceptionsRoeland Jago Douma2018-01-232-4/+6
|\
| * Properly log the full exception instead of only the messageMorris Jobke2018-01-232-4/+6
* | Use fallback path if data dir is not available for Storage/Local.phpMorris Jobke2018-01-182-6/+14
|/
* Fix call to clearstatcache to actually use the file pathMorris Jobke2018-01-121-1/+1
* additional debug logging on smb copy/rename failuresRobin Appelman2017-12-181-0/+3
* Merge pull request #6682 from nextcloud/dav-mimetype-fallbackRoeland Jago Douma2017-12-111-9/+17
|\
| * Fallback to filename based detection if the remote dav server doesn't know th...Robin Appelman2017-09-281-9/+17
* | Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-0/+11
* | Run updated license header updaterMorris Jobke2017-11-071-1/+1
* | Update license headersMorris Jobke2017-11-0611-1/+18
* | Use ::class and fix missing docJoas Schilling2017-10-281-1/+2
|/
* Merge pull request #6052 from nextcloud/fix_jail_copyMorris Jobke2017-08-101-0/+6
|\
| * Fix copy from jailed storageRoeland Jago Douma2017-08-091-0/+6
* | Make definition compatibleLukas Reschke2017-08-091-1/+1
|/
* Replace wrong PHPDocsLukas Reschke2017-08-019-36/+45
* Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-1/+1
* Fix propagating changes within jail wrapperRobin Appelman2017-07-111-0/+13
* Fixed a crash caused by Local::copyFromStorage() not conforming to Common::co...Michael Munger2017-05-231-1/+1
* use unmasked permissions during scanningRobin Appelman2017-05-181-1/+2
* Make sure we use the passed-in storage when there is oneJoas Schilling2017-05-101-1/+4
* Remove unused use statementsMorris Jobke2017-04-221-2/+0
* Merge pull request #4329 from nextcloud/move-out-shared-folderMorris Jobke2017-04-122-42/+49
|\
| * use unjailed path when moving files out of a shared storageRobin Appelman2017-04-121-2/+9