Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update license headers | Christoph Wurst | 2019-12-05 | 5 | -5/+15 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 4 | -6/+1 |
| | | | | | | | | | | | * 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> | ||||
* | remove missed manual Application instance constructions | Robin Appelman | 2019-11-04 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Development is 18 now! | Roeland Jago Douma | 2019-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Add autoloaders for shipped apps | Roeland Jago Douma | 2019-06-27 | 9 | -0/+600 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Bump versions of server and the requirements of apps | Joas Schilling | 2019-04-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | adjust json to match the definition | Bjoern Schiessle | 2019-02-20 | 1 | -1/+2 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | update compatible versions for cloud federation api | Robin Appelman | 2018-11-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | update compatible versions for cloud federation api | Robin Appelman | 2018-11-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Bump cloud federation api | Roeland Jago Douma | 2018-11-23 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update version requirements and versions of shipped apps | Joas Schilling | 2018-09-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | implement federated group shares | Bjoern Schiessle | 2018-07-11 | 2 | -13/+41 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | remove the makefile | Bjoern Schiessle | 2018-07-02 | 1 | -50/+0 |
| | |||||
* | add support for different share types | Bjoern Schiessle | 2018-07-02 | 1 | -24/+15 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | let the actual federated share provider check if incoming/outgoing shares ↵ | Bjoern Schiessle | 2018-07-02 | 1 | -13/+0 |
| | | | | | | are enabled for the specific resource type Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send the display name back after a federated share was received | Bjoern Schiessle | 2018-07-02 | 1 | -1/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement config check | Bjoern Schiessle | 2018-07-02 | 1 | -3/+23 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | some minor fixes and clode cleanup | Bjoern Schiessle | 2018-07-02 | 1 | -1/+0 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵ | Bjoern Schiessle | 2018-07-02 | 1 | -2/+2 |
| | | | | | | \OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send reshare over OCM API | Bjoern Schiessle | 2018-07-02 | 1 | -3/+3 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | fix capabilities | Bjoern Schiessle | 2018-07-02 | 1 | -3/+7 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | implement accept share notification | Bjoern Schiessle | 2018-07-02 | 1 | -1/+8 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | adjust to latest api version | Bjoern Schiessle | 2018-07-02 | 2 | -16/+21 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | update capabilities | Bjoern Schiessle | 2018-07-02 | 1 | -1/+5 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | send accept share notification (WIP) | Bjoern Schiessle | 2018-07-02 | 1 | -9/+14 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | use new API to send a federated share if possible | Bjoern Schiessle | 2018-07-02 | 1 | -3/+11 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | add cloud federation api app | Bjoern Schiessle | 2018-07-02 | 9 | -0/+1152 |
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> |