aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/api.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add review request api (#11355)a10121127962020-10-201-1/+3
* Return 404 not 500 from API if team does not exist (#13118)zeripath2020-10-121-1/+1
* API: Get release by tags endpoint (#12932)Johan Van de Wauw2020-09-251-0/+3
* Adopt repositories (#12920)zeripath2020-09-251-0/+5
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+1
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-1/+1
* Expose Attachemnt Settings by API (#12514)65432020-09-051-0/+1
* API: Expose its limitation settings (#12714)65432020-09-041-0/+1
* Add cron running API (#12421)zeripath2020-08-241-0/+4
* Add API to update pr headBranch (#12419)赵智超2020-08-041-0/+1
* Add TOTP header to Swagger Documentation (#12402)65432020-08-021-0/+6
* API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s...65432020-06-221-2/+3