summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/lib/ShareByMailProvider.php
Commit message (Expand)AuthorAgeFilesLines
* fix typoMorris Jobke2017-04-201-1/+1
* Fix casingMorris Jobke2017-04-201-1/+1
* fix unit testsBjoern Schiessle2017-04-201-6/+0
* respect password policy for auto generated passwordsBjoern Schiessle2017-04-201-3/+32
* improve mail textBjoern Schiessle2017-04-201-3/+2
* create activity if a password was send by mailBjoern Schiessle2017-04-201-16/+57
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-201-18/+116
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
* Fix indentationLukas Reschke2017-04-191-1/+1
* Add "Reply-To" on ShareByMailProvider mailsLukas Reschke2017-04-181-7/+49
* Mail shares trigger the public keyRoeland Jago Douma2017-04-131-1/+1
* Adjust docs and make !$currentAccess simplerJoas Schilling2017-04-131-0/+3
* Add mail element to access listRoeland Jago Douma2017-04-131-1/+21
* Offload acceslist creation to providersRoeland Jago Douma2017-04-131-0/+4
* Dont add click-button text for plaintext mailsJoas Schilling2017-04-121-3/+4
* Don't duplicate the sentence with the headerJoas Schilling2017-04-121-1/+1
* Use new email design for sharebymail emailsMorris Jobke2017-04-121-60/+39
* properly quota table names in getSharesInFolderRobin Appelman2017-04-101-1/+1
* setting to disable sending password by mailBjoern Schiessle2017-04-031-1/+13
* set expire date for all share typesBjoern Schiessle2017-04-031-0/+9
* allow password protected mail sharesBjoern Schiessle2017-04-031-11/+72
* fix share provider idBjoern Schiessle2017-04-031-1/+1
* generate correct path for owner and use the display name instead of the user idBjoern Schiessle2017-01-121-7/+12
* add activity if a file was shared by mailBjoern Schiessle2016-11-081-2/+62
* Run code checker on more shipped appsLukas Reschke2016-11-031-1/+2
* import exceptionBjoern Schiessle2016-11-011-0/+1
* add new method getSharesInFolder(), see #339Bjoern Schiessle2016-11-011-0/+42
* add tests for the share-by-mail providerBjoern Schiessle2016-11-011-8/+8
* find and show share-by mail linksBjoern Schiessle2016-11-011-0/+1
* send mail for share-by-mail sharesBjoern Schiessle2016-11-011-6/+77
* add share by mail share providerBjoern Schiessle2016-11-011-0/+594