aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-12-202-30/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-12-172-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-162-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-12-152-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-12-102-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-12-062-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-292-26/+18
|
* [tx-robot] updated from transifexNextcloud bot2018-11-252-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2018-11-2396-192/+96
|
* [tx-robot] updated from transifexNextcloud bot2018-11-162-0/+4
|
* Update autoloader dumpMorris Jobke2018-11-151-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-11-152-0/+14
|
* [tx-robot] updated from transifexNextcloud bot2018-11-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-11-042-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-11-032-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-10-292-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-10-2322-28/+68
|
* [tx-robot] updated from transifexNextcloud bot2018-10-10106-216/+216
|
* [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-10-0312-38/+50
|
* [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>