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-04-28Bump composerRoeland Jago Douma
2020-04-29Update license headers for 19Christoph Wurst
2020-04-18Fix route definitions of cloud_federation_apiJoas Schilling
2020-04-18PHP CS fixesJoas Schilling
2020-04-18Allow some apps to have root URLs in their own routing fileJoas Schilling
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Remove spaces after method or function callChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-03-19Update autoloaders for composer v1.10.1Christoph Wurst
2020-01-21Fix app updatesRoeland Jago Douma
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-11-04remove missed manual Application instance constructionsRobin Appelman
2019-09-05Development is 18 now!Roeland Jago Douma
2019-06-27Add autoloaders for shipped appsRoeland Jago Douma
2019-04-11Bump versions of server and the requirements of appsJoas Schilling
2019-02-20adjust json to match the definitionBjoern Schiessle
2018-11-29update compatible versions for cloud federation apiRobin Appelman
2018-11-24update compatible versions for cloud federation apiRobin Appelman
2018-11-23Bump cloud federation apiRoeland Jago Douma
2018-09-05Update version requirements and versions of shipped appsJoas Schilling
2018-07-11implement federated group sharesBjoern Schiessle
2018-07-02remove the makefileBjoern Schiessle
2018-07-02add support for different share typesBjoern 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-02implement config checkBjoern 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-02fix capabilitiesBjoern Schiessle
2018-07-02implement accept share notificationBjoern Schiessle
2018-07-02adjust to latest api versionBjoern Schiessle
2018-07-02update capabilitiesBjoern 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