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
2021-11-11Fix updating with appsJoas Schilling
2021-11-08Merge pull request #29520 from nextcloud/backport/29479/stable21Côme Chilliet
2021-11-04Revert "[21] tell mysql to ignore the sort index for search queries"John Molakvoæ
2021-11-04Merge branch 'stable21' into backport/29479/stable21Côme Chilliet
2021-11-04Merge pull request #29322 from nextcloud/mysql-search-ignore-index-21John Molakvoæ
2021-11-02Fix resource usages in OC_ImageCôme Chilliet
2021-11-01Move query outside the loop and reduce chunk size to 1000Sijmen Schoon
2021-11-01Limit parameter count per query in Cache.removeChildrenSijmen Schoon
2021-10-30Merge pull request #29416 from nextcloud/backport/27440/stable21MichaIng
2021-10-28Fix permissions when copying from ObjectStorageCarl Schwan
2021-10-26more reliable return value for Watcher::checkUpdateRobin Appelman
2021-10-26s3 external storage listing reworkRobin Appelman
2021-10-23Handle files with is_file instead of file_existsacsfer
2021-10-22Make the route name error more helpfulChristoph Wurst
2021-10-21Fix security issues when copying groupfolder with advanced ACLCarl Schwan
2021-10-21Merge pull request #29289 from nextcloud/backport/28768/stable21John Molakvoæ
2021-10-19Merge pull request #29182 from nextcloud/backport/29028/stable21John Molakvoæ
2021-10-19Fix app upgradeJoas Schilling
2021-10-18tell mysql to ignore the sort index for search queriesRobin Appelman
2021-10-18allow specifying index hints for mysql search queriesRobin Appelman
2021-10-18Simplify :)acsfer
2021-10-18Replace `file_exists()` method by `is_file()`acsfer
2021-10-18Get `filesize()` if `file_exists()`acsfer
2021-10-15Merge pull request #29159 from nextcloud/backport/24185/stable21Daniel
2021-10-14Merge pull request #29203 from nextcloud/backport/26688/stable21MichaIng
2021-10-13Merge pull request #29197 from nextcloud/backport/29020/stable21Joas Schilling
2021-10-13Keep group restrictions when reenabling apps after an updateJoas Schilling
2021-10-13Fix translated app detailsJoas Schilling
2021-10-13Add proper message to created share not foundJohn Molakvoæ (skjnldsv)
2021-10-13Merge pull request #29130 from nextcloud/backport/27886/stable21Vincent Petry
2021-10-13Merge pull request #29080 from nextcloud/path-prefix-filter-21Vincent Petry
2021-10-12[21] generate a better optimized query for path prefix search filtersRobin Appelman
2021-10-12add 'supported'-label to all supported apps, also if they are not downloaded yetBjoern Schiessle
2021-10-12Merge pull request #29037 from Hinyka/stable21Vincent Petry
2021-10-11Merge pull request #29134 from nextcloud/backport/28907/stable21Julius Härtl
2021-10-11Merge pull request #29164 from nextcloud/backport/29062/stable21MichaIng
2021-10-11Don't further setup disabled users when logging in with apacheJoas Schilling
2021-10-11Tokens without password should not trigger changed password invalidationJulius Härtl
2021-10-11Make sure that a empty directory can still be deleted when copied from anothe...Julius Härtl
2021-10-08explicitly close source stream on encryption storageDaniel Kesselberg
2021-10-08explicitly close source stream on local storageDaniel Kesselberg
2021-10-08Fix psalm issue in Encryption streamVincent Petry
2021-10-08add spaces around operatorsTobias Assmann
2021-10-08draft to prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann
2021-10-06consider some config keys under 'objectstore_multibucket' as sensitiveJulien Veyssier
2021-10-04Fix path of file_get_contentsacsfer
2021-10-02backport of #28263Karel Hink
2021-09-30handle case where storage can't be created in getStorageRootIdRobin Appelman
2021-09-29Prevent empty base URL during installationLouis Chemineau
2021-09-27Merge pull request #27203 from nextcloud/backport/27187/stable21blizzz