aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31966 from nextcloud/unencrypted-sizeVincent Petry2022-06-131-40/+58
|\
| * store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-021-40/+58
* | Expose umask override value as config parameter: localstorage.umaskMartin Brugnara2022-06-051-5/+9
|/
* composer run cs:fixCôme Chilliet2022-04-261-1/+0
* Remove ILogger usages in lib/private/Files/StorageCôme Chilliet2022-04-263-19/+25
* ignore forbidden files while scanning local storageRobin Appelman2022-04-201-1/+5
* use the same cached propfind for free space for dav storageRobin Appelman2022-04-041-2/+2
* Merge pull request #31632 from Maaxxs/fix-undefined-index-davLouis2022-03-291-3/+6
|\
| * Use the null coalescing operator to set the value of `size`.Max Kunzelmann2022-03-281-1/+1
| * Set `mtime` to null instead of false if `getlastmodified` does not exist.Max Kunzelmann2022-03-231-1/+1
| * Fix typo.Max Kunzelmann2022-03-201-1/+1
| * Fixes the undefined index error with the DAV property getlastmodifiedMax Kunzelmann2022-03-201-2/+5
* | Fixing psalm errorsCôme Chilliet2022-03-241-9/+9
* | Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-26/+14
|/
* some file scanner performance improvementsRobin Appelman2022-03-172-5/+20
* Remove redundant if clauseCôme Chilliet2022-01-251-4/+1
* Fix OC\Files\Storage\DAV::hasUpdated when cache is not setCôme Chilliet2022-01-251-1/+1
* 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
* 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