aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-1811-124/+123
* trigger a rescan when trying to fopen a file that exists in cache but not on ...Robin Appelman2022-09-291-1/+8
* Merge pull request #24596 from kofemann/dcache-wormVincent Petry2022-09-161-0/+14
|\
| * config: add a switch to control truncate before updateTigran Mkrtchyan2022-09-161-6/+12
| * files: remove destination file before copying new content (WORM)Tigran Mkrtchyan2022-09-161-0/+2
| * files: make OC\Files\Storage\Local WORM friendlyTigran Mkrtchyan2022-08-251-0/+6
* | Switch logical operators (and|or)Git'Fellow2022-09-121-18/+12
* | get quota for user only when neededRobin Appelman2022-09-011-20/+51
|/
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Merge pull request #31475 from nextcloud/kofemann-patch-1blizzz2022-06-211-0/+1
|\
| * files: close open directory file descriptor on error pathTiramisu Mokka2022-03-071-0/+1
* | 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
| | |/