summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-09-142-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-102-20/+22
|
* [tx-robot] updated from transifexNextcloud bot2018-09-062-0/+2
|
* Update version requirements and versions of shipped appsJoas Schilling2018-09-051-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-09-012-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2410-0/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-08-2330-30/+0
|
* [tx-robot] updated from transifexNextcloud bot2018-08-132-0/+8
|
* Bump autoloadersRoeland Jago Douma2018-08-101-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2018-07-312-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-07-282-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-272-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-07-252-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-232-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-222-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-192-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-174-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-07-142-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-134-0/+12
|
* update unit testsBjoern Schiessle2018-07-112-3/+46
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* handle unshare request from ownerBjoern Schiessle2018-07-111-18/+25
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* accept/decline group sharesBjoern Schiessle2018-07-111-0/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix notification when a group share is receivedBjoern Schiessle2018-07-111-9/+15
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* implement federated group sharesBjoern Schiessle2018-07-114-49/+122
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add setting to enable/disable federated group sharingBjoern Schiessle2018-07-113-2/+63
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2018-07-108-6/+12
|
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+5
| | | | | | | | | | | When a group share is deleted we keep track of this in the DB. Right now it is only possible for a recipient to get back the share by asking the sharer to delete it and to share it again. This doesn't scale. This endpoint makes it possible to get back the share. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* remove unused codeBjoern Schiessle2018-07-021-24/+0
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove debug outputBjoern Schiessle2018-07-021-1/+0
|
* add support for different share typesBjoern Schiessle2018-07-021-0/+10
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* make sure that remote url gets stored with a trailing '/'Bjoern Schiessle2018-07-021-0/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix notification testsBjoern Schiessle2018-07-021-4/+19
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* update testsBjoern Schiessle2018-07-021-259/+119
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* remove unused methodBjoern Schiessle2018-07-021-24/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* some minor fixes and clode cleanupBjoern Schiessle2018-07-022-17/+14
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic ↵Bjoern Schiessle2018-07-023-32/+22
| | | | | | \OCP\Share\Exception\ShareNotFound exception Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix check for reshare permissionsBjoern Schiessle2018-07-021-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send RESHARE_CHANGE_PERMISSION messageBjoern Schiessle2018-07-022-45/+114
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* implement RESHARE_UNDO notificationBjoern Schiessle2018-07-023-5/+18
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* - Don't remove share before all notifications are created, otherwise we miss ↵Bjoern Schiessle2018-07-021-13/+3
| | | | | | | | information necessary to create the notifications - Don't send message to owner/sharer about revoked re-shares twice. Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* implement unshare notificationBjoern Schiessle2018-07-024-63/+145
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send reshare over OCM APIBjoern Schiessle2018-07-024-42/+147
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* implement decline shareBjoern Schiessle2018-07-024-46/+115
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* implement accept share notificationBjoern Schiessle2018-07-023-72/+168
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* adjust to latest api versionBjoern Schiessle2018-07-023-6/+7
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send accept share notification (WIP)Bjoern Schiessle2018-07-021-5/+15
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* use new API to send a federated share if possibleBjoern Schiessle2018-07-024-16/+94
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* implement receiving of federated sharesBjoern Schiessle2018-07-025-181/+338
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>