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-08-02Document all getIncomplete implementations as returning string|falseCôme Chilliet
2022-08-01Fix dynamic property creations in test filesfix/fix-dynamic-properties-in-testsCôme Chilliet
2022-07-27Fix typos in lib/private subdirectoryluz paz
2022-06-29Check whether entry is of type ICacheEntry in Cache->remove()Jonas
2022-06-23Search without join on filecache_extendedfix/extended-query-searchCarl Schwan
2022-06-02store unencrypted size in the unencrypted_size columnunencrypted-sizeRobin Appelman
2022-05-17Files: Extend search to also cover tagsfeature/files-search-tagsMarcel Klehr
2022-04-26Migrate more classes of lib/private to LoggerInterfaceCôme Chilliet
2022-04-22tell mysql to ignore the sort index for search queriesmysql-search-ignore-index-2Robin Appelman
2022-04-07Merge pull request #31713 from nextcloud/fed-performanceRobin Appelman
2022-04-04Merge pull request #31816 from nextcloud/bugfix/noid/deduplicate-storage-id-b...Joas Schilling
2022-04-04Merge pull request #31776 from nextcloud/storage-id-cache-bi-directionalRobin Appelman
2022-04-04only request free space once for external sharesRobin Appelman
2022-04-04don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman
2022-04-04Deduplicate storage ids in list before reusingJoas Schilling
2022-03-31cache storage id mapping both waysstorage-id-cache-bi-directionalRobin Appelman
2022-03-24Adapt more code to migration to LoggerInterfaceCôme Chilliet
2022-03-24Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet
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