summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMorris Jobke2017-11-067-0/+11
* Replace wrong PHPDocsLukas Reschke2017-08-016-26/+32
* Fix scan permissions with nested permissions masksRobin Appelman2017-07-131-1/+1
* Fix propagating changes within jail wrapperRobin Appelman2017-07-111-0/+13
* 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
* Merge pull request #4329 from nextcloud/move-out-shared-folderMorris Jobke2017-04-121-40/+40
|\
| * 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
* Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-141-0/+7
|\
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-141-0/+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
* | | Make sure we use the correct storage id when scanning a jailed storageRobin Appelman2017-01-251-1/+1
|/ /
* | Merge pull request #2411 from nextcloud/fix-encryption-home-storageMorris Jobke2016-12-051-2/+30
|\ \ | |/ |/|
| * check if the file should really be encrypted before we update the file cacheBjoern Schiessle2016-11-291-2/+30
* | apply permissions mask for shared storageRobin Appelman2016-12-021-1/+1
|/
* Fix permision maskRoeland Jago Douma2016-10-241-0/+8
* Move OC\Files\Storage\Shared to the right namespaceJoas Schilling2016-10-201-0/+4
* Allow jail wrappers to lazily initialize the source storageRobin Appelman2016-08-221-41/+41
* Allow storage wrappers to lazily initialize the source storageRobin Appelman2016-08-221-55/+55
* Fix storage id with storage jailRobin Appelman2016-07-221-1/+1
* Update with robinJoas Schilling2016-07-216-6/+6
* Fix othersJoas Schilling2016-07-217-9/+16
* Update license headersLukas Reschke2016-05-263-2/+4
* Remove unneeded unsets in encoding wrapperVincent Petry2016-05-201-16/+3
* Fixes for encoding wrapperVincent Petry2016-05-201-41/+19
* Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+568
* Prevent concurrent availability checksRobin McCorkell2016-04-261-0/+4
* Move \OC\Files to PSR-4Roeland Jago Douma2016-04-246-0/+2882