Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | templates: fix copypaste of email verification in reset_passwd (#5975) | Kostya Esmukov | 2020-03-09 |
| | |||
* | templates/mail: modify the year at the footer (#5793) | 张怡秋 | 2019-09-13 |
| | |||
* | templates: rename template function Str2html -> Str2HTML | Unknwon | 2018-12-10 |
| | |||
* | templates: add 'rel=noopener noreferrer' to <a> tags (#5319) | cezar97 | 2018-07-02 |
| | | | Signed-off-by: cezar97 <cezar97@protonmail.com> | ||
* | templates/mail/auth: update copyright year (#5224) | Madzahttr | 2018-05-13 |
| | | | | | | | | | | * Update activate.tmpl * Update activate_email.tmpl * Update register_notify.tmpl * Update reset_passwd.tmpl | ||
* | pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL} | Unknwon | 2017-04-06 |
| | |||
* | models/repo: handle deletion on Windows (#4152) | Unknwon | 2017-02-18 |
| | |||
* | Move models/mail.go to modules/mail.go | Unknwon | 2017-01-30 |
| | | | | To use interface to replace *models.User in avoiding cycle import. | ||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 |
| | |||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 |
| | |||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 |
| | | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file | ||
* | fix #1979 | Unknwon | 2015-11-18 |
| | |||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 |
| | |||
* | finish all new template for current ones | Unknwon | 2015-09-17 |
| | |||
* | finish new auth e-mails | Unknwon | 2015-09-17 |
| | |||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||
* | Template for email activation email | Peter | 2014-12-17 |
| | |||
* | Remove APP_LOGO setting | Mathieu Gagnon | 2014-09-13 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 |
| | | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork. | ||
* | In progress of name template name constant | Unknown | 2014-06-22 |
| | |||
* | Add mail notify for new collaborator | Unknown | 2014-05-05 |
| | |||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 |
| | | | | American English. | ||
* | Add reset password, fix #58 | Unknown | 2014-04-05 |
| | |||
* | Finish verify email | Unknown | 2014-03-19 |
| | |||
* | Add register mail tpl | Unknown | 2014-03-19 |