aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper
Commit message (Expand)AuthorAgeFilesLines
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-164-4/+5
* Make sure root storage is valid before checking its sizeJohn Molakvoæ (skjnldsv)2020-11-091-1/+4
* Do not fetch the normalized full path again if it is already availableMorris Jobke2020-09-171-1/+1
* Check if quota should be applied to path when creating directoriesJulius Härtl2020-09-081-2/+9
* trim slashesRobin Appelman2020-08-281-1/+1
* Set proper root path for single file shares originating from other storagesJulius Härtl2020-08-281-5/+1
* Add legacy scanning commandRoeland Jago Douma2020-08-191-0/+1
* relax permissions mask check for detecting part file renameRobin Appelman2020-06-241-7/+3
* Fix getDirectoryContent implementation for Jail wrapperRobin Appelman2020-04-301-1/+1
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add method to storage backends to get directory content with metadataRobin Appelman2020-04-206-29/+72
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* 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
|/