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-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
2021-01-28Move TemplateProvider registration to boot context and make template type reg...Julius Härtl
2021-01-28Skip template picker if none availableJohn Molakvoæ (skjnldsv)
2021-01-28Add templatedirectory config value to let admins have their custom templates ...Julius Härtl
2021-01-28Add ratio to template creatorsJulius Härtl
2021-01-28Add template pickerJohn Molakvoæ (skjnldsv)
2021-01-28files: Create files from template APIJulius Härtl
2020-12-30Update license headersChristoph Wurst
2020-12-29Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst
2020-12-22Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma
2020-12-22Merge pull request #24594 from kofemann/dcacheJulius Härtl
2020-12-21storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-02code style and dispatchTypedRobin Appelman