summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Expand)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
* [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
* [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
* handle unshare request from ownerBjoern Schiessle2018-07-111-18/+25
* accept/decline group sharesBjoern Schiessle2018-07-111-0/+2
* fix notification when a group share is receivedBjoern Schiessle2018-07-111-9/+15
* implement federated group sharesBjoern Schiessle2018-07-114-49/+122
* add setting to enable/disable federated group sharingBjoern Schiessle2018-07-113-2/+63
* [tx-robot] updated from transifexNextcloud bot2018-07-108-6/+12
* Add API to undelete delete group sharesRoeland Jago Douma2018-07-051-0/+5
* remove unused codeBjoern Schiessle2018-07-021-24/+0
* remove debug outputBjoern Schiessle2018-07-021-1/+0
* add support for different share typesBjoern Schiessle2018-07-021-0/+10
* make sure that remote url gets stored with a trailing '/'Bjoern Schiessle2018-07-021-0/+5
* fix notification testsBjoern Schiessle2018-07-021-4/+19
* update testsBjoern Schiessle2018-07-021-259/+119
* remove unused methodBjoern Schiessle2018-07-021-24/+1
* some minor fixes and clode cleanupBjoern Schiessle2018-07-022-17/+14
* replace \OCP\Federation\Exception\ShareNotFoundException with the generic \OC...Bjoern Schiessle2018-07-023-32/+22
* fix check for reshare permissionsBjoern Schiessle2018-07-021-1/+1
* send RESHARE_CHANGE_PERMISSION messageBjoern Schiessle2018-07-022-45/+114
* implement RESHARE_UNDO notificationBjoern Schiessle2018-07-023-5/+18
* - Don't remove share before all notifications are created, otherwise we miss ...Bjoern Schiessle2018-07-021-13/+3
* implement unshare notificationBjoern Schiessle2018-07-024-63/+145
* send reshare over OCM APIBjoern Schiessle2018-07-024-42/+147
* implement decline shareBjoern Schiessle2018-07-024-46/+115
* implement accept share notificationBjoern Schiessle2018-07-023-72/+168
* adjust to latest api versionBjoern Schiessle2018-07-023-6/+7
* send accept share notification (WIP)Bjoern Schiessle2018-07-021-5/+15
* use new API to send a federated share if possibleBjoern Schiessle2018-07-024-16/+94
* implement receiving of federated sharesBjoern Schiessle2018-07-025-181/+338