summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* Add API to get issue/pull comments and events (timeline) (#17403)qwerty2872022-01-011-0/+1
* Add API to manage repo tranfers (#17963)qwerty2872021-12-231-0/+2
* Some repository refactors (#17950)Lunny Xiao2021-12-121-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+5
* Make `bind` error more readable (#17750)Gusted2021-11-221-1/+2
* Extract constant names out for the ReverseProxy and Basic authentication meth...zeripath2021-11-201-1/+1
* Allow Token API calls be authorized using the reverse-proxy header (#15119)Paweł Bogusławski2021-11-191-3/+6
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-1/+2
* Move EmailAddress & UserRedirect into models/user/ (#17607)Lunny Xiao2021-11-111-4/+5
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-50/+51
* Add API to get/edit wiki (#17278)qwerty2872021-10-251-0/+16
* Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR...wxiaoguang2021-10-151-1/+1
* [API] Add endpount to get user org permissions (#17232)Romain2021-10-121-1/+4
* Add nodeinfo endpoint for federation purposes (#16953)techknowlogick2021-09-281-0/+3
* Merge endpoints for pull diff/patch (#17104)qwerty2872021-09-221-2/+1
* Add API to get commit diff/patch (#17095)qwerty2872021-09-201-0/+1
* Use common sessioner for API and Web (#17027)zeripath2021-09-121-13/+3
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-111-0/+1
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-1/+1
* Set AllowedHeaders on API CORS handler (#16524)zeripath2021-08-041-0/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-1/+1
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-0/+3
* Creating a repo from a template repo via API (#15958)a10121127962021-07-051-0/+1
* Add API to get commits of PR (#16300)sebastian-sauer2021-07-021-0/+1
* [API] Add repoGetTag (#16166)65432021-06-231-2/+3
* [API] GET / SET User Settings (#16169)65432021-06-231-0/+4
* reqOrgMembership calls need to be preceded by reqToken (#16198)zeripath2021-06-211-3/+3
* [API] Add repoCreateTag (#16165)65432021-06-171-0/+1
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-0/+2
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+4
* Add missing SameSite settings for the i_like_gitea cookie (#16037)zeripath2021-05-311-0/+1
* api: fix overly strict edit pr permissions (#15900)Norwin2021-05-191-1/+1
* [API] make change repo settings work on empty repos (#15778)65432021-05-081-1/+1
* Use route rather than use thus reducing the number of stack frames (#15301)zeripath2021-05-041-4/+0
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-2/+2
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-1/+1
* Prevent incorrect HTML escaping in swagger.json (#14957)zeripath2021-03-111-1/+1
* Add ui.explore settings to control view of explore pages (2) (#14094)zeripath2021-03-111-3/+11
* Show Gitea version in swagger (#14654)techknowlogick2021-02-121-1/+1
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-111-10/+20
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+2
* [API] Add delete release by tag & fix unreleased inconsistency (#14563)65432021-02-071-2/+3
* [API] List, Check, Add & delete endpoints for repository teams (#13630)65432021-02-011-0/+6
* Fix access log (#14475)Lunny Xiao2021-01-271-0/+5
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-103/+142
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-2/+15
* Fix middlewares sequences (#14354)Lunny Xiao2021-01-161-5/+5
* [API] Only Return Json (#13511)65432020-11-141-24/+23
* Delete tag API (#13358)John Olheiser2020-10-301-1/+3