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-06-30Migrate HintException to OCPGary Kim
2021-06-09Correctly check the reception of a remote feedbackLouis Chemineau
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-22Merge pull request #25498 from Worteks/feat-federatedfilesharing-loggingMorris Jobke
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-02-09fix(no_unused_imports)Samuel
2021-02-09fix(php-cs)Samuel
2021-02-09fix(misc)Samuel
2021-02-09fix(php-cs)Samuel
2021-02-09fix(logger): use logger from constructor argumentsSamuel
2021-02-08fix(pebkac): missing `use OC`Samuel
2021-02-08fix(logger): set logger in constructorSamuel
2021-02-05fix(php-cs): indentation / elseif, maybe braces?Samuel
2021-02-05feat(federatedfilesharing): log errors, as suggested by @maxbesSamuel
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-08Adjust defaultJulius Härtl
2020-12-08Move remoteId of remote reshares to stringJulius Härtl
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-07-23Move federated_share_added into a typed eventMorris Jobke
2020-04-10Add visibility to all constantsChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph 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-11-22Some php-cs fixesRoeland Jago Douma
2018-07-11implement federated group sharesBjoern Schiessle
2018-07-02remove unused codeBjoern Schiessle
2018-07-02implement RESHARE_UNDO notificationBjoern Schiessle
2018-07-02implement unshare notificationBjoern Schiessle
2018-07-02send reshare over OCM APIBjoern Schiessle
2018-07-02adjust to latest api versionBjoern Schiessle
2018-07-02use new API to send a federated share if possibleBjoern Schiessle
2017-11-06Update license headersMorris Jobke
2017-04-11remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle
2016-11-02use https by default if no protocol is given. Only use unsecure connection if...Bjoern Schiessle
2016-07-21Fix apps/Joas Schilling
2016-06-26Merge remote-tracking branch 'upstream/master' into master-upstream-syncLukas Reschke
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-20s/ownCloud/NextcloudBjoern Schiessle
2016-05-26Update license headersLukas Reschke
2016-05-20improved error messagesBjörn Schießle
2016-05-20fall back to old re-sharing behaviour in case the remote server doesn't suppo...Björn Schießle
2016-05-20update share permissionsBjörn Schießle
2016-05-20create re-share by owner and propagate unshare and unshare-from self requestBjörn Schießle
2016-05-18Move FederatedFileSharing to PSR-4Joas Schilling