dd9d0f3732 
								
							 
						 
						
							
							
								
								Lint action.go  
							
							
							
						 
						
							2016-11-24 09:03:29 +01:00  
				
					
						
							
							
								 
						
							
								170f2e98cc 
								
							 
						 
						
							
							
								
								Lint error.go  
							
							... 
							
							
							
							This was done semi-programmatically, not really documenting anything 
							
						 
						
							2016-11-24 09:03:17 +01:00  
				
					
						
							
							
								 
						
							
								6e644726d0 
								
							 
						 
						
							
							
								
								Lint git_diff.go  
							
							... 
							
							
							
							Semi-automatic linting (don't really document things) 
							
						 
						
							2016-11-24 09:02:58 +01:00  
				
					
						
							
							
								 
						
							
								4dd1eb57bd 
								
							 
						 
						
							
							
								
								Lint issue.go  
							
							
							
						 
						
							2016-11-24 09:02:44 +01:00  
				
					
						
							
							
								 
						
							
								5301a5db3a 
								
							 
						 
						
							
							
								
								Have the deault 'all' rule just build  
							
							... 
							
							
							
							Clean and test are saner being seperate targets 
							
						 
						
							2016-11-24 09:02:32 +01:00  
				
					
						
							
							
								 
						
							
								ad3d6b7fff 
								
							 
						 
						
							
							
								
								Lint and document manager api  
							
							
							
						 
						
							2016-11-24 09:02:10 +01:00  
				
					
						
							
							
								 
						
							
								6ed7f269f1 
								
							 
						 
						
							
							
								
								Move init functions from routers/install to routers/init ( #230 )  
							
							... 
							
							
							
							* move init functions from routers/install to routers/init
* copyright typo 
							
						 
						
							2016-11-24 15:40:16 +08:00  
				
					
						
							
							
								 
						
							
								fb3bb69ec6 
								
							 
						 
						
							
							
								
								golint fixed for modules/base  
							
							
							
						 
						
							2016-11-24 15:17:44 +08:00  
				
					
						
							
							
								 
						
							
								3917ed45de 
								
							 
						 
						
							
							
								
								golint fixed for routers ( #208 )  
							
							
							
						 
						
							2016-11-24 15:04:31 +08:00  
				
					
						
							
							
								 
						
							
								3a3782bb7f 
								
							 
						 
						
							
							
								
								Handle ssh key import better ( #224 )  
							
							... 
							
							
							
							* Handle user ssh key input better
ssh_key: when user submitted keys had a newline at the end, strings.Split
would have created a slice with an empty last element, and the key type
check would be incorrect. Perhaps a better way is to look for 'ssh-rsa' or
'ssh-dsa' at the beginning of the string, but this is simple.
* ssh_key: correct indentation 
							
						 
						
							2016-11-24 08:52:55 +08:00  
				
					
						
							
							
								 
						
							
								cb1602840c 
								
							 
						 
						
							
							
								
								golint fixed for routers/repo/branch.go ( #206 )  
							
							
							
						 
						
							2016-11-22 16:32:00 +08:00  
				
					
						
							
							
								 
						
							
								c25063d834 
								
							 
						 
						
							
							
								
								Lint webhook.go, unexports simpleMarshalJSON ( #198 )  
							
							
							
						 
						
							2016-11-22 14:42:52 +08:00  
				
					
						
							
							
								 
						
							
								2a449bd4b1 
								
							 
						 
						
							
							
								
								Fix typos  
							
							
							
						 
						
							2016-11-21 20:08:21 +01:00  
				
					
						
							
							
								 
						
							
								b2cce12980 
								
							 
						 
						
							
							
								
								golint fixed for routers/repo/wiki.go ( #203 )  
							
							
							
						 
						
							2016-11-21 18:03:42 +08:00  
				
					
						
							
							
								 
						
							
								f0df8e8dfa 
								
							 
						 
						
							
							
								
								golint fixed for routers/repo/middlewares.go ( #204 )  
							
							
							
						 
						
							2016-11-21 18:03:37 +08:00  
				
					
						
							
							
								 
						
							
								18dc4f1023 
								
							 
						 
						
							
							
								
								golint fixed for routers/repo/view.go ( #205 )  
							
							
							
						 
						
							2016-11-21 18:03:29 +08:00  
				
					
						
							
							
								 
						
							
								1d9576d5ea 
								
							 
						 
						
							
							
								
								Merge pull request  #202  from lunny/lunny/golint_fixed_routers_admin  
							
							... 
							
							
							
							go lint fixed for routers/admin 
							
						 
						
							2016-11-21 10:37:14 +01:00  
				
					
						
							
							
								 
						
							
								659bc2814c 
								
							 
						 
						
							
							
								
								go lint fixed for routers/admin  
							
							
							
						 
						
							2016-11-21 11:29:25 +08:00  
				
					
						
							
							
								 
						
							
								bd13c81684 
								
							 
						 
						
							
							
								
								Merge pull request  #196  from Bwko/fix/commit-view-panic  
							
							... 
							
							
							
							Fix panic when no user is signed in 
							
						 
						
							2016-11-19 14:30:37 -02:00  
				
					
						
							
							
								 
						
							
								7b75d93f3d 
								
							 
						 
						
							
							
								
								Fix for anonymous users to switch views  
							
							
							
						 
						
							2016-11-19 16:53:34 +01:00  
				
					
						
							
							
								 
						
							
								fc3ed8a1de 
								
							 
						 
						
							
							
								
								Fix panic when no user is signed in  
							
							... 
							
							
							
							See #188  
							
						 
						
							2016-11-19 12:43:10 +01:00  
				
					
						
							
							
								 
						
							
								cf045b029c 
								
							 
						 
						
							
							
								
								golint fixed for parts of routers root, dev, user and org dirs ( #167 )  
							
							... 
							
							
							
							* golint fixed for parts of routers root, dev and org dirs
* add user/auth.go golint fixed
* rename unnecessary exported to unexported and user dir golint fixed 
							
						 
						
							2016-11-18 11:03:03 +08:00  
				
					
						
							
							
								 
						
							
								91953ae9b4 
								
							 
						 
						
							
							
								
								Merge pull request  #187  from strk/vendor  
							
							... 
							
							
							
							Add vendoring section 
							
						 
						
							2016-11-17 17:35:48 -02:00  
				
					
						
							
							
								 
						
							
								39b3fcad1d 
								
							 
						 
						
							
							
								
								Wrap `vendor/` in backtics  
							
							
							
						 
						
							2016-11-17 17:06:13 +01:00  
				
					
						
							
							
								 
						
							
								4faf9c213e 
								
							 
						 
						
							
							
								
								Add vendoring section  
							
							... 
							
							
							
							Closes  #178  
						
							2016-11-17 16:49:12 +01:00  
				
					
						
							
							
								 
						
							
								d884312223 
								
							 
						 
						
							
							
								
								Merge pull request  #100  from ethantkoenig/develop  
							
							... 
							
							
							
							API endpoints for stars 
							
						 
						
							2016-11-17 07:15:15 -02:00  
				
					
						
							
							
								 
						
							
								0834e492c0 
								
							 
						 
						
							
							
								
								API endpoints for stars  
							
							
							
						 
						
							2016-11-16 22:51:54 -05:00  
				
					
						
							
							
								 
						
							
								871c964ef7 
								
							 
						 
						
							
							
								
								Upgrade vendor "git" ( #175 )  
							
							
							
						 
						
							2016-11-15 23:24:08 +08:00  
				
					
						
							
							
								 
						
							
								7596e41027 
								
							 
						 
						
							
							
								
								Merge pull request  #171  from andreynering/gitea/editorconfig-crlf  
							
							... 
							
							
							
							.editorconfig: do not specify line ending 
							
						 
						
							2016-11-15 12:06:41 +01:00  
				
					
						
							
							
								 
						
							
								56a8cf523b 
								
							 
						 
						
							
							
								
								fix variable assigned and not used. ( #173 )  
							
							... 
							
							
							
							Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> 
							
						 
						
							2016-11-15 07:53:16 +01:00  
				
					
						
							
							
								 
						
							
								d9ffe99972 
								
							 
						 
						
							
							
								
								fix variable assigned and not used.  
							
							... 
							
							
							
							Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> 
							
						 
						
							2016-11-15 14:16:27 +08:00  
				
					
						
							
							
								 
						
							
								07a0753420 
								
							 
						 
						
							
							
								
								Merge pull request  #169  from strk/allow-update-draft-releases  
							
							... 
							
							
							
							Allow updating draft releases while keeping them as draft 
							
						 
						
							2016-11-14 21:48:21 +01:00  
				
					
						
							
							
								 
						
							
								6cf66117e7 
								
							 
						 
						
							
							
								
								Merge pull request  #170  from strk/wiki-lint  
							
							... 
							
							
							
							Fix lint errors in models/wiki (just add methods docs) 
							
						 
						
							2016-11-14 17:34:16 -02:00  
				
					
						
							
							
								 
						
							
								a285c07d5e 
								
							 
						 
						
							
							
								
								.editorconfig: do not specify line ending  
							
							... 
							
							
							
							That is annoying on Windows, since the editor will change the file if
you just open it. Git will checking as LF anyway. 
							
						 
						
							2016-11-14 15:48:44 -02:00  
				
					
						
							
							
								 
						
							
								cd339263d9 
								
							 
						 
						
							
							
								
								Allow updating draft releases while keeping them as draft  
							
							... 
							
							
							
							Closes  #162  
						
							2016-11-14 18:02:21 +01:00  
				
					
						
							
							
								 
						
							
								592a4ec4d3 
								
							 
						 
						
							
							
								
								Fix lint errors in models/wiki (just add methods docs)  
							
							... 
							
							
							
							See #70  
							
						 
						
							2016-11-14 18:01:46 +01:00  
				
					
						
							
							
								 
						
							
								81f227eace 
								
							 
						 
						
							
							
								
								Merge pull request  #168  from appleboy/gofmt  
							
							... 
							
							
							
							fix gofmt error. 
							
						 
						
							2016-11-14 15:00:02 -02:00  
				
					
						
							
							
								 
						
							
								5054020c1f 
								
							 
						 
						
							
							
								
								fix gofmt error.  
							
							... 
							
							
							
							Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> 
							
						 
						
							2016-11-15 00:03:37 +08:00  
				
					
						
							
							
								 
						
							
								904deb7d6a 
								
							 
						 
						
							
							
								
								Fix broken link for Contributors Guide ( #166 )  
							
							... 
							
							
							
							* Fix broken link for Contributors Guide
* remove ./ 
							
						 
						
							2016-11-14 08:17:15 +01:00  
				
					
						
							
							
								 
						
							
								739f07c98e 
								
							 
						 
						
							
							
								
								Remember diff view style ( #163 )  
							
							
							
						 
						
							2016-11-13 10:54:04 +08:00  
				
					
						
							
							
								 
						
							
								bd76e156bb 
								
							 
						 
						
							
							
								
								fixed bug  #151  finally ( #164 )  
							
							
							
						 
						
							2016-11-12 22:52:19 +08:00  
				
					
						
							
							
								 
						
							
								3ef022b071 
								
							 
						 
						
							
							
								
								Fixes possible vulnerabilities with keyword hijacking ( #20 )  
							
							... 
							
							
							
							- Added public entries to reserved keywords list
- Rename variables
- Derped comment 
							
						 
						
							2016-11-12 13:26:45 +01:00  
				
					
						
							
							
								 
						
							
								3dedc027ac 
								
							 
						 
						
							
							
								
								Bug fixed for issues ( #156 )  
							
							
							
						 
						
							2016-11-12 13:06:33 +01:00  
				
					
						
							
							
								 
						
							
								54e6ed3431 
								
							 
						 
						
							
							
								
								Upgrade vendor "git" ( #161 )  
							
							
							
						 
						
							2016-11-12 12:09:25 +01:00  
				
					
						
							
							
								 
						
							
								b339858500 
								
							 
						 
						
							
							
								
								replace footer gogs to gitea ( #157 )  
							
							
							
						 
						
							2016-11-12 09:32:43 +01:00  
				
					
						
							
							
								 
						
							
								0baaa7728a 
								
							 
						 
						
							
							
								
								bug fixed caused by  #153  ( #154 )  
							
							
							
						 
						
							2016-11-12 09:30:46 +01:00  
				
					
						
							
							
								 
						
							
								30a37311f8 
								
							 
						 
						
							
							
								
								use in instead string join ( #155 )  
							
							
							
						 
						
							2016-11-12 09:29:18 +01:00  
				
					
						
							
							
								 
						
							
								555d8b16cb 
								
							 
						 
						
							
							
								
								fixed bug  #151  caused Find should be Get ( #153 )  
							
							
							
						 
						
							2016-11-12 00:01:09 +01:00  
				
					
						
							
							
								 
						
							
								900f233b3c 
								
							 
						 
						
							
							
								
								Merge pull request  #152  from lunny/lunny/optimization_in  
							
							... 
							
							
							
							optimization on database IN 
							
						 
						
							2016-11-11 22:09:54 +01:00  
				
					
						
							
							
								 
						
							
								ade6d4a20f 
								
							 
						 
						
							
							
								
								optimization on database IN  
							
							
							
						 
						
							2016-11-12 01:31:37 +08:00