aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
...
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+5
* Calculate label URL on API (#16186)65432021-09-103-11/+15
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-18/+6
* Make mirror feature more configurable (#16957)65432021-09-073-3/+9
* Ensure that rebase conflicts are handled in updates (#16952)zeripath2021-09-051-0/+3
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-3/+10
* [API] List limited and private orgs if authentificated (#16866)65432021-08-303-4/+4
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-131-0/+39
* [API] generalize list header (#16551)65432021-08-1240-130/+297
* Related refactors to ctx.FormX functions (#16567)65432021-08-117-15/+11
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-113-0/+90
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-1119-41/+41
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-092-28/+7
* Set AllowedHeaders on API CORS handler (#16524)zeripath2021-08-042-0/+2
* Swagger AccessToken fixes (#16574)zeripath2021-08-013-7/+12
* Fix swagger doc by rename repoAddTopĆ­c to repoAddTopic (#16580)Lars Hvam2021-08-011-1/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-2925-83/+83
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+1
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-3/+1
* update `user/repos` api description (#16503)Patrick Schratz2021-07-211-1/+1
* Check user instead of organization when creating a repo from a template via A...Ion Jaureguialzo Sarasola2021-07-151-4/+9
* Return updated repository when changing repository using API (#16420)65432021-07-131-1/+7
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-132-4/+80
* Let branch/tag name be a valid ref to get CI status (#16400)65432021-07-133-46/+68
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-132-8/+46
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-082-2/+2
* Creating a repo from a template repo via API (#15958)a10121127962021-07-053-0/+112
* Add API to get commits of PR (#16300)sebastian-sauer2021-07-022-0/+122
* Add custom emoji support (#16004)65432021-06-291-0/+1
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-9/+10
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-1/+1
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-265-6/+26
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-2/+2
* API: Allow COMMENT reviews to not specify a body (#16229)sebastian-sauer2021-06-251-6/+16
* Rework repository archive (#14723)Lunny Xiao2021-06-231-1/+2
* [API] Add repoGetTag (#16166)65432021-06-232-34/+74
* [API] GET / SET User Settings (#16169)65432021-06-234-0/+97
* reqOrgMembership calls need to be preceded by reqToken (#16198)zeripath2021-06-211-3/+3
* Fix some API bugs (#16184)65432021-06-182-2/+8
* [API] Add repoCreateTag (#16165)65432021-06-173-0/+65
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-175-9/+65
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-3/+26
* [API] Issue Search Add filter for MilestoneNames (#16173)65432021-06-171-1/+12
* [API] ListIssues add more filters (#16174)65432021-06-161-8/+75
* Add Status Updates whilst Gitea migrations are occurring (#15076)zeripath2021-06-161-1/+1
* Add subject-type filter to list notification API endpoints (#16177)65432021-06-163-41/+67
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-2/+2
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-1/+1
* Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1...Lunny Xiao2021-06-091-0/+4