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 (Collapse)Author
2019-12-05Update license headersChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-11-22Some php-cs fixesRoeland Jago Douma
* Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-09Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling
operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-10Fix exception classJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-31Fixed tiny grammar issuerakekniven
ID in uppercase. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
2018-07-02fix return type from send shareBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02add support for different share typesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02cleanup variable naming, it is actually a resource typeBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02some minor fixes and clode cleanupBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵Bjoern Schiessle
\OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02send reshare over OCM APIBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02implement accept share notificationBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02adjust to latest api versionBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02send accept share notification (WIP)Bjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02use new API to send a federated share if possibleBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02check if cloud federation api is readyBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02implement receiving of federated sharesBjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-07-02start implementing federated sharing 2.0Bjoern Schiessle
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2018-01-16Make OCP\Federation strictRoeland Jago Douma
* Also internal classes * Added scalar typehints * Added return type * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-11-06Update license headersMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-14Document that it throwsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-02-09fix copyright headersRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-02-08Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>