Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `noreferrer` to rel='noopener` for <a> tags (#4328) | cezar97 | 2018-07-03 | 4 | -4/+4 |
| | |||||
* | Mention the possibility of resetting the password for new accounts (#3812) | Michael Kuhn | 2018-04-19 | 1 | -0/+1 |
| | | | | | This solves the problem of administrators creating accounts for users that then do not know their initial password (without the administrator sending it to them via some other channel). | ||||
* | Fix copy in email templates (#2801) | Arif | 2017-10-29 | 2 | -2/+2 |
| | |||||
* | xxx_active_code_live setting in printed in hours and minutes instead … (#1814) | Jonas Östanbäck | 2017-05-29 | 3 | -3/+3 |
| | | | | | | * xxx_active_code_live setting in printed in hours and minutes instead of just hours * Update app.ini description of xxx_code_lives settings | ||||
* | Removed email copyright year (#1348) | Jonas | 2017-03-21 | 4 | -4/+4 |
| | |||||
* | Fixed project name on repo template mail | Avelino | 2016-12-02 | 3 | -3/+3 |
| | |||||
* | Added rel="noopener" to target="_blank" hrefs (#327) | Bwko | 2016-12-02 | 4 | -4/+4 |
| | | | | | | * Added rel="noopener" to target="_blank" hrefs * Replaced gogs.io/docs with docs.gitea.io | ||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 7 | -24/+40 |
| | |||||
* | Indent all templates with tabs | Adam Strzelecki | 2015-12-08 | 6 | -50/+50 |
| | | | | | | | | | | | | 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 | 1 | -0/+1 |
| | |||||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 | 2 | -22/+13 |
| | |||||
* | finish all new template for current ones | Unknwon | 2015-09-17 | 2 | -18/+17 |
| | |||||
* | finish new auth e-mails | Unknwon | 2015-09-17 | 2 | -56/+23 |
| | |||||
* | user gomail and new activate account email tpl | Unknwon | 2015-09-17 | 3 | -60/+31 |
| | | | | | | - #1496: fallback plain text - #1002: add date header - #913: fix encoding of header | ||||
* | Template for email activation email | Peter | 2014-12-17 | 1 | -0/+30 |
| | |||||
* | Remove APP_LOGO setting | Mathieu Gagnon | 2014-09-13 | 3 | -3/+3 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | 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 | 1 | -0/+0 |
| | |||||
* | Add mail notify for new collaborator | Unknown | 2014-05-05 | 2 | -0/+34 |
| | |||||
* | Corrected grammar and spelling mistakes in templates. Normalizing to ↵ | twitchyliquid64 | 2014-04-20 | 3 | -10/+10 |
| | | | | American English. | ||||
* | Add reset password, fix #58 | Unknown | 2014-04-05 | 2 | -25/+33 |
| | |||||
* | Finish verify email | Unknown | 2014-03-19 | 3 | -38/+17 |
| | |||||
* | Add register mail tpl | Unknown | 2014-03-19 | 4 | -0/+112 |