aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/commits.go
Commit message (Expand)AuthorAgeFilesLines
* Add API to get commit diff/patch (#17095)qwerty2872021-09-201-0/+50
* [API] generalize list header (#16551)65432021-08-121-4/+4
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-8/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-1/+5
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-9/+9
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-98/+3
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Fix regression: Gitea commits API again returns commit summaries, not full me...Kristian Antonsen2020-07-081-1/+1
* Add pagination headers on endpoints that support total count from database (#...Cirno the Strongest2020-06-211-2/+4
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Consolidate API for getting single commit (#11368)Cirno the Strongest2020-05-111-47/+6
* [API] Get a single commit via Ref (#10915)65432020-04-071-5/+58
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-10/+19
* Swagger info corrections (#9441)65432019-12-201-3/+4
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+2
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-261-22/+185
* Fixes #7564 - Malformed URLs in API git/commits response (#7565)Richard Mahn2019-07-221-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Change summary to full message (#6591)John Olheiser2019-04-121-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-3/+2
* Updates SDK dep (#6406)Richard Mahn2019-03-221-6/+10
* Add single commit API support (#5843)Lunny Xiao2019-02-021-0/+119