4aafeace23 
								
							
								 
							
						 
						
							
							
								
								fix HTTP/HTTPS push update func call panic  #1037  and `http: multiple response.WriteHeader calls`  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								34102f7889 
								
							
								 
							
						 
						
							
							
								
								remove unused scripts and simplify migrate form definition  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5d5d774e03 
								
							
								 
							
						 
						
							
							
								
								Handle submodules without a .gitmodules entry -  fix   #1023  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								18c0697329 
								
							
								 
							
						 
						
							
							
								
								routers/repo/setting.go: fix LDAP cannot validate password  #1006  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								fab038b175 
								
							
								 
							
						 
						
							
							
								
								Attempt  #3  of ldap fixes  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e3dece1371 
								
							
								 
							
						 
						
							
							
								
								modules/setting: simple behave change in startup  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								8896c82d34 
								
							
								 
							
						 
						
							
							
								
								models: fix issue with transfer repository  
							
							... 
							
							
 
							
							README: fix typo 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1f61340fa3 
								
							
								 
							
						 
						
							
							
								
								Properly calculate the number of open issues per label  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ee68a826a5 
								
							
								 
							
						 
						
							
							
								
								v4 migration, merge 'dev', clean code and mirror fix  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								04164eada3 
								
							
								 
							
						 
						
							
							
								
								models: able to rename user with diff letter cases  #981  
							
							... 
							
							
 
							
							- templates/org: mirror fix on name output
- routers: add missing error check 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								059338139c 
								
							
								 
							
						 
						
							
							
								
								routers: able to migrate repo from local path  
							
							... 
							
							
 
							
							- modules/middleware/context.go: add HandleAPI method 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1654e9ecab 
								
							
								 
							
						 
						
							
							
								
								templates/user/settings/emial.tmpl: little fix on UI  
							
							... 
							
							
 
							
							- routers/user: little code format
- conf/locale: update French locale 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0fa209d07b 
								
							
								 
							
						 
						
							
							
								
								Update/simplify fix that owners also see actions on their repositories  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e6fc58a744 
								
							
								 
							
						 
						
							
							
								
								Remove GoGet option from repository and handle it with ?go-get=1 instead  
							
							... 
							
							
 
							
							The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								455fad0fbd 
								
							
								 
							
						 
						
							
							
								
								Fix that owners also see actions on their repositories  
							
							... 
							
							
 
							
							This is a balance between speed and nice code, where speed has won. To prevent a repository query for each action the ownername is match with the current user.
It would be "cleaner" or "better" if we fetch the repository each time. Another option is to add the RepoOwnerID to action 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ed89b39984 
								
							
								 
							
						 
						
							
							
								
								Updating context and fixing permission issues  
							
							... 
							
							
 
							
							The boolean flags in the repo context have been replaced with mode and two methods
Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/  , Admin Team members are able to change settings of their repositories. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f9454cc32c 
								
							
								 
							
						 
						
							
							
								
								Make sure that a mirror can't be written to by http or ssh  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								a38e4a0b02 
								
							
								 
							
						 
						
							
							
								
								routers/install.go: able to keep previous custom settings for 2nd time install  
							
							... 
							
							
 
							
							- .gopmfile: update all commits 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								6d0f3a07d4 
								
							
								 
							
						 
						
							
							
								
								code  fix   #941  caution: undertest  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0a4cda0dd4 
								
							
								 
							
						 
						
							
							
								
								Refactoring of the Access Table  
							
							... 
							
							
 
							
							This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								485ea6f14f 
								
							
								 
							
						 
						
							
							
								
								models: make code change for session issue with SQLite3  #739  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								6a23252edc 
								
							
								 
							
						 
						
							
							
								
								able to allow insecure certification of webhook for  #891  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0d158e569b 
								
							
								 
							
						 
						
							
							
								
								Change constants to UPPERCASE_WITH_UNDERSCORE style  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								f15fa9167a 
								
							
								 
							
						 
						
							
							
								
								cmd: code fix for  #905  
							
							... 
							
							
 
							
							- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now) 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								00653e52ee 
								
							
								 
							
						 
						
							
							
								
								Get username, name, surname and e-mail from LDAP server  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								ba77a3b0b4 
								
							
								 
							
						 
						
							
							
								
								routers/repo/http.go: allow HTTP push/pull by token for  #845  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								216683004e 
								
							
								 
							
						 
						
							
							
								
								code fix for  #908 , and work for  #884  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								5a99e9a37b 
								
							
								 
							
						 
						
							
							
								
								models/action.go: add action reopen for  #462  
							
							... 
							
							
 
							
							- models/issue.go: format comment type names 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								afccd0a3ee 
								
							
								 
							
						 
						
							
							
								
								models/action.go: mirror fix on  #892  
							
							... 
							
							
 
							
							- modules/base/markdown.go: fix issue link issue
