Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use numeric placeholders if there are multiple, so that RTL languages can ↵ | Joas Schilling | 2018-10-09 | 1 | -1/+1 |
| | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix exception class | Joas Schilling | 2018-09-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fixed tiny grammar issue | rakekniven | 2018-07-31 | 1 | -2/+2 |
| | | | | | ID in uppercase. Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de> | ||||
* | fix return type from send share | Bjoern Schiessle | 2018-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add support for different share types | Bjoern Schiessle | 2018-07-02 | 1 | -0/+9 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | cleanup variable naming, it is actually a resource type | Bjoern Schiessle | 2018-07-02 | 1 | -7/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 9 | -3/+86 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵ | Bjoern Schiessle | 2018-07-02 | 2 | -31/+2 |
| | | | | | | \OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 2 | -2/+3 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 3 | -0/+110 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 4 | -7/+20 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 4 | -9/+52 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 2 | -9/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | check if cloud federation api is ready | Bjoern Schiessle | 2018-07-02 | 1 | -0/+9 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement receiving of federated shares | Bjoern Schiessle | 2018-07-02 | 2 | -7/+11 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | start implementing federated sharing 2.0 | Bjoern Schiessle | 2018-07-02 | 9 | -0/+648 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Make OCP\Federation strict | Roeland Jago Douma | 2018-01-16 | 2 | -7/+9 |
| | | | | | | | | | * Also internal classes * Added scalar typehints * Added return type * Made strict Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 2 | -12/+19 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Document that it throws | Joas Schilling | 2017-08-14 | 1 | -0/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix copyright headers | Robin Appelman | 2017-02-09 | 2 | -2/+6 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Add a single public api for resolving a cloud id to a user and remote and back | Robin Appelman | 2017-02-08 | 2 | -0/+113 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |