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-05-17Files: Extend search to also cover tagsfeature/files-search-tagsMarcel Klehr
2022-04-20Fix testJoas Schilling
2022-04-06allow reusing known folder info when getting directory contentsRobin Appelman
2022-04-04dont needlessly resolve path when getting internalPath/storage from NodeRobin Appelman
2022-03-24Fix codestyleCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet
2022-03-04type fixesfs-setup-managerRobin Appelman
2022-03-04simplify setup of circular SetupManager<->ManagerRobin Appelman
2022-03-04move logic to decide what to setup to setupmanagerRobin Appelman
2022-03-04adjust tests to new fs setupRobin Appelman
2022-02-24move root mount setup to mountprovidersRobin Appelman
2022-02-23store mountprovider for each mount in the mounts tableRobin Appelman
2022-01-13Check style updateCarl Schwan
2021-12-16Fix PHP deprecation warning in File/ViewTestCôme Chilliet
2021-12-02fix testsRobin Appelman
2021-11-23Make mock config return default value to fix warningsCôme Chilliet
2021-11-23Fix FolderTest calls to Mountpoint constructor with wrong typeCôme Chilliet
2021-11-19Merge pull request #29622 from nextcloud/feat/objectstore_multibucket-shiftVincent Petry
2021-11-17Normalize directory entries in Encoding wrapperVincent Petry
2021-11-11Implement multibucket shift for ObjectStoreJohn Molakvoæ
2021-10-23Merge pull request #27440 from nextcloud/is-file-handleJohn Molakvoæ
2021-10-22Update Testsacsfer
2021-10-22Merge pull request #29220 from nextcloud/s3-external-listJohn Molakvoæ
2021-10-22Merge pull request #26347 from J0WI/clean-path-regexJohn Molakvoæ
2021-10-15ciRobin Appelman
2021-09-21explicitly close source stream on local storageDaniel Kesselberg
2021-08-20Refactor writeObject to only use MultipartUpload when requiredBernd Rederlechner
2021-08-15Tests updateacsfer
2021-08-09Merge pull request #28220 from nextcloud/get-by-id-multiple-mounts-single-sto...John Molakvoæ
2021-07-28fix Folder->getById() when a single storage is mounted multiple timesRobin Appelman
2021-07-28add test for searching within a "root jail"Robin Appelman
2021-06-30Run s3 tests againJulius Härtl
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-14rework search api to allow searching on multiple caches at onceRobin Appelman
2021-05-18Merge pull request #26322 from nextcloud/recent-searchJulius Härtl
2021-04-21set mimetype for objects uploaded to object storagesRobin Appelman
2021-04-21adjust testsRobin Appelman
2021-04-06Merge pull request #24966 from nextcloud/jknockaert-patch-1Lukas Reschke
2021-03-27Cleaner normalizePath regexJ0WI
2021-03-23Set umask before operations that create local filesRobin Appelman
2021-03-19handle ordering in folder searchRobin Appelman
2021-03-19folder filtering in sqlRobin Appelman
2021-03-19cleanup fileinfo creationRobin Appelman
2021-03-18handle limit and offset in folder file searchRobin Appelman
2021-03-18only require user to be set in a query that handles tagsRobin Appelman
2021-03-15Merge pull request #25136 from nextcloud/cachejail-search-filterVincent Petry
2021-03-09apply object store copy optimization when 'cross storage' copy is within the ...Robin Appelman
2021-03-04Add some typing to SharedStorageRoeland Jago Douma
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]