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-14only request free space once for external sharesRobin Appelman
2022-04-14use all possible permissions dav propertiesRobin Appelman
2022-04-14don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman
2021-12-29Handle external share with invalid hostCarl Schwan
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-06-26Pass $path to ocmPermissions2ncPermissionsDaniel Kesselberg
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-10Use elseif instead of else ifChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2019-12-05Update license headersChristoph Wurst
2019-02-16Catch Request exception in testRemoteUrlRoeland Jago Douma
2018-11-29Add interface to allow storages from opting out of encryptionRobin Appelman
2018-07-02look for correct OCM permissionsBjoern Schiessle
2018-05-01Use an actual function of the storage to determine needsPartFileRoeland Jago Douma
2017-12-18Also replace all other occurencesMorris Jobke
2017-12-13Also cache invalid DiscoveryService responseRoeland Jago Douma
2017-11-06Update license headersMorris Jobke
2017-04-23Remove unused use statementsMorris Jobke
2017-04-12Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle
2017-04-12Update comments to NextcloudMorris Jobke
2017-04-11Do proper DIRoeland Jago Douma
2017-04-11remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle
2017-02-08Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman
2016-09-29Inject IHTTPClientServiceLukas Reschke
2016-09-20Fix fed share test call to return proper resultVincent Petry
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-06-27handle unavailable fed shares while testing for availability (#25277)Robin Appelman
2016-06-22Increase fed share timeout from 3 to 10 + unit testsVincent Petry
2016-06-22Add timeouts to make the UI usable again when a remote share is unreachableJoas Schilling
2016-06-14disable cleanFolder for the federated share storageRobin Appelman
2016-05-26Update license headersLukas Reschke
2016-05-25Move lib/ to PSR-4Joas Schilling