1bcabb8b1e 
								
							
								 
							
						 
						
							
							
								
								Removed unnecessary line referencing LFS struct ( #4113 )  
							
							... 
							
							
 
							
							https://github.com/go-gitea/gitea/pull/4035#issuecomment-394286204 
@ohwgiles  points out that the config section should, in fact, still be in accordance with the "server" struct, which contains the "LFS" struct. I should just remove the line
```
sec = Cfg.Section("LFS")
``` 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								d62bc3362b 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1f877f8c87 
								
							
								 
							
						 
						
							
							
								
								Add tag check to release draft creation ( #3729 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fb1daad13d 
								
							
								 
							
						 
						
							
							
								
								Add how-to for enabling HTTPS ( #4101 )  
							
							... 
							
							
 
							
							Signed-off-by: Jonas Franz <info@jonasfranz.de> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								da466b0505 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								85b7fd1e61 
								
							
								 
							
						 
						
							
							
								
								Remove dupelicate link ( #4100 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7893e5939a 
								
							
								 
							
						 
						
							
							
								
								Update gitgraph.js to fix "Cannot read property color of undefined" ( #4095 )  
							
							... 
							
							
 
							
							Signed-off-by: Alexey Terentyev <axifnx@gmail.com> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9a1772b0fa 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a5f63fc4d1 
								
							
								 
							
						 
						
							
							
								
								swagger: add 'required: true' for params in URL ( #4097 )  
							
							... 
							
							
 
							
							* Partial fix for #4010 
Swagger validation needs 'required: true' for parameters that are in
the URL path.
Signed-off-by: Steve Traugott <stevegt@t7a.org> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b8c1dc55b4 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								28fb255d91 
								
							
								 
							
						 
						
							
							
								
								Add make command to validate swagger file ( #4096 )  
							
							... 
							
							
 
							
							Partial fix for #4088  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0549762fd0 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								39f2aa7c12 
								
							
								 
							
						 
						
							
							
								
								add simple descriptions for file API responses ( #4089 )  
							
							... 
							
							
 
							
							* Partial fix for #4010 
Swagger needs a description field in each swagger:operation response.  Adding
minimal text for now on the way to getting swagger validate to pass.  Many
standard swagger client libraries will not work with gitea until validate
passes, so prioritizing that over better descriptions for now.
Signed-off-by: Steve Traugott <stevegt@t7a.org> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								7707ad7a0a 
								
							
								 
							
						 
						
							
							
								
								add simple descriptions for swagger validate ( #4087 )  
							
							... 
							
							
 
							
							* Partial fix for #4010 
Swagger needs a comment line above each swagger:response comment -- it
uses these to populate the description: fields.  Adding minimal text
for now on the way to getting swagger validate to pass.  Many standard
swagger client libraries will not work at all with gitea until validate
passes, so prioritizing that over better descriptions for now.
Signed-off-by: Steve Traugott <stevegt@t7a.org> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								728cc27284 
								
									
								
							
								 
							
						 
						
							
							
								
								Update Contribution docs with non-404 link ( #4077 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								af05212bf8 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								35c3510335 
								
							
								 
							
						 
						
							
							
								
								Fix   #4081  Check for leading / in base before removing it ( #4082 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								15f6ec9632 
								
							
								 
							
						 
						
							
							
								
								LFS: make HTTP auth period configurable ( #4035 )  
							
							... 
							
							
 
							
							* LFS: make HTTP auth period configurable
* Formatting: Removed semicolon
Due to automated fmt-check failure (drone.gitea.io)
* applying code reviews
* Applied code review comment: Change HTTPAuthExpiry to time.Duration
* Updated config cheat sheet 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								832ca509d3 
								
							
								 
							
						 
						
							
							
								
								Remove autolink.js references ( #4072 )  
							
							... 
							
							
 
							
							* Autolink.js no longer used
Fixes  #4069 
* Remove autolink.js references
* Fix reference to u2f js 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2139c152cb 
								
							
								 
							
						 
						
							
							
								
								Fix relative markdown links with anchors ( #4058 )  
							
							... 
							
							
 
							
							* Replace '%28' with '#'
Add test case
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Use ResolveReference instead of strings.Replace
Signed-off-by: Jonas Franz <info@jonasfranz.software> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								f86f56e19c 
								
							
								 
							
						 
						
							
							
								
								Added deletion of an empty line at the end of the file ( #4050 ) ( #4054 )  
							
							... 
							
							
 
							
							Signed-off-by: Alexey Terentyev <axifnx@gmail.com> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								9aa8fdc5d7 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								dc789ad7db 
								
							
								 
							
						 
						
							
							
								
								Fix drone CLI install link ( #4071 )  
							
							... 
							
							
 
							
							Fixes  #4070  
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5c95f7c7ce 
								
									
								
							
								 
							
						 
						
							
							
								
								fix attachment ENABLED ( #4064 )  
							
							... 
							
							
 
							
							* fix attachment ENABLED
* change wrong name on app.ini.sample 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								fd274ffcd9 
								
							
								 
							
						 
						
							
							
								
								Fix wiki redirects ( #3919 )  
							
							... 
							
							
 
							
							When creating or editing a wiki page, the redirect to the wiki page does
not work because the file name is used instead of the page name. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								0be2b34cec 
								
							
								 
							
						 
						
							
							
								
								update git vendor ( #4059 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b6604505e7 
								
									
								
							
								 
							
						 
						
							
							
								
								Update drone test instructions in CONTRIBUTING.md ( #4055 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								5095dfaed6 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2986e942ee 
								
							
								 
							
						 
						
							
							
								
								Mac OS X -> macOS ( #4056 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2eabf18c9b 
								
							
								 
							
						 
						
							
							
								
								add api section to config cheat sheet ( #4037 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								2a9799493a 
								
							
								 
							
						 
						
							
							
								
								Make home.tmpl visible with Signin-View enabled ( #4040 )  
							
							... 
							
							
 
							
							Fix  #3846  
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8ebd15e6a6 
								
							
								 
							
						 
						
							
							
								
								fix add a Ukrainian language ( #4036 ) ( #4042 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								69e82c1761 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3b35c6e47c 
								
							
								 
							
						 
						
							
							
								
								add i18n section in config cheat sheet, reordered app.ini.sample ( #4038 )  
							
							... 
							
							
 
							
							* add i18n section in config cheat sheet, reordered app.ini.sample
* fix wrong default config 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								062111de3b 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								e225b5c512 
								
							
								 
							
						 
						
							
							
								
								add a Ukrainian language ( #4036 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								81241b9380 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								3623f12a28 
								
									
								
							
								 
							
						 
						
							
							
								
								fix writer cannot read bare repo guide ( #4033 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								11da1e6146 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								cdb9478774 
								
							
								 
							
						 
						
							
							
								
								LDAP Public SSH Keys synchronization ( #1844 )  
							
							... 
							
							
 
							
							* Add LDAP Key Synchronization feature
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Add migration: add login source id column for public_key table
* Only update keys if needed
* Add function to only list pubkey synchronized from ldap
* Only list pub ssh keys synchronized from ldap. Do not sort strings as ExistsInSlice does it.
* Only get keys belonging to current login source id
* Set default login source id to 0
* Some minor cleanup. Add integration tests (updete dep testify) 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b908ac9fab 
								
							
								 
							
						 
						
							
							
								
								Added repository search ordered by stars or forks. Forks column in admin repo list. ( #3969 )  
							
							... 
							
							
 
							
							* Added repository search order by stars or forks.
Added Forks column to admin repository list.
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed search repo template
Signed-off-by: Alexey Terentyev <axifnx@gmail.com> 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ea2a938e8a 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								48797e7199 
								
							
								 
							
						 
						
							
							
								
								Gitea with Caddy with sub-path documentation. ( #4028 )  
							
							... 
							
							
 
							
							Matches rest of headings 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4ba9745cee 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								b299d7bceb 
								
							
								 
							
						 
						
							
							
								
								Add Environment Variables to Docker template ( #4012 )  
							
							... 
							
							
 
							
							* Add disable registration as an environment variable
for docker
* Add REQUIRE_SIGNIN_VIEW as env var to docker
* Add variables to template
* Update docker docs 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								60d95a0b85 
								
									
								
							
								 
							
						 
						
							
							
								
								fix bugs caused by  #3929  ( #3999 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								71a8fe3e7c 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								4ec8551490 
								
									
								
							
								 
							
						 
						
							
							
								
								fix webhook bug of response info is not displayed in UI ( #4000 )  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a2f0c57584 
								
							
								 
							
						 
						
							
							
								
								[skip ci] Updated translations via Crowdin  
							
							
 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								416ded5f3e 
								
							
								 
							
						 
						
							
							
								
								Add documentation for reverse proxies ( #4022 )  
							
							... 
							
							
 
							
							Fixes  #3904  
						
							8 years ago