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-31cache storage id mapping both waysstorage-id-cache-bi-directionalRobin Appelman
2022-03-18some file scanner performance improvementsRobin Appelman
2022-02-25return dummy availability if storage is not found in cacheRobin Appelman
2021-12-03Switch logical operatorsacsfer
2021-12-02background scan the source storage when a background scan on a storage jail i...Robin Appelman
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
2021-11-17Normalize directory entries in Encoding wrapperVincent Petry
2021-11-17Move storage encoding compatibility warning logicVincent Petry
2021-11-17Normalize file name before existence check in scannerVincent Petry
2021-11-01properly handle cases where cache wrappers block accessRobin Appelman
2021-11-01Merge pull request #29281 from vijfhoek/masterJohn Molakvoæ
2021-10-28Merge pull request #29115 from nextcloud/work/carl/correct-permissions-when-c...Carl Schwan
2021-10-28Fix permissions when copying from ObjectStorageCarl Schwan
2021-10-17Move query outside the loop and reduce chunk size to 1000Sijmen Schoon
2021-10-17Limit parameter count per query in Cache.removeChildrenSijmen Schoon
2021-10-15more reliable return value for Watcher::checkUpdateRobin Appelman
2021-08-26generate a better optimized query for path prefix search filtersRobin Appelman
2021-08-24Merge pull request #28476 from nextcloud/search-jail-insensitiveVincent Petry
2021-08-23use getGetUnjailedRoot to determine if jailed search needs the path filterRobin Appelman
2021-08-17use case insensitive like when limiting search to jailRobin Appelman
2021-07-29Remove some mentions of ownCloud from our api documentationCarl Schwan
2021-07-26dont apply jail search filter is on the rootRobin Appelman
2021-06-14inject SearchBuilderRobin Appelman
2021-06-14split of query building bits from searchhelperRobin Appelman
2021-06-14update tests and fix some edge cases around new searchRobin Appelman
2021-06-14some cleanup and documentationRobin Appelman
2021-06-14perform file search in a single queryRobin Appelman
2021-06-14use searchoperation for storage filter instead of db expressionRobin Appelman
2021-06-14rework search api to allow searching on multiple caches at onceRobin Appelman
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-21properly use limit and offset for search in Jail wrapperRobin Appelman
2021-05-19better cleanup of filecache when deleting an external storageRobin Appelman
2021-03-25Log when a storage is marked as unavailableMorris Jobke
2021-03-24Catch invalid cache source storage pathJohn Molakvoæ (skjnldsv)
2021-03-18only require user to be set in a query that handles tagsRobin Appelman
2021-03-16Merge pull request #26013 from nextcloud/object-store-copy-cache-idRobin Appelman
2021-03-15Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry
2021-03-12verify that cache entry is validRobin Appelman
2021-03-12also implement for FailedCache and NullCacheRobin Appelman
2021-03-12add ICopyFromCache trait to expose existing implementationRobin Appelman
2021-03-05Merge pull request #25659 from nextcloud/smb-getmetadata-catchRoeland Jago Douma
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-03-04Remove RedundantcastsRoeland Jago Douma
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-15move AbstractCacheEvent into OCPRobin Appelman
2021-01-26adjust testsRobin Appelman
2021-01-26fix search in nested jailsRobin Appelman
2021-01-26fix cachjail searching for rootRobin Appelman
2021-01-26do cachejail search filtering in sqlRobin Appelman
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst