summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* more share permission logic to storage wrapperRobin Appelman2023-09-041-1/+2
* fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-152-3/+5
* Add function_exists() checkGit'Fellow2023-05-121-1/+1
* Fix free space problemsGit'Fellow2023-05-121-1/+1
* Revert "Revert "[stable26] handle not being able to write file for notify sel...John Molakvoæ2023-04-141-0/+3
* Revert "[stable26] handle not being able to write file for notify self-test"John Molakvoæ2023-04-131-3/+0
* handle not being able to write file for notify self-testRobin Appelman2023-04-131-0/+3
* Remove useless coalescing operator on non-null return valueCôme Chilliet2023-04-011-1/+1
* Fix quota typing for 32bits after forward port from 25Côme Chilliet2023-04-011-2/+2
* Silence a warning from psalm with explanationCôme Chilliet2023-04-011-0/+1
* Adapt types of subclassesCôme Chilliet2023-04-014-6/+6
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-012-9/+11
* Remove quota value type for 32-bit systemsVincent Petry2023-04-011-2/+2
* Respect OCP interface in private classesCôme Chilliet2023-02-078-8/+8
* Fix psalm errors related to filesizesCôme Chilliet2023-02-073-3/+6
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-078-21/+9
* Revert "remove 32-bit workarounds"Côme Chilliet2023-02-071-0/+13
* fix(encryption): don't throw on missing fileRichard Steinmetz2023-01-301-4/+1
* fix moving files of encrypted local storage to unencrypted local storageRobin Appelman2023-01-241-5/+13
* composer run cs:fixCôme Chilliet2023-01-206-8/+0
* Suppress last psalm error until upstream fix is released and includedCôme Chilliet2023-01-021-0/+1
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-1/+1
* clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+4
* fix reading newly written encrypted files before their cache entry is writtenRobin Appelman2022-11-301-4/+12
* fix psalmszaimen2022-11-021-1/+1
* remove 32-bit workaroundsszaimen2022-11-021-13/+0
* 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