Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-21fix fs cache test user setupRobin Appelman
2022-03-21pass user object during fs initRobin Appelman
2022-03-21only setup part of the filesystem for appdata requestsRobin Appelman
2022-03-10Merge pull request #29565 from nextcloud/backport/25332/stable22blizzz
2022-01-24Fix psalmCarl Schwan
2022-01-17[stable22] Check for disk_free_spaceacsfer
2022-01-15updateEncryptedVersion: cleanup on target if cache already got renamedJonas Meurer
2022-01-14Fix psalm issuesCarl Schwan
2022-01-14Add helper method in WrapperCarl Schwan
2022-01-14Implement multibucket shift for ObjectStoreJohn Molakvoæ
2022-01-11Fix fail when keys/files folder already existsVincent Petry
2021-12-10Check resource before closing in encryption wrapperVincent Petry
2021-12-06background scan the source storage when a background scan on a storage jail i...Robin Appelman
2021-11-25Check for invalid characters before trimmingJoas Schilling
2021-11-24properly handle cases where cache wrappers block accessRobin Appelman
2021-11-19Normalize directory entries in Encoding wrapperVincent Petry
2021-11-19Move storage encoding compatibility warning logicVincent Petry
2021-11-19Normalize file name before existence check in scannerVincent Petry
2021-11-05Update lib/private/Files/Storage/Wrapper/Availability.php add void backport/25332/stable22Vincent Petry
2021-11-05Return false in hasUpdated when storage is not availableVincent Petry
2021-11-01Move query outside the loop and reduce chunk size to 1000Sijmen Schoon
2021-11-01Limit parameter count per query in Cache.removeChildrenSijmen Schoon
2021-10-30Merge pull request #29475 from nextcloud/backport/29115/stable22Carl Schwan
2021-10-30Merge pull request #29415 from nextcloud/backport/27440/stable22MichaIng
2021-10-30Fix permissions when copying from ObjectStorageCarl Schwan
2021-10-23Handle files with is_file instead of file_existsacsfer
2021-10-22more reliable return value for Watcher::checkUpdateRobin Appelman
2021-10-22s3 external storage listing reworkRobin Appelman
2021-10-21Fix security issues when copying groupfolder with advanced ACLCarl Schwan
2021-10-18Simplify :)acsfer
2021-10-18Replace `file_exists()` method by `is_file()`acsfer
2021-10-18Get `filesize()` if `file_exists()`acsfer
2021-10-12Merge pull request #29160 from nextcloud/backport/24185/stable22Julius Härtl
2021-10-11Merge pull request #29133 from nextcloud/backport/28907/stable22Julius Härtl
2021-10-11Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl
2021-10-08explicitly close source stream on encryption storageDaniel Kesselberg
2021-10-08explicitly close source stream on local storageDaniel Kesselberg
2021-10-07generate a better optimized query for path prefix search filtersRobin Appelman
2021-09-23Merge pull request #28683 from nextcloud/backport/26463/stable22blizzz
2021-09-20Support seeking also from the end of file on S3 storagePauli Järvinen
2021-09-01fix(proxy): use accessorMaxime Besson
2021-09-01fix(proxy): reaching s3 storage behind some http proxyMaxime Besson
2021-09-01fix(proxy): reaching s3 storage behind some http proxySamuel
2021-08-26Unregister enc stream wrapper for any exceptionVincent Petry
2021-08-25Merge pull request #28583 from nextcloud/backport/28566/stable22Lukas Reschke
2021-08-24use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman
2021-08-24use case insensitive like when limiting search to jailRobin Appelman
2021-08-09fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman
2021-07-29dont apply jail search filter is on the rootRobin Appelman
2021-07-05Merge pull request #27752 from nextcloud/backport/27586/stable22John Molakvoæ