summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/templates
Commit message (Collapse)AuthorAgeFilesLines
* Port share by mail settings to vueCarl Schwan2022-05-191-21/+23
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Sharing link & mail parityJohn Molakvoæ (skjnldsv)2021-03-221-6/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* ReplyTo option for sharebymail Issue #24139Nicolas SIMIDE2021-01-281-1/+5
| | | | Signed-off-by: Nicolas SIMIDE <2083596+dems54@users.noreply.github.com>
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-2/+6
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Wording fixesJan-Christoph Borchardt2017-04-251-2/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* adding some documentation hints and some smaller cleanupFrank Karlitschek2017-04-251-1/+1
|
* templates no longer neededBjoern Schiessle2017-04-202-91/+0
|
* allow admin to enforce password on mail sharesBjoern Schiessle2017-04-203-1/+95
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Use new email design for sharebymail emailsMorris Jobke2017-04-124-190/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* adjust to changes in the theming appBjoern Schiessle2017-04-071-2/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* setting to disable sending password by mailBjoern Schiessle2017-04-031-0/+18
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* allow password protected mail sharesBjoern Schiessle2017-04-032-0/+91
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* rename confusing getMailHeaderColor to getColorPrimary, ref #3491Jan-Christoph Borchardt2017-03-291-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Update sharedbymail templateMorris Jobke2016-11-301-3/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* don't show 'notify by mail' option or permissions not available for mail sharesBjoern Schiessle2016-11-011-1/+1
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* send mail for share-by-mail sharesBjoern Schiessle2016-11-012-0/+100
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>