SpaWn2KiLl
							
						 
						
							 
							
							
							
								
							
								1f01f53c53 
								
							
								 
							
						 
						
							
							
								
								API add/generalize pagination ( #9452 )  
							
							 
							
							... 
							
							
 
							
							* paginate results
* fixed deadlock
* prevented breaking change
* updated swagger
* go fmt
* fixed find topic
* go mod tidy
* go mod vendor with go1.13.5
* fixed repo find topics
* fixed unit test
* added Limit method to Engine struct; use engine variable when provided; fixed gitignore
* use ItemsPerPage for default pagesize; fix GetWatchers, getOrgUsersByOrgID and GetStargazers; fix GetAllCommits headers; reverted some changed behaviors
* set Page value on Home route
* improved memory allocations
* fixed response headers
* removed logfiles
* fixed import order
* import order
* improved swagger
* added function to get models.ListOptions from context
* removed pagesize diff on unit test
* fixed imports
* removed unnecessary struct field
* fixed go fmt
* scoped PR
* code improvements
* code improvements
* go mod tidy
* fixed import order
* fixed commit statuses session
* fixed files headers
* fixed headers; added pagination for notifications
* go mod tidy
* go fmt
* removed Private from user search options; added setting.UI.IssuePagingNum as default valeu on repo's issues list
* Apply suggestions from code review
Co-Authored-By: 6543 <6543@obermui.de>
Co-Authored-By: zeripath <art27@cantab.net>
* fixed build error
* CI.restart()
* fixed merge conflicts resolve
* fixed conflicts resolve
* improved FindTrackedTimesOptions.ToOptions() method
* added backwards compatibility on ListReleases request; fixed issue tracked time ToSession
* fixed build error; fixed swagger template
* fixed swagger template
* fixed ListReleases backwards compatibility
* added page to user search route
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: zeripath <art27@cantab.net> 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								6543
							
						 
						
							 
							
							
							
								
							
								14a9687444 
								
							
								 
							
						 
						
							
							
								
								times Add filters ( #9373 )  
							
							 
							
							... 
							
							
 
							
							(extend #9200 )
 * add query param for GET functions (created Bevore & after)
 * add test
 * generalize func GetQueryBeforeSince
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								6543
							
						 
						
							 
							
							
							
								
							
								2848c5eb8f 
								
							
								 
							
						 
						
							
							
								
								Swagger info corrections ( #9441 )  
							
							 
							
							... 
							
							
 
							
							* use numbers and not http.Status___ enum
* fix test
* add many missing swagger responses
* code format
* Deletion Sould return 204 ...
* error handling improvements
* if special error type ... then add it to swagger too
* one smal nit
* invalidTopicsError is []string
* valid swagger specification 2.0
 - if you add responses swagger can tell you if you do it right 👍 
* use ctx.InternalServerError
* Revert "use numbers and not http.Status___ enum"
This reverts commit b1ff386e2418ed6a7f183e756b13277d701278ef.
* use http.Status* enum everywhere 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
								
								
							
							
								
							
								daab245167 
								
									
								
							
								 
							
						 
						
							
							
								
								Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert ( #8892 )  
							
							 
							
							... 
							
							
 
							
							* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert
* fix fmt 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
							
								
							
								a966a0298e 
								
							
								 
							
						 
						
							
							
								
								Move more webhook codes from models to webhook module ( #8802 )  
							
							 
							
							... 
							
							
 
							
							* Move more webhook codes from models to webhook module 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								WGH
							
						 
						
							 
							
							
							
								
							
								6ddd3b0b47 
								
							
								 
							
						 
						
							
							
								
								Implement webhook branch filter ( #7791 )  
							
							 
							
							... 
							
							
 
							
							* Fix validate() function to handle errors in embedded anon structs
* Implement webhook branch filter
See #2025 , #3998 . 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								Tamal Saha
							
						 
						
							 
							
							
							
								
							
								171b359877 
								
							
								 
							
						 
						
							
							
								
								Use gitea forked macaron ( #7933 )  
							
							 
							
							... 
							
							
 
							
							Signed-off-by: Tamal Saha <tamal@appscode.com> 
							
						 
						
							6 years ago  
						
					 
				
					
						
							
							
								 
								techknowlogick
							
						 
						
							 
							
							
							
								
							
								5fb1ad7011 
								
							
								 
							
						 
						
							
							
								
								Webhook Logs show proper HTTP Method, and allow change HTTP method in form ( #6953 )  
							
							 
							
							... 
							
							
 
							
							* Fix  #6951  - logs show proper HTTP Method, and allow change HTTP method
in form
* enforce POST method for webhook
* set default if method is empty 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
								
								
							
							
								
							
								34eee25bd4 
								
									
								
							
								 
							
						 
						
							
							
								
								Move sdk structs to modules/structs ( #6905 )  
							
							 
							
							... 
							
							
 
							
							* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								John Olheiser
							
						 
						
							 
							
							
							
								
							
								cac9e6e760 
								
							
								 
							
						 
						
							
							
								
								Updates to API 404 responses ( #6077 )  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Lanre Adelowo
							
						 
						
							 
							
							
							
								
							
								be48397945 
								
							
								 
							
						 
						
							
							
								
								Slack webhook channel name cannot be empty or just contain an hashtag ( #4786 )  
							
							 
							
							
 
							
						 
						
							7 years ago  
						
					 
				
					
						
							
							
								 
								Lunny Xiao
							
						 
						
							 
							
							
								
								
							
							
								
							
								24941a1046 
								
									
								
							
								 
							
						 
						
							
							
								
								Add more webhooks support and refactor webhook templates directory ( #3929 )  
							
							 
							
							... 
							
							
 
							
							* add more webhook support
* move hooks templates to standalone dir and add more webhooks ui
* fix tests
* update vendor checksum
* add more webhook support
* move hooks templates to standalone dir and add more webhooks ui
* fix tests
* update vendor checksum
* update vendor
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* load attributes when created release
* update comparsion doc 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ethan Koenig
							
						 
						
							 
							
							
							
								
							
								876bafb7ef 
								
							
								 
							
						 
						
							
							
								
								Fix API status code for hook creation ( #2814 )  
							
							 
							
							... 
							
							
 
							
							* Fix API status code for hook creation
* Named constants for response statuses 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ethan Koenig
							
						 
						
							 
							
							
							
								
							
								93a1de4842 
								
							
								 
							
						 
						
							
							
								
								Fix repo API bug ( #2133 )  
							
							 
							
							... 
							
							
 
							
							Don't require token when not necessary 
							
						 
						
							8 years ago  
						
					 
				
					
						
							
							
								 
								Ethan Koenig
							
						 
						
							 
							
							
							
								
							
								9847b38518 
								
							
								 
							
						 
						
							
							
								
								Organization webhook API endpoints  
							
							 
							
							
 
							
						 
						
							9 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								9cd16c5b12 
								
							
								 
							
						 
						
							
							
								
								#1692  add organization APIs  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								b117befc2b 
								
							
								 
							
						 
						
							
							
								
								#1692  add user email APIs  
							
							 
							
							
 
							
						 
						
							10 years ago  
						
					 
				
					
						
							
							
								 
								Unknwon
							
						 
						
							 
							
							
							
								
							
								56dd430a10 
								
							
								 
							
						 
						
							
							
								
								refactor API routes and some work for  #976  
							
							 
							
							
 
							
						 
						
							10 years ago