aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman2022-03-0810-262/+469
|\
| * type fixesRobin Appelman2022-03-045-39/+17
| * move user mountpoint setup to setupmanagerRobin Appelman2022-03-044-112/+82
| * simplify setup of circular SetupManager<->ManagerRobin Appelman2022-03-042-11/+62
| * add template annotations to CappedMemoryCacheRobin Appelman2022-03-041-6/+8
| * move logic to decide what to setup to setupmanagerRobin Appelman2022-03-042-35/+40
| * adjust tests to new fs setupRobin Appelman2022-03-043-6/+6
| * move teardown logic to SetupManagerRobin Appelman2022-03-046-50/+75
| * start moving filesystem setup logic to it's own placeRobin Appelman2022-03-042-4/+208
| * more type hints for ICachedMountInfo and IMountManagerRobin Appelman2022-03-044-57/+29
* | Merge pull request #31418 from nextcloud/enh/simple-file-extensionPytal2022-03-072-0/+18
|\ \ | |/ |/|
| * Extend simple file with extension getterChristopher Ng2022-03-042-0/+18
* | Merge pull request #31266 from nextcloud/root-setup-mountproviderRobin Appelman2022-03-042-2/+108
|\ \ | |/ |/|
| * return dummy availability if storage is not found in cacheRobin Appelman2022-02-251-2/+5
| * move root mount setup to mountprovidersRobin Appelman2022-02-241-0/+103
* | Don't set up full filesystem to check for certificatesJoas Schilling2022-02-261-0/+3
|/
* store mountprovider for each mount in the mounts tableRobin Appelman2022-02-2311-30/+104
* Wrap S3 multipart upload exceptionLouis Chemineau2022-02-161-1/+1
* Wrap S3 multipart upload exceptionLouis Chemineau2022-02-151-1/+1
* Merge pull request #31035 from paierlep/fix/occ_scan_no_files_errorVincent Petry2022-02-101-1/+1
|\
| * Removes misleading error message in occ files:scan for new users.Christian Paier2022-02-051-1/+1
* | fix fs cache test user setupRobin Appelman2022-02-091-0/+2
* | pass user object during fs initRobin Appelman2022-02-091-7/+14
* | only setup part of the filesystem for appdata requestsRobin Appelman2022-02-092-21/+16
|/
* Return 404 when AJAX tries to list dir content but file givenMichaIng2022-01-261-1/+1
* Remove redundant if clauseCôme Chilliet2022-01-251-4/+1
* Fix OC\Files\Storage\DAV::hasUpdated when cache is not setCôme Chilliet2022-01-251-1/+1
* Merge pull request #29866 from nextcloud/isset-sizeVincent Petry2022-01-171-1/+1
|\
| * Typoacsfer2021-11-241-1/+1
| * Check if size value is setacsfer2021-11-231-1/+1
* | Merge pull request #30631 from nextcloud/fix/update_encrypted_versionVincent Petry2022-01-141-1/+10
|\ \
| * | updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer2022-01-121-1/+10
* | | Fix psalm issuesCarl Schwan2022-01-131-6/+6
* | | Add helper method in WrapperCarl Schwan2022-01-131-1/+20
* | | Merge pull request #30508 from nextcloud/fix/psaml-binCarl Schwan2022-01-131-2/+2
|\ \ \ | |/ / |/| |
| * | Check style updateCarl Schwan2022-01-131-1/+1
| * | Fix a few psalm issues and moved back to psalm/phar 4.18Carl Schwan2022-01-121-1/+1
* | | Fix fail when keys/files folder already existsVincent Petry2022-01-101-1/+5
|/ /
* | 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