summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* Make max size for single put uploads configurableJulius Härtl2021-12-292-2/+6
* Merge pull request #28610 from nextcloud/enh/preview-cleanup-queryJulius Härtl2021-12-281-1/+1
|\
| * Use storage filter when fetching previews to cleanupJulius Härtl2021-08-261-1/+1
* | Fix php-cs for S3ConnectionTrait.phpJulius Härtl2021-12-211-1/+0
* | Merge pull request #27493 from cuppett/cuppett/simplify-aws-credential-providerJulius Härtl2021-12-211-6/+2
|\ \
| * | Simplify S3ConnectionTrait to defaultProvider plus optionStephen Cuppett2021-11-221-6/+2
* | | Merge pull request #30160 from nextcloud/bugfix/noid/encryption-wrapper-fclos...Pytal2021-12-091-2/+6
|\ \ \
| * | | Check resource before closing in encryption wrapperVincent Petry2021-12-091-2/+6
* | | | Switch logical operatorsacsfer2021-12-031-4/+4
* | | | background scan the source storage when a background scan on a storage jail i...Robin Appelman2021-12-022-16/+25
|/ / /
* | | Check for invalid characters before trimmingJoas Schilling2021-11-251-1/+1
* | | Fix Guzzle function callsCôme Chilliet2021-11-232-5/+5
* | | Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-232-6/+14
|/ /
* | Merge pull request #29622 from nextcloud/feat/objectstore_multibucket-shiftVincent Petry2021-11-192-3/+16
|\ \
| * | Implement multibucket shift for ObjectStoreJohn Molakvoæ2021-11-112-3/+16
* | | 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-173-4/+70
* | | Move storage encoding compatibility warning logicVincent Petry2021-11-172-2/+11
* | | Normalize file name before existence check in scannerVincent Petry2021-11-171-0/+1
|/ /
* | 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
* | Fix psalmJohn Molakvoæ2021-11-041-2/+2
* | Merge pull request #29502 from nextcloud/revert-27378-dav-recalc-checksumJohn Molakvoæ2021-11-011-3/+2
|\ \
| * | Revert "add dav plugin to trigger recalculating of checksums"John Molakvoæ2021-11-011-3/+2
* | | properly handle cases where cache wrappers block accessRobin Appelman2021-11-012-3/+4
* | | Merge pull request #29281 from vijfhoek/masterJohn Molakvoæ2021-11-012-6/+14
|\ \ \ | |/ / |/| |
| * | Move query outside the loop and reduce chunk size to 1000Sijmen Schoon2021-10-172-12/+14
| * | Limit parameter count per query in Cache.removeChildrenSijmen Schoon2021-10-171-8/+14
* | | Merge pull request #27378 from nextcloud/dav-recalc-checksumJohn Molakvoæ2021-11-011-2/+3
|\ \ \
| * | | Add dav plugin to trigger recalculating of checksumsRobin Appelman2021-08-231-2/+3
* | | | Merge pull request #29115 from nextcloud/work/carl/correct-permissions-when-c...Carl Schwan2021-10-282-1/+9
|\ \ \ \
| * | | | Fix permissions when copying from ObjectStorageCarl Schwan2021-10-282-1/+9
* | | | | 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 pull request #25392 from nextcloud/imountpoint-ocp-storageJulius Härtl2021-10-223-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-22103-1187/+1029
| |\ \ \ \ \ \
| * | | | | | | dont return private storage interface from public mount interfaceRobin Appelman2021-03-233-3/+3
* | | | | | | | Merge pull request #29220 from nextcloud/s3-external-listJohn Molakvoæ2021-10-222-2/+9
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | more reliable return value for Watcher::checkUpdateRobin Appelman2021-10-151-1/+8
| * | | | | | | s3 external storage listing reworkRobin Appelman2021-10-151-1/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #26347 from J0WI/clean-path-regexJohn Molakvoæ2021-10-221-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Cleaner normalizePath regexJ0WI2021-03-271-4/+4
* | | | | | | | 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