aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/tests/ShareByMailProviderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Set the data from the templateJoas Schilling2017-10-181-32/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* expect call of getSlogan() exactly twiceStephan Müller2017-09-251-1/+1
| | | | | Signed-off-by: Stephan Müller <mail@stephanmueller.eu> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Allow the expiration date to be set to nullMorris Jobke2017-08-261-0/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* don't mention the owner of a file in case of a re-share by mail. The ↵Bjoern Schiessle2017-05-081-24/+8
| | | | | | recipient doesn't care about the owner and probably don't even know it Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* fix unit testsBjoern Schiessle2017-04-201-4/+4
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* respect password policy for auto generated passwordsBjoern Schiessle2017-04-201-2/+9
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-201-5/+23
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
| | | | | | | * fixes #4383 * improves consistency Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add "Reply-To" on ShareByMailProvider mailsLukas Reschke2017-04-181-2/+237
| | | | | | Fixes https://github.com/nextcloud/server/issues/4209 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Mail shares trigger the public keyRoeland Jago Douma2017-04-131-16/+16
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-0/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add unit tests for sharebymail providerJoas Schilling2017-04-131-0/+55
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* update unit testsBjoern Schiessle2017-04-071-5/+3
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* setting to disable sending password by mailBjoern Schiessle2017-04-031-1/+7
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow password protected mail sharesBjoern Schiessle2017-04-031-0/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add activity if a file was shared by mailBjoern Schiessle2016-11-081-5/+12
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add new method getSharesInFolder(), see #339Bjoern Schiessle2016-11-011-1/+42
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* add tests for the share-by-mail providerBjoern Schiessle2016-11-011-0/+614
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>