summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Add missing taint analysis docblock comments, and improve escaping in some me...Carl Schwan2023-04-241-0/+1
* Merge pull request #36857 from nextcloud/scan-repair-unencrypted-sizeRobin Appelman2023-04-246-40/+54
|\
| * fix type hintsRobin Appelman2023-04-044-8/+6
| * fix unencrypted folder size when no children with unencrypted size set are leftRobin Appelman2023-04-042-31/+26
| * fix unencrypted_size for files when scanningRobin Appelman2023-04-042-1/+12
| * fix unencrypted_size for folders when scanning the filesystem with encryption...Robin Appelman2023-04-042-6/+16
* | Merge pull request #37820 from nextcloud/parent-storage-mtime-ignore-errorRobin Appelman2023-04-211-1/+13
|\ \
| * | ignore errors while trying to update parent storage_mtimeRobin Appelman2023-04-201-1/+13
* | | 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-208-74/+153
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #36774 from nextcloud/bugfix/noid/sabre-nodesSimon L2023-04-181-1/+5
| |\ \ \
| | * | | fix: Use proper path when creating node instancesJulius Härtl2023-04-171-1/+5
| * | | | Merge pull request #37534 from Rsplwe/masterSimon L2023-04-181-7/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Update lib/private/Files/ObjectStore/S3.phpRsplwe2023-04-031-1/+1
| | * | | s3: get remaining truncation partRsplwe2023-04-011-7/+18
| | * | | Adjust the value of 'maxparts' to 1000Rsplwe2023-04-011-1/+1
| * | | | Merge pull request #32314 from nextcloud/object-mkdir-loggingSimon L2023-04-171-0/+3
| |\ \ \ \
| | * | | | additional logging when mkdir fails for object storageRobin Appelman2023-04-051-0/+3
| * | | | | Put Mimeloader insertion and read in the same transactionThomas Citharel2023-04-171-18/+41
| * | | | | Merge pull request #37429 from nextcloud/object-store-rmdirJulius Härtl2023-04-131-36/+50
| |\ \ \ \ \
| | * | | | | improve objectstore rmdir handlingRobin Appelman2023-04-031-36/+50
| | | |_|_|/ | | |/| | |
| * | | | | 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
| | |/ / / /
| * | | | | Merge pull request #22943 from nextcloud/scanner-no-access-handlingRobin Appelman2023-04-051-5/+11
| |\ \ \ \ \
| | * | | | | improve handling of files we can't access in the scannerRobin Appelman2023-04-051-5/+11
| | |/ / / /
| * | / / / better error messages if the users home is not writable during scanningRobin Appelman2023-04-051-7/+20
| | |/ / / | |/| | |
* / | | | Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-056-9/+9
|/ / / /
* | | | Merge pull request #36836 from nextcloud/fix/view-type-cleanupCôme Chilliet2023-04-0513-292/+183
|\ \ \ \ | |/ / / |/| | |
| * | | Remove unecessary fully qualified namespaces from phpdocCôme Chilliet2023-04-051-4/+4
| * | | View needs to return an instance of OC\Files\FileInfo explicitelyCôme Chilliet2023-04-032-8/+3
| * | | More type cleanup in View and FileInfoCôme Chilliet2023-04-032-95/+82
| * | | Fix return type of methods returning false on errorCôme Chilliet2023-04-039-36/+22
| * | | Improve typing for fopen/toTmpFileCôme Chilliet2023-04-032-4/+5
| * | | Remove unused method getLocalFolderCôme Chilliet2023-04-034-30/+0
| * | | Tidy up typing in OC\Files\ViewCôme Chilliet2023-04-032-122/+74
* | | | Merge pull request #36097 from nextcloud/path-prefix-optimizeRobin Appelman2023-04-033-13/+58
|\ \ \ \
| * | | | extend path-prefix optimizer to remove all cases of path_hash= when encounter...Robin Appelman2023-01-113-13/+58
* | | | | Fix inherited parameter namesjld31032023-04-033-8/+8
| |/ / / |/| | |
* | | | clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
| |/ / |/| |
* | | 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
* | | Merge pull request #36810 from nextcloud/setup-user-onetime-before-mountsRobin Appelman2023-03-241-9/+7
|\ \ \