c884ecfea1 
								
							
								 
							
						 
						
							
							
								
								Parse the from string to extract the email address  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								2321b4b272 
								
							
								 
							
						 
						
							
							
								
								Change from header in email,  fixes   #765  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								87be137b88 
								
							
								 
							
						 
						
							
							
								
								Rewrite of SendMail function  
							
							... 
							
							
 
							
							The SendMail function is rewritten and has the following new functionality:
 - It is optional to skip verification of keys. The config option SKIP_VERIFY is added
 - If the port is 465, or ending on 465, the TLS(/SSL) connection is started first. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								6f71632e3e 
								
							
								 
							
						 
						
							
							
								
								new language  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								069486d169 
								
							
								 
							
						 
						
							
							
								
								fix   #165  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d75013a0e8 
								
							
								 
							
						 
						
							
							
								
								fix   #580  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d6132aaa88 
								
							
								 
							
						 
						
							
							
								
								fix oauth2  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ca09a0b516 
								
							
								 
							
						 
						
							
							
								
								Added comments documenting how to export SSL keys from .pfx  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								54d25c13d7 
								
							
								 
							
						 
						
							
							
								
								Fix   #543  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								55dfe2c978 
								
							
								 
							
						 
						
							
							
								
								custom avatar upload  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								340a4595dd 
								
							
								 
							
						 
						
							
							
								
								support duoshuo mirror of gravatar  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0c5ba4573a 
								
							
								 
							
						 
						
							
							
								
								fix session API broken and SQL pretection  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								c7f56d7483 
								
							
								 
							
						 
						
							
							
								
								Fix   #584  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								4a8a70dde0 
								
							
								 
							
						 
						
							
							
								
								Fix gzip  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8c71ab5094 
								
							
								 
							
						 
						
							
							
								
								Add locale zh-HK (Traditional Chinese)  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								64c68220d2 
								
							
								 
							
						 
						
							
							
								
								Fix   #264  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ba0feadc34 
								
							
								 
							
						 
						
							
							
								
								Added dutch translations  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								135d3733b3 
								
							
								 
							
						 
						
							
							
								
								Feature: Integrate crypto/tls/generate_cert.go command  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8a09256941 
								
							
								 
							
						 
						
							
							
								
								Mirror fix and  fix   #481  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ed84adb679 
								
							
								 
							
						 
						
							
							
								
								toutf8 improved & add max git diff lines  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9e10304ab2 
								
							
								 
							
						 
						
							
							
								
								started french localization  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								3549fb0ea8 
								
							
								 
							
						 
						
							
							
								
								Remove APP_LOGO setting  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f8977f4847 
								
							
								 
							
						 
						
							
							
								
								Organization level webhooks  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								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. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								36b4c57ff1 
								
							
								 
							
						 
						
							
							
								
								Finish new organization members and invitation page  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8dd07c0ddd 
								
							
								 
							
						 
						
							
							
								
								New UI merge in progress  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								835e85b5ce 
								
							
								 
							
						 
						
							
							
								
								Fix   #281 . Add mouse-over precise time and on-click switch listener.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								4d702eb345 
								
							
								 
							
						 
						
							
							
								
								Allow disabling uploads  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								9df99681fb 
								
							
								 
							
						 
						
							
							
								
								Update default config with comments  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								4617bef895 
								
							
								 
							
						 
						
							
							
								
								WIP: Allow attachments for comments  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								b2801a2e98 
								
							
								 
							
						 
						
							
							
								
								Fix   #165  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ad5ec45dd6 
								
							
								 
							
						 
						
							
							
								
								Fix   #165  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								6c8d630bef 
								
							
								 
							
						 
						
							
							
								
								Add database log adapter  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								302c863cda 
								
							
								 
							
						 
						
							
							
								
								Fix   #242  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ab13a29cb5 
								
							
								 
							
						 
						
							
							
								
								Fix   #209  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								688ec6ecbd 
								
							
								 
							
						 
						
							
							
								
								Fixed   #209  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								5660570d92 
								
							
								 
							
						 
						
							
							
								
								Add MustValueRange  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								0970d6cc38 
								
							
								 
							
						 
						
							
							
								
								Log to different adapter according to level  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								98eeec4cbb 
								
							
								 
							
						 
						
							
							
								
								Fix   #174  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								fd4b123e88 
								
							
								 
							
						 
						
							
							
								
								Fix   #94  and  fix   #169  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								7cb5a15c9b 
								
							
								 
							
						 
						
							
							
								
								Batch of mirror fixes  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								e7d8fadb08 
								
							
								 
							
						 
						
							
							
								
								Add disable gravatar option  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								100cd181bc 
								
							
								 
							
						 
						
							
							
								
								Add router log config option  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								46af92c57e 
								
							
								 
							
						 
						
							
							
								
								Clean files  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								62d23e9154 
								
							
								 
							
						 
						
							
							
								
								HTTP no follow and offline mode  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								34d18a19a3 
								
							
								 
							
						 
						
							
							
								
								Minor grammatical fix for Disable Registration feature  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								ea29a9b846 
								
							
								 
							
						 
						
							
							
								
								API fix  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								006c45e21d 
								
							
								 
							
						 
						
							
							
								
								Mirror change  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								8bed017557 
								
							
								 
							
						 
						
							
							
								
								Add build tag enable prompt  
							
							
 
							
						 
						
							12 years ago  
				
					
						
							
							
								 
						
							
							
								eda3f8b3b3 
								
							
								 
							
						 
						
							
							
								
								Mirror updates  
							
							
 
							
						 
						
							12 years ago