51ba3df5ff 
								
							 
						 
						
							
							
								
								Add `noreferrer` to rel='noopener` for <a> tags ( #4328 )  
							
							
							
						 
						
							2018-07-03 19:52:36 -04:00  
				
					
						
							
							
								 
						
							
								f86af9c280 
								
							 
						 
						
							
							
								
								Mention the possibility of resetting the password for new accounts ( #3812 )  
							
							... 
							
							
							
							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). 
							
						 
						
							2018-04-19 09:08:51 +08:00  
				
					
						
							
							
								 
						
							
								6e98812ecf 
								
							 
						 
						
							
							
								
								Fix copy in email templates ( #2801 )  
							
							
							
						 
						
							2017-10-29 23:57:05 +02:00  
				
					
						
							
							
								 
						
							
								b93568cce4 
								
							 
						 
						
							
							
								
								xxx_active_code_live setting in printed in hours and minutes instead … ( #1814 )  
							
							... 
							
							
							
							* xxx_active_code_live setting in printed in hours and minutes instead of just hours
* Update app.ini description of xxx_code_lives settings 
							
						 
						
							2017-05-29 02:35:47 -05:00  
				
					
						
							
							
								 
						
							
								16732fbfde 
								
							 
						 
						
							
							
								
								Removed email copyright year ( #1348 )  
							
							
							
						 
						
							2017-03-21 18:00:39 +08:00  
				
					
						
							
							
								 
						
							
								7e09f80ee3 
								
							 
						 
						
							
							
								
								Fixed project name on repo template mail  
							
							
							
						 
						
							2016-12-02 07:46:31 +01:00  
				
					
						
							
							
								 
						
							
								5ab85372da 
								
							 
						 
						
							
							
								
								Added rel="noopener" to target="_blank" hrefs ( #327 )  
							
							... 
							
							
							
							* Added rel="noopener" to target="_blank" hrefs
* Replaced gogs.io/docs with docs.gitea.io 
							
						 
						
							2016-12-02 09:12:16 +08:00  
				
					
						
							
							
								 
						
							
								1f2e173a74 
								
							 
						 
						
							
							
								
								Refactor User.Id to User.ID  
							
							
							
						 
						
							2016-07-24 01:08:22 +08:00  
				
					
						
							
							
								 
						
							
								f1b8d52eb3 
								
							 
						 
						
							
							
								
								#2854  fix no mail notification when issue is closed/reopened  
							
							
							
						 
						
							2016-07-16 00:36:39 +08:00  
				
					
						
							
							
								 
						
							
								da2585c11e 
								
							 
						 
						
							
							
								
								Indent all templates with tabs  
							
							... 
							
							
							
							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 
							
						 
						
							2015-12-08 00:57:46 +01:00  
				
					
						
							
							
								 
						
							
								d2808e38fe 
								
							 
						 
						
							
							
								
								fix   #1979  
							
							
							
						 
						
							2015-11-18 14:51:38 -05:00  
				
					
						
							
							
								 
						
							
								21e13cb51e 
								
							 
						 
						
							
							
								
								#1525  Triggere mailer for admin created accounts  
							
							
							
						 
						
							2015-09-25 19:45:44 -04:00  
				
					
						
							
							
								 
						
							
								562e47f31c 
								
							 
						 
						
							
							
								
								finish all new template for current ones  
							
							
							
						 
						
							2015-09-17 15:45:36 -04:00  
				
					
						
							
							
								 
						
							
								9d36fc6986 
								
							 
						 
						
							
							
								
								finish new auth e-mails  
							
							
							
						 
						
							2015-09-17 14:57:24 -04:00  
				
					
						
							
							
								 
						
							
								373731f5e8 
								
							 
						 
						
							
							
								
								user gomail and new activate account email tpl  
							
							... 
							
							
							
							- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header 
							
						 
						
							2015-09-17 01:54:12 -04:00  
				
					
						
							
							
								 
						
							
								f34b04cfc0 
								
							 
						 
						
							
							
								
								Template for email activation email  
							
							
							
						 
						
							2014-12-17 17:42:31 +02:00  
				
					
						
							
							
								 
						
							
								3549fb0ea8 
								
							 
						 
						
							
							
								
								Remove APP_LOGO setting  
							
							
							
						 
						
							2014-09-13 03:52:51 -04:00  
				
					
						
							
							
								 
						
							
								69e332f432 
								
							 
						 
						
							
							
								
								Removed trailing white spaces  
							
							... 
							
							
							
							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. 
							
						 
						
							2014-08-30 15:12:53 +02:00  
				
					
						
							
							
								 
						
							
								9924e65ca1 
								
							 
						 
						
							
							
								
								In progress of name template name constant  
							
							
							
						 
						
							2014-06-22 13:14:03 -04:00  
				
					
						
							
							
								 
						
							
								02687cbdf3 
								
							 
						 
						
							
							
								
								Add mail notify for new collaborator  
							
							
							
						 
						
							2014-05-05 04:27:28 -04:00  
				
					
						
							
							
								 
						
							
								d304a23787 
								
							 
						 
						
							
							
								
								Corrected grammar and spelling mistakes in templates. Normalizing to American English.  
							
							
							
						 
						
							2014-04-20 16:54:26 +10:00  
				
					
						
							
							
								 
						
							
								b7c3b0cc73 
								
							 
						 
						
							
							
								
								Add reset password,  fix   #58  
							
							
							
						 
						
							2014-04-05 12:32:34 -04:00  
				
					
						
							
							
								 
						
							
								35d473f04a 
								
							 
						 
						
							
							
								
								Finish verify email  
							
							
							
						 
						
							2014-03-19 12:50:44 -04:00  
				
					
						
							
							
								 
						
							
								ddbd2ce152 
								
							 
						 
						
							
							
								
								Add register mail tpl  
							
							
							
						 
						
							2014-03-19 10:46:48 -04:00