summaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11716 from ↵Morris Jobke2018-10-091-3/+3
|\ | | | | | | | | nextcloud/bugfix/noid/use-numeric-placeholders-for-rtl-translations Use numeric placeholders if there are multiple, so that RTL languages…
| * Use numeric placeholders if there are multiple, so that RTL languages can ↵Joas Schilling2018-10-091-3/+3
| | | | | | | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix usage of deprecated OC.webrootChristoph Wurst2018-10-091-3/+3
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-10-074-40/+40
|
* [tx-robot] updated from transifexNextcloud bot2018-10-052-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-272-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-09-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-252-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2018-09-174-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-09-152-0/+2
|
* [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>