aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper
Commit message (Expand)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-20/+5
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-312-0/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-262-4/+4
* Use global used space in quota wrappen when external storage is includedRobin Appelman2020-03-041-9/+18
* Update license headersChristoph Wurst2019-12-057-7/+16
* Some php-cs fixesRoeland Jago Douma2019-11-223-2/+3
* Merge pull request #17264 from nextcloud/move-from-storage-wrappersRoeland Jago Douma2019-09-261-0/+8
|\
| * handle moveFromStorage within the same storage even when storage wrappers are...Robin Appelman2019-09-251-0/+8
* | 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
|/
* Check for free space on touchJulius Härtl2019-05-281-0/+10
* don't close input stream when writing in encrypted fileFlorian Schunk2019-01-101-1/+0
* fix writeStream for jail wrapperRobin Appelman2018-10-311-0/+15
* allways fall back to fopen for encryption wrapperRobin Appelman2018-10-312-1/+25
* Allow chunked uploads even if your quota is not sufficientRoeland Jago Douma2018-10-241-1/+1
* Normalize getUnjailedPathRoeland Jago Douma2018-10-111-1/+2
* allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
* Make sure initial files can be properly createdRoeland Jago Douma2018-06-071-1/+2
* 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-261-1/+1
* reset encryptionVersion to '1' if a file was stream copied, because this mean...Bjoern Schiessle2018-04-031-7/+8
* Simplify return statementMorris Jobke2018-02-131-3/+1
* Simplify ternary operator statementsMorris Jobke2018-01-261-2/+2
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-2/+5
* Use the correct root for shared jail when the source storage is also a jailRobin Appelman2017-11-101-0/+11
* 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