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
2021-07-14Allow to get a local cloud id without going through the contacts managerJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-06-30Migrate HintException to OCPGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-06-09Correctly check the reception of a remote feedbackLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-08-26Remove @package annotations from public namespaceJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
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>