summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* fix(CI): Suppress psalm UndefinedClassJoas Schilling2024-04-181-0/+1
* fix(files): Also skip cross storage move with access controlJoas Schilling2024-04-171-0/+2
* fix: use proper jailed patch in watcherRobin Appelman2024-04-091-4/+3
* fix: log error when default getWrapperStorage would return nullRobin Appelman2024-03-221-0/+9
* fix: add some recrusive detection/preventionRobin Appelman2024-03-191-0/+11
* fix: avoid scanning a non existing directoryBenjamin Gaussorgues2024-03-141-1/+5
* fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-261-0/+6
* add some support for rename on case insensitive local filesystemsRobin Appelman2023-11-151-2/+31
* optimize cache jail creationRobin Appelman2023-11-071-4/+1
* add wrapper to ensure we don't get an mtime that is lower than we know it isRobin Appelman2023-10-101-0/+142
* fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-121-1/+1
* only determine quota_include_external_storage once for quota wrapperRobin Appelman2023-09-071-2/+3
* more share permission logic to storage wrapperRobin Appelman2023-09-041-1/+2
* Include PR #38965Git'Fellow2023-07-101-0/+1
* implement optimized getDirectoryContent for DAVRobin Appelman2023-07-101-96/+125
* fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* Fix deprecated method callDominik Fuchß2023-06-141-1/+2
* Changes after code review.Dominik Fuchß2023-06-141-2/+7
* Add config variable for curl timeoutDominik Fuchß2023-06-141-2/+6
* 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