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-14Merge pull request #31974 from nextcloud/backport/31878/stable22blizzz
2022-04-14Merge pull request #31819 from nextcloud/backport/31574/stable22blizzz
2022-04-14Merge pull request #31747 from nextcloud/backport/31592/stable22blizzz
2022-04-14Merge pull request #31677 from nextcloud/backport/31658/stable22blizzz
2022-04-14Fix incorrect if conditions in ViewCôme Chilliet
2022-04-14Add direct arg to login flowVincent Petry
2022-04-14Merge pull request #31881 from nextcloud/backport/31877/stable22blizzz
2022-04-14Merge pull request #31837 from nextcloud/backport/31734/stable22blizzz
2022-04-14Merge pull request #31834 from nextcloud/backport/31816/stable22blizzz
2022-04-14Merge pull request #31830 from nextcloud/backport/31380/stable22blizzz
2022-04-14Merge pull request #31941 from nextcloud/backport/31907/stable22Vincent Petry
2022-04-12confirm user is internal to globalscaleMaxence Lange
2022-04-11fix shared mount roots not being returned from `getSharesInFolder`Robin Appelman
2022-04-07Do not decorate the CLI output if it's explicitly turned offbackport/31877/stable22Christoph Wurst
2022-04-04dont re-query fileinfo when getting dav quotabackport/31734/stable22Robin Appelman
2022-04-04Deduplicate storage ids in list before reusingbackport/31816/stable22Joas Schilling
2022-04-04Ignore errors when searching for bundled previewbackport/31380/stable22Côme Chilliet
2022-04-04don't try to get custom certs for s3 primary storagebackport/31574/stable22Robin Appelman
2022-04-04return default bundle when there is an error getting the bundleRobin Appelman
2022-04-04use the nextcloud certificate bundle for s3Robin Appelman
2022-03-23Limit the length of app password namesJoas Schilling
2022-03-21handle setupFS with null userRobin Appelman
2022-03-21dont mark fs as setup when no user is activeRobin Appelman
2022-03-21fix fs cache test user setupRobin Appelman
2022-03-21pass user object during fs initRobin Appelman
2022-03-21only setup part of the filesystem for appdata requestsRobin Appelman
2022-03-10Merge pull request #30966 from nextcloud/backport/30235/stable22blizzz
2022-03-10Merge pull request #31122 from nextcloud/backport/30945/stable22blizzz
2022-03-10Merge pull request #29565 from nextcloud/backport/25332/stable22blizzz
2022-03-10Make the DB query simpler (as we just deleted all other entries)Joas Schilling
2022-03-04use persistent connections when connecting to redisRobin Appelman
2022-03-02Merge pull request #31400 from nextcloud/backport/31390/stable22blizzz
2022-03-02Also use hashed/indexed column on deleteJoas Schilling
2022-03-02Censor more configsbackport/31390/stable22Joas Schilling
2022-02-22Use the new option to signaling insensitivitybackport/30945/stable22Joas Schilling
2022-02-22Allow apps to specify if their background job can be delayedJoas Schilling
2022-02-22Merge pull request #31298 from nextcloud/backport/31217/stable22Joas Schilling
2022-02-21Also cache non-existing to reuse itJoas Schilling
2022-02-18Use the unjailed-path in OC_Helper::getStorageInfo() for files located in Sha...Claus-Justus Heine
2022-02-18Merge pull request #30958 from nextcloud/backport/30949/stable22Vincent Petry
2022-02-18Merge pull request #31060 from nextcloud/backport/30973/stable22Vincent Petry
2022-02-16Allow to get custom loggers for syslog, errorlog and systemdlog tooJoas Schilling
2022-02-07Allow specify a config prefix for another database connectionJoas Schilling
2022-02-02Fix preview generation for office documentsJonas Meurer
2022-02-01Allow to disable AuthToken v1Joas Schilling
2022-01-27Merge pull request #30826 from nextcloud/backport/stable22/psalm-fixJohn Molakvoæ
2022-01-27Psalm fixingCarl Schwan
2022-01-27Merge pull request #30741 from nextcloud/backport22John Molakvoæ
2022-01-24Fix psalmCarl Schwan
2022-01-20Always call flush() as getAllKeys() is brokenCôme Chilliet