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-04-08Merge pull request #31676 from nextcloud/enh/ocp-owner-lockVincent Petry
2022-04-07Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman
2022-04-07Adapt LockScope to LockContext renameenh/ocp-owner-lockJulius Härtl
2022-04-04don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman
2022-04-04optimize getById on LazyUserFolder to not require a full fs setupRobin Appelman
2022-04-04allow getting mounts by providersRobin Appelman
2022-04-04Add public API for owner based lockingJulius Härtl
2022-03-24Add missing PHPDoc in InvalidateMountCacheEventVincent Petry
2022-03-24Apply suggestions from code reviewRobin Appelman
2022-03-24fix method nameRobin Appelman
2022-03-24add logic to perform a full filesystem setup when neededRobin Appelman
2022-03-24update cached mounts when only specific providers have been setupRobin Appelman
2022-03-24allow getting mounts by providerRobin Appelman
2022-03-24allow getting cached mounts by path from the mount cacheRobin Appelman
2022-03-08Merge pull request #31431 from nextcloud/fs-setup-managerRobin Appelman
2022-03-07Note DI only usage in PHPDocChristopher Ng
2022-03-07Add missing @since in InMemoryFile to please CICôme Chilliet
2022-03-04type fixesfs-setup-managerRobin Appelman
2022-03-04move logic to decide what to setup to setupmanagerRobin Appelman
2022-03-04adjust tests to new fs setupRobin Appelman
2022-03-04more type hints for ICachedMountInfo and IMountManagerRobin Appelman
2022-03-04Extend simple file with extension getterenh/simple-file-extensionChristopher Ng
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
2022-02-17Fix some issues with the API documentationCarl Schwan
2021-12-02code checker fixes for instanceOfStorageRobin Appelman
2021-12-02teach psalm about `Storage::instanceOfStorage`Robin Appelman
2021-11-23Fix ArrayAccess and JsonSerializable return typesCôme Chilliet
2021-10-22Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ
2021-10-14Add already used optional sizeDifference parameter to IPropagatorJulius Härtl
2021-10-07Merge pull request #28608 from nextcloud/path-prefix-filterVincent Petry
2021-08-27Fix typo on the DocBlock of the copy methodAsier Iturralde Sarasola
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-17use case insensitive like when limiting search to jailRobin Appelman
2021-07-29Remove some mentions of ownCloud from our api documentationCarl Schwan
2021-06-30Migrate HintException to OCPGary Kim
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-20Rename External storages to External storageszaimen
2021-04-21set mimetype for objects uploaded to object storagesRobin Appelman
2021-03-24getStorage can also return nullRobin Appelman
2021-03-24getRelativePath can return nullRobin Appelman
2021-03-23dont return private storage interface from public mount interfaceRobin Appelman
2021-03-19handle ordering in folder searchRobin Appelman
2021-03-18only require user to be set in a query that handles tagsRobin Appelman
2021-03-12add ICopyFromCache trait to expose existing implementationRobin Appelman
2021-03-04catch notfound and forbidden exception in smb::getmetadataRobin Appelman
2021-02-15move AbstractCacheEvent into OCPRobin Appelman
2021-01-28Make whole Template class finalJulius Härtl