aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
* Merge pull request #29758 from nextcloud/disk_free_space-fix-php8Vincent Petry2021-11-191-1/+1
|\
| * Check for `disk_free_space`acsfer2021-11-181-1/+1
* | 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-2220-330/+61
|\ \
| * | Fix security issues when copying groupfolder with advanced ACLCarl Schwan2021-10-211-1/+4
| * | Merge pull request #28768 from nextcloud/check-file-existsJohn Molakvoæ2021-10-181-1/+1
| |\ \
| | * | Simplify :)acsfer2021-10-041-1/+1
| | * | Replace `file_exists()` method by `is_file()`acsfer2021-10-041-1/+1
| | * | Get `filesize()` if `file_exists()`acsfer2021-10-011-1/+1
| | |/
| * | Merge pull request #27194 from nextcloud/new-ftpJohn Molakvoæ2021-10-141-7/+7
| |\ \
| | * | make param names consistent with interface for copy directory polyfillRobin Appelman2021-10-071-7/+7
| | |/
| * | explicitly close source stream on encryption storageDaniel Kesselberg2021-09-211-2/+3
| * | explicitly close source stream on local storageDaniel Kesselberg2021-09-211-1/+4
| |/
| * Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl2021-08-131-0/+1
| * Merge pull request #27923 from nextcloud/remove-flysystem-storage-classLukas Reschke2021-08-101-264/+0
| |\
| | * Remove Flysystem storage classLukas Reschke2021-07-121-264/+0
| * | Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-2/+2
| |/
| * Fix scanner mistaking socket files for directoriesRid2021-06-171-2/+2
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0420-26/+6
| * better cleanup of user files on user deletionRobin Appelman2021-04-271-1/+1
| * 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
| * | Merge pull request #25280 from nextcloud/explicit-file-permissionsRoeland Jago Douma2021-03-301-4/+16
| |\ \
| | * | Set umask before operations that create local filesRobin Appelman2021-03-231-4/+16
| * | | show better error messages when a file with a forbidden path is encounteredRobin Appelman2021-03-241-8/+4
| |/ /
* / / dont return private storage interface from public mount interfaceRobin Appelman2021-03-233-3/+3
|/ /
* | apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman2021-03-091-1/+1
* | Fix RedundantPropertyInitializationCheckRoeland Jago Douma2021-03-091-2/+2
* | catch notfound and forbidden exception in smb::getmetadataRobin Appelman2021-03-045-17/+1
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-182-2/+2
* | explicitly set permissions on newly created foldersRobin Appelman2021-01-201-1/+4
* | Add 'allow Symlinks' as an option to config.phpJohannes Leuker2021-01-121-3/+2
* | Remove unneeded casts that were found by PsalmMorris Jobke2021-01-111-1/+1
* | Properly handle result when copying with failure and throw in testsJulius Härtl2021-01-051-2/+2
|/
* Update license headersChristoph Wurst2020-12-307-0/+15
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-295-44/+45
* 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-228-14/+18
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-217-13/+17