summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* Request a valid property for DAV opendirRoeland Jago Douma2018-07-091-1/+1
* Merge pull request #10121 from nextcloud/stable13-allow-disable-encryptionMorris Jobke2018-07-091-2/+6
|\
| * allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
* | Fix undefined variable - found by PhanMorris Jobke2018-05-291-1/+1
* | always log locking errorsRobin Appelman2018-05-041-3/+1
|/
* reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-7/+8
* 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
| * rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::get...Robin Appelman2017-04-121-40/+40
* | Optimize put - Dont try to fetch filecache for not existing filecache in encr...Piotr M2017-04-121-2/+4
|/
* Dont use the permissions mask while scanningRobin Appelman2017-04-101-0/+4
* Remove verbose error messageLukas Reschke2017-03-291-2/+3
* allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-2/+10
* Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-142-0/+14
|\
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-142-0/+14
* | Merge pull request #3495 from nextcloud/dav-protectedRoeland Jago Douma2017-02-151-7/+7
|\ \
| * | Make it easier to subclass DAV storageRobin Appelman2017-02-151-7/+7
* | | Merge pull request #3447 from nextcloud/getmetadata-permissions-maskRoeland Jago Douma2017-02-151-0/+9
|\ \ \
| * | | also apply permissions mask in getMetaDataRobin Appelman2017-02-101-0/+9
* | | | Merge pull request #3262 from nextcloud/jail-scanner-storage-idRoeland Jago Douma2017-02-151-1/+1
|\ \ \ \
| * | | | Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-251-1/+1
* | | | | Merge pull request #3465 from nextcloud/storage-log-locksLukas Reschke2017-02-142-3/+84
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add missing PHPDoc and properly throw exceptionMorris Jobke2017-02-132-0/+6
| * | | | Add storage to log item as wellLukas Reschke2017-02-131-3/+33
| * | | | Add option to enable locking debug loggingRobin Appelman2017-02-131-3/+48
| | |/ / | |/| |
* / | | bug when connect to yandex webdav servervkuimov2017-02-101-1/+1
|/ / /
* | | remove obsolete hack (#26928)Jörn Friedrich Dreyer2017-01-271-12/+1
* | | Make DAV external storage test more reliableRobin Appelman2017-01-242-5/+9
|/ /
* | Merge pull request #2744 from nextcloud/oc_26324Roeland Jago Douma2017-01-111-52/+53
|\ \
| * | Fix DAV stat cache to properly cache 404Vincent Petry2017-01-051-52/+53
* | | replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-10/+8
|/ /
* | Nuke the legacy storage fallback from orbitVincent Petry2016-12-231-9/+2
* | Merge pull request #2411 from nextcloud/fix-encryption-home-storageMorris Jobke2016-12-051-2/+30
|\ \ | |/ |/|