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-06-13Correctly log failed attemptsJoas Schilling
2022-06-07Always log errors from sending federation api requests to ease debuggingbugfix/noid/easier-federation-debuggingJoas Schilling
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-03-10Move requesthandler controller to LoggerInterfaceRoeland Jago Douma
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph 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-02let the actual federated share provider check if incoming/outgoing shares are...Bjoern Schiessle
2018-07-02send the display name back after a federated share was receivedBjoern Schiessle
2018-07-02some minor fixes and clode cleanupBjoern Schiessle
2018-07-02replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle
2018-07-02send reshare over OCM APIBjoern Schiessle
2018-07-02implement accept share notificationBjoern Schiessle
2018-07-02adjust to latest api versionBjoern Schiessle
2018-07-02send accept share notification (WIP)Bjoern Schiessle
2018-07-02use new API to send a federated share if possibleBjoern Schiessle
2018-07-02add cloud federation api appBjoern Schiessle