- routers/repo/view.go: remove useless code 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								4e79adf6b5 
								
							
								 
							
						 
						
							
							
								
								Refactoring of the Access Table  
							
							... 
							
							
 
							
							This commit does a lot of the work of refactoring the access table in a table with id's instead of strings.
The result does compile, but has not been tested. It may eat your kittens. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								fc6d80d619 
								
							
								 
							
						 
						
							
							
								
								Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files.  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								3c65265871 
								
							
								 
							
						 
						
							
							
								
								Hide the registration button depending on the setting  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								1ab09e4f1b 
								
							
								 
							
						 
						
							
							
								
								Add option to provide configuration file on command line  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								89ea3e1acc 
								
							
								 
							
						 
						
							
							
								
								routers: save partial config when install  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								b293b6eaa6 
								
							
								 
							
						 
						
							
							
								
								cmd: CMD option for port number of `gogs web` to prevent first time run conflict  
							
							... 
							
							
 
							
							- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								32152d2363 
								
							
								 
							
						 
						
							
							
								
								routers/repo: set raw page content type to 'text/plain'  #828  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								37fcc8daf2 
								
							
								 
							
						 
						
							
							
								
								modules/base: add RenderCommitMessage with XSS-safe and special links  
							
							... 
							
							
 
							
							- update russian locale 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								76f8904718 
								
							
								 
							
						 
						
							
							
								
								Introducing Collaboration Struct  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d0827e5d5e 
								
							
								 
							
						 
						
							
							
								
								allow http push by token -  #842  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								6251626de4 
								
							
								 
							
						 
						
							
							
								
								Implement  #798  Flexible ssh-key input  
							
							... 
							
							
 
							
							It is now possible to input ssh keys in a number of formats: openssh, SSH2 or just the base64 encoded key. 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								c73e9057ae 
								
							
								 
							
						 
						
							
							
								
								Optmize git-fsck options and  fix   #820  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								d016eaaa09 
								
							
								 
							
						 
						
							
							
								
								Fix   #807  parse the userinfo with the golang tools  
							
							... 
							
							
 
							
							Note, this is now only fixed with Go version >= 1.4.2, see this bug in Go: 07d86b1f2d 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								677b1ec627 
								
							
								 
							
						 
						
							
							
								
								fix   #808  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								6643647687 
								
									
								
							
								 
							
						 
						
							
							
								
								add afunction to rewrite all public keys on admin request  
							
							... 
							
							
 
							
							refs #763  
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								bd555551ce 
								
							
								 
							
						 
						
							
							
								
								fix   #801  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								e948c7c262 
								
							
								 
							
						 
						
							
							
								
								Fix   #795  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								81a44e4cd0 
								
							
								 
							
						 
						
							
							
								
								fix API changes  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								79537467da 
								
							
								 
							
						 
						
							
							
								
								mirror fix and update  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								20b5c23a19 
								
							
								 
							
						 
						
							
							
								
								Small fixes to multiple_emails feature  
							
							
 
							
						 
						
							11 years ago  
				
					
						
							
							
								 
						
							
							
								0a697517ac 
								
							
								 
							
						 
						
							
							
								
								work on  #754  
							
							
 
							
						 
						
							11 years ago