summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* optimize search post-processing for jail wrapperRobin Appelman2022-08-301-5/+7
* don't set `null` as a bundle pathRobin Appelman2022-07-271-3/+6
* only use nextcloud bundle when explicitly enabledRobin Appelman2022-07-182-10/+15
* also use nextcloud certificate bundle when downloading from s3Robin Appelman2022-07-182-10/+17
* Check whether entry is of type ICacheEntry in Cache->remove()Jonas2022-06-301-1/+1
* Merge pull request #32777 from nextcloud/backport/32767/stable23Vincent Petry2022-06-101-0/+13
|\
| * handle stream wrappers in SeekableHttpStreamRobin Appelman2022-06-091-0/+13
* | Cleanup temporary files after finishing the write to object storageJulius Härtl2022-06-021-0/+2
|/
* Merge pull request #32124 from nextcloud/backport/32074/stable23blizzz2022-05-161-0/+11
|\
| * tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-251-0/+11
* | Merge pull request #31818 from nextcloud/backport/31574/stable23blizzz2022-05-052-1/+13
|\ \
| * | don't try to get custom certs for s3 primary storageRobin Appelman2022-04-142-3/+10
| * | use the nextcloud certificate bundle for s3Robin Appelman2022-04-141-1/+6
* | | use the same cached propfind for free space for dav storageRobin Appelman2022-04-141-2/+2
* | | only request free space once for external sharesRobin Appelman2022-04-141-1/+1
* | | don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-142-2/+7
| |/ |/|
* | Merge pull request #31878 from nextcloud/backport/31754/stable23blizzz2022-04-141-3/+3
|\ \
| * | Fix incorrect if conditions in ViewCôme Chilliet2022-04-141-3/+3
* | | Merge pull request #31835 from nextcloud/backport/31816/stable23blizzz2022-04-141-0/+1
|\ \ \ | |_|/ |/| |
| * | Deduplicate storage ids in list before reusingJoas Schilling2022-04-041-0/+1
| |/
* / return dummy availability if storage is not found in cacheRobin Appelman2022-03-101-2/+5
|/
* Don't set up full filesystem to check for certificatesJoas Schilling2022-03-021-0/+3
* Merge pull request #31098 from nextcloud/backport/30942/stable23Vincent Petry2022-03-012-28/+32
|\
| * fix fs cache test user setupRobin Appelman2022-02-161-0/+2
| * pass user object during fs initRobin Appelman2022-02-161-7/+14
| * only setup part of the filesystem for appdata requestsRobin Appelman2022-02-162-21/+16
* | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-211-1/+1
* | Wrap S3 multipart upload exceptionLouis Chemineau2022-02-211-1/+1
|/
* Fix psalm not runningCarl Schwan2022-01-271-1/+1
* Merge pull request #29798 from nextcloud/stable23-diskJohn Molakvoæ2022-01-201-1/+1
|\
| * [stable23] Check for disk_free_spaceacsfer2021-11-191-1/+1
* | Merge pull request #30684 from nextcloud/backport/30531/stable23Carl Schwan2022-01-171-1/+20
|\ \
| * | Fix psalm issuesCarl Schwan2022-01-141-6/+6
| * | Add helper method in WrapperCarl Schwan2022-01-141-1/+20
* | | updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer2022-01-141-1/+10
|/ /
* | Implement multibucket shift for ObjectStoreJohn Molakvoæ2022-01-142-3/+16
* | Fix fail when keys/files folder already existsVincent Petry2022-01-111-1/+5
* | Check resource before closing in encryption wrapperVincent Petry2021-12-101-2/+6
* | 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
* | Normalize directory entries in Encoding wrapperVincent Petry2021-11-193-4/+70
* | Move storage encoding compatibility warning logicVincent Petry2021-11-192-2/+11
* | Normalize file name before existence check in scannerVincent Petry2021-11-191-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
|\ \ | |/ |/|