summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper
Commit message (Expand)AuthorAgeFilesLines
* Fixing psalm errorsCôme Chilliet2022-03-241-9/+9
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-26/+14
* Merge pull request #30631 from nextcloud/fix/update_encrypted_versionVincent Petry2022-01-141-1/+10
|\
| * updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer2022-01-121-1/+10
* | Fix psalm issuesCarl Schwan2022-01-131-6/+6
* | Add helper method in WrapperCarl Schwan2022-01-131-1/+20
|/
* Fix fail when keys/files folder already existsVincent Petry2022-01-101-1/+5
* Check resource before closing in encryption wrapperVincent Petry2021-12-091-2/+6
* Normalize directory entries in Encoding wrapperVincent Petry2021-11-172-3/+66
* Update lib/private/Files/Storage/Wrapper/Availability.php add void Vincent Petry2021-11-051-1/+1
* Return false in hasUpdated when storage is not availableVincent Petry2021-11-051-4/+10
* Add type hint to fread_block $blockSize param & apply cs:fix.alanmeeson2021-10-231-2/+2
* Fix truncation of files upon read when using object store and encryption.Alan Meeson2021-10-231-2/+30
* Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ2021-10-231-4/+4
|\
| * Handle files with is_file instead of file_existsacsfer2021-08-151-4/+4
* | Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-227-21/+16
|\ \
| * | explicitly close source stream on encryption storageDaniel Kesselberg2021-09-211-2/+3
| |/
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-047-8/+3
| * Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke2021-04-061-13/+12
| |\
| | * fix even more bracketsJasper Knockaert2021-01-161-1/+1
| | * fix brakcetsJasper Knockaert2021-01-161-1/+0
| | * consolidation of boolean expressionJasper Knockaert2021-01-161-5/+2
| | * avoid fread on directories and unencrypted filesJasper Knockaert2021-01-051-13/+16
* | | dont return private storage interface from public mount interfaceRobin Appelman2021-03-232-2/+2
|/ /
* | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-1/+1
* | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-044-16/+0
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
|/
* Update license headersChristoph Wurst2020-12-305-0/+13
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-294-42/+42
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-225-70/+70
|\
| * Unify links to php.netJ0WI2020-09-175-70/+70
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-225-10/+10
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-215-10/+10
* | | 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