27a6e03906 
								
							 
						 
						
							
							
								
								Remove page size limit comment from swagger ( #11806 )  
							
							... 
							
							
							
							Co-authored-by: techknowlogick <techknowlogick@gitea.io> 
							
						 
						
							2020-06-09 00:57:38 -04:00  
				
					
						
							
							
								 
						
							
								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> 
							
						 
						
							2020-01-24 14:00:29 -05:00  
				
					
						
							
							
								 
						
							
								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 
							
						 
						
							2019-12-20 19:07:12 +02:00  
				
					
						
							
							
								 
						
							
								22272fe1e4 
								
							 
						 
						
							
							
								
								Make /users/{username}/repos list private repos the current user has access to ( #8621 )  
							
							
							
						 
						
							2019-10-23 19:46:32 +01:00  
				
					
						
							
							
								 
						
							
								34eee25bd4 
								
							 
						 
						
							
							
								
								Move sdk structs to modules/structs ( #6905 )  
							
							... 
							
							
							
							* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor 
							
						 
						
							2019-05-11 18:21:34 +08:00  
				
					
						
							
							
								 
						
							
								eabbddcd98 
								
							 
						 
						
							
							
								
								Restrict permission check on repositories and fix some problems ( #5314 )  
							
							... 
							
							
							
							* fix units permission problems
* fix some bugs and merge LoadUnits to repoAssignment
* refactor permission struct and add some copyright heads
* remove unused codes
* fix routes units check
* improve permission check
* add unit tests for permission
* fix typo
* fix tests
* fix some routes
* fix api permission check
* improve permission check
* fix some permission check
* fix tests
* fix tests
* improve some permission check
* fix some permission check
* refactor AccessLevel
* fix bug
* fix tests
* fix tests
* fix tests
* fix AccessLevel
* rename CanAccess
* fix tests
* fix comment
* fix bug
* add missing unit for test repos
* fix bug
* rename some functions
* fix routes check 
							
						 
						
							2018-11-28 19:26:14 +08:00  
				
					
						
							
							
								 
						
							
								3379141d81 
								
							 
						 
						
							
							
								
								API: '/orgs/:org/repos': return private repos with read access ( #5310 ) ( #3829 ) ( #5383 )  
							
							... 
							
							
							
							Signed-off-by: Daniel Balko <inxonic+github@gmail.com> 
							
						 
						
							2018-11-23 16:23:27 -05:00  
				
					
						
							
							
								 
						
							
								f26f4a7e01 
								
							 
						 
						
							
							
								
								Update swagger documentation ( #2899 )  
							
							... 
							
							
							
							* Update swagger documentation
Add docs for missing endpoints
Add documentation for request parameters
Make parameter naming consistent
Fix response documentation
* Restore delete comments 
							
						 
						
							2017-11-13 09:02:25 +02:00  
				
					
						
							
							
								 
						
							
								fd8e8a421a 
								
							 
						 
						
							
							
								
								Improve swagger doc ( #2274 )  
							
							... 
							
							
							
							* Add swagger comment for adminCreateOrg
* Add swagger comment for admin route
* add hook swagger doc
* Add tags
* Add auth
* Fix name of responses
* Edit name method
* Update vendor
* make generate-swagger 
							
						 
						
							2017-08-21 14:13:47 +03:00  
				
					
						
							
							
								 
						
							
								6a3c03762a 
								
							 
						 
						
							
							
								
								API: support '/orgs/:org/repos' ( #2047 )  
							
							... 
							
							
							
							* API: support '/orgs/:org/repos' 
							
						 
						
							2017-07-13 13:14:15 +02:00  
				
					
						
							
							
								 
						
							
								8f1d62ad3b 
								
							 
						 
						
							
							
								
								Fix GET /users/:username/repos endpoint ( #2125 )  
							
							
							
						 
						
							2017-07-10 14:07:39 +03:00  
				
					
						
							
							
								 
						
							
								3edb0c5894 
								
							 
						 
						
							
							
								
								Generate swagger json ( #1402 )  
							
							... 
							
							
							
							- Generate swagger.json into public/
- Add swagger-ui auto-installation
- Add footer link to local swagger-ui
- Add /swagger url for using app url.
- Fix Swagger-UI version via git tag 
							
						 
						
							2017-05-02 15:35:59 +02:00  
				
					
						
							
							
								 
						
							
								61b08b5c01 
								
							 
						 
						
							
							
								
								bug fixed for API to get user's repos ( #1622 )  
							
							... 
							
							
							
							* bug fixed for API to get user's repos
* add tests and fix another place
* test user2 since user1 has no repos 
							
						 
						
							2017-04-29 12:33:25 +08:00  
				
					
						
							
							
								 
						
							
								c1d5983d3e 
								
							 
						 
						
							
							
								
								fix panic when get user repos from api ( #1110 )  
							
							
							
						 
						
							2017-03-03 19:10:46 +08:00  
				
					
						
							
							
								 
						
							
								c0f99e8229 
								
							 
						 
						
							
							
								
								API: support /users/:username/repos  
							
							... 
							
							
							
							clean up
fix arguments
remove repeated token
give admins listing rights 
							
						 
						
							2017-02-27 07:46:01 +01:00