a618df8d84 
								
							
								 
							
						 
						
							
							
								
								Add CLI commands to manage LDAP authentication source ( #6681 )  
							
							... 
							
							
 
							
							* add CLI commands to manage LDAP authentication source
* delete Gogs copyright
* remove unused return value of func parseLoginSource
* fix comment
Co-Authored-By: ngourdon <31291059+ngourdon@users.noreply.github.com>
* remove config flag already present in global flags
* remove config flag from ldap commands in docs
* remove config flag handling 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								a6fed1542c 
								
							
								 
							
						 
						
							
							
								
								add docs for  #6847  ( #7132 )  
							
							
 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e55c874dd2 
								
							
								 
							
						 
						
							
							
								
								Add work path CLI option ( #6922 )  
							
							... 
							
							
 
							
							Makes it possible to set the work path as a CLI option instead of
relying on environment variables which are somewhat opaque 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								897927690f 
								
									
								
							
								 
							
						 
						
							
							
								
								Rename LFS_JWT_SECRET to include OAUTH2 as well ( #6826 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e255df83a6 
								
							
								 
							
						 
						
							
							
								
								Change verbose flag in dump command to avoid colliding with global version flag ( #6822 )  
							
							... 
							
							
 
							
							* Change verbose flag to avoid colliding with version flag
* Update docs
Signed-off-by: jolheiser <john.olheiser@gmail.com> 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8d0d7bc28d 
								
							
								 
							
						 
						
							
							
								
								Make CustomPath, CustomConf and AppWorkPath configurable at build ( #6631 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								2b9b3310f6 
								
							
								 
							
						 
						
							
							
								
								Add username flag in create-user command ( #6534 )  
							
							... 
							
							
 
							
							* Add username flag in create-user command
* Fix the error message
* Change name to username on flag of create-user command
* Include create-user flags of both versions
* delete deprecated example of create-user command 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								0f54f42646 
								
							
								 
							
						 
						
							
							
								
								docs: document setup with read-only config ( #6348 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								dbba46c216 
								
							
								 
							
						 
						
							
							
								
								support custom file name in `gitea dump` command ( #6474 )  
							
							... 
							
							
 
							
							* support custom file name in `gitea dump` command
* simpler approach to handle default dump file name
in `gitea dump` command 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8c3082bdb4 
								
							
								 
							
						 
						
							
							
								
								fix typos in docs command-line examples ( #6466 )  
							
							... 
							
							
 
							
							Signed-off-by: Ilya Pavlov <ilux@cpan.org> 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								c71c28eab8 
								
							
								 
							
						 
						
							
							
								
								update docs ( #6032 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								656456441c 
								
							
								 
							
						 
						
							
							
								
								Add flag to skip repository dumping ( #5695 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								530c2b8ad8 
								
							
								 
							
						 
						
							
							
								
								document command line flags ( #5675 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								7d9a191a3c 
								
							
								 
							
						 
						
							
							
								
								Create AuthorizedKeysCommand ( #5236 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e91a2cf2ea 
								
									
								
							
								 
							
						 
						
							
							
								
								Add/remove/list oauth providers via cli ( #4591 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								f54626df0b 
								
							
								 
							
						 
						
							
							
								
								Add config path as an optional flag when changing pass via CLI ( #4184 )  
							
							
 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								8176345c0e 
								
							
								 
							
						 
						
							
							
								
								Add cli commands to regen hooks & keys ( #3979 )  
							
							... 
							
							
 
							
							* Add cli commands to regen hooks & keys
* make fmt
* Allow passing path to config as an option
* add docs 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								6f751409b4 
								
							
								 
							
						 
						
							
							
								
								Document generate commands ( #3532 )  
							
							... 
							
							
 
							
							* Document generate commands
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Fix examples and grammar
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3ee8be3849 
								
							
								 
							
						 
						
							
							
								
								General documentation cleanup ( #3317 )  
							
							... 
							
							
 
							
							* Clean up spelling, grammar, perspective, whitespace, language, markup, etc. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fb5c6b6444 
								
							
								 
							
						 
						
							
							
								
								Import docs into main repository ( #2874 )  
							
							... 
							
							
 
							
							* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net> 
							
						 
						
							8 years ago