aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* dav: clean path before putting it in the statcacheRobin Appelman2023-06-231-0/+1
* implement optimized getDirectoryContent for DAVRobin Appelman2023-06-221-96/+125
* Fix deprecated method callDominik Fuchß2023-06-131-1/+2
* Changes after code review.Dominik Fuchß2023-06-131-2/+7
* Add config variable for curl timeoutDominik Fuchß2023-06-131-2/+6
* Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_privateRobin Appelman2023-06-015-10/+10
|\
| * Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-155-10/+10
* | invert elseif on rmdir for local storage Lorenzo Tanganelli2023-05-241-2/+2
* | Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizesCôme Chilliet2023-05-152-3/+5
|\ \ | |/ |/|
| * Get rid of more int casts in file size manipulationsCôme Chilliet2023-05-112-3/+5
* | Merge pull request #37621 from nextcloud/enh/lock-readable-pathJulius Härtl2023-05-131-0/+3
|\ \ | |/ |/|
| * fix: Wrap filesystem LockedExceptions for holding the readable pathJulius Härtl2023-05-021-0/+3
* | Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-274-4/+4
|/
* Merge pull request #37818 from nextcloud/dav-ext-storage-logRobin Appelman2023-04-251-0/+18
|\
| * debug log requests made by dav external storage/sharesRobin Appelman2023-04-241-0/+18
* | Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-241-1/+4
|\ \ | |/ |/|
| * fix unencrypted_size for files when scanningRobin Appelman2023-04-041-1/+4
* | Merge pull request #37062 from nextcloud/free-spaceRobin Appelman2023-04-211-1/+1
|\ \
| * | Add function_exists() checkGit'Fellow2023-03-071-1/+1
| * | Fix free space problemsGit'Fellow2023-03-071-1/+1
* | | Merge branch 'master' into enh/type-iconfig-getter-callsCôme Chilliet2023-04-202-1/+6
|\ \ \
| * \ \ Merge pull request #37617 from nextcloud/notify-self-test-errorArthur Schiwon2023-04-111-0/+3
| |\ \ \
| | * | | handle not being able to write file for notify self-testRobin Appelman2023-04-061-0/+3
| * | | | Merge pull request #34607 from nextcloud/encryption-size-not-foundVincent Petry2023-04-061-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fix encryption wrapper filesize for non existing filesRobin Appelman2023-04-041-1/+3
| | | |/ | | |/|
* | / | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-053-4/+4
|/ / /
* | | Fix return type of methods returning false on errorCôme Chilliet2023-04-035-22/+14
* | | Remove unused method getLocalFolderCôme Chilliet2023-04-032-8/+0
|/ /
* | 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