| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Related refactors to ctx.FormX functions (#16567) | 6543 | 2021-08-11 | 7 | -15/+11 |
* | Add an api endpoint to fetch git notes (#15373) (#16649) | nitul1991 | 2021-08-11 | 3 | -0/+90 |
* | Rename ctx.Form() to ctx.FormString() and move code into own file (#16571) | 6543 | 2021-08-11 | 19 | -41/+41 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 2 | -28/+7 |
* | Set AllowedHeaders on API CORS handler (#16524) | zeripath | 2021-08-04 | 2 | -0/+2 |
* | Swagger AccessToken fixes (#16574) | zeripath | 2021-08-01 | 3 | -7/+12 |
* | Fix swagger doc by rename repoAddTopĆc to repoAddTopic (#16580) | Lars Hvam | 2021-08-01 | 1 | -1/+1 |
* | Rename context.Query to context.Form (#16562) | Lunny Xiao | 2021-07-29 | 25 | -83/+83 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -1/+1 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -3/+1 |
* | update `user/repos` api description (#16503) | Patrick Schratz | 2021-07-21 | 1 | -1/+1 |
* | Check user instead of organization when creating a repo from a template via A... | Ion Jaureguialzo Sarasola | 2021-07-15 | 1 | -4/+9 |
* | Return updated repository when changing repository using API (#16420) | 6543 | 2021-07-13 | 1 | -1/+7 |
* | Add option to provide signature for a token to verify key ownership (#14054) | zeripath | 2021-07-13 | 2 | -4/+80 |
* | Let branch/tag name be a valid ref to get CI status (#16400) | 6543 | 2021-07-13 | 3 | -46/+68 |
* | Add checkbox to delete pull branch after successful merge (#16049) | Jimmy Praet | 2021-07-13 | 2 | -8/+46 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 2 | -2/+2 |
* | Creating a repo from a template repo via API (#15958) | a1012112796 | 2021-07-05 | 3 | -0/+112 |
* | Add API to get commits of PR (#16300) | sebastian-sauer | 2021-07-02 | 2 | -0/+122 |
* | Add custom emoji support (#16004) | 6543 | 2021-06-29 | 1 | -0/+1 |
* | Implemented head_commit for webhooks (#16282) | KN4CK3R | 2021-06-29 | 1 | -9/+10 |
* | Refactor Webhook + Add X-Hub-Signature (#16176) | KN4CK3R | 2021-06-27 | 1 | -1/+1 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 5 | -6/+26 |
* | Let package git depend on setting but not opposite (#15241) | Lunny Xiao | 2021-06-26 | 1 | -2/+2 |
* | API: Allow COMMENT reviews to not specify a body (#16229) | sebastian-sauer | 2021-06-25 | 1 | -6/+16 |
* | Rework repository archive (#14723) | Lunny Xiao | 2021-06-23 | 1 | -1/+2 |
* | [API] Add repoGetTag (#16166) | 6543 | 2021-06-23 | 2 | -34/+74 |
* | [API] GET / SET User Settings (#16169) | 6543 | 2021-06-23 | 4 | -0/+97 |
* | reqOrgMembership calls need to be preceded by reqToken (#16198) | zeripath | 2021-06-21 | 1 | -3/+3 |
* | Fix some API bugs (#16184) | 6543 | 2021-06-18 | 2 | -2/+8 |
* | [API] Add repoCreateTag (#16165) | 6543 | 2021-06-17 | 3 | -0/+65 |
* | [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168) | 6543 | 2021-06-17 | 5 | -9/+65 |
* | [API] ListReleases add filter for draft and pre-releases (#16175) | 6543 | 2021-06-17 | 1 | -3/+26 |
* | [API] Issue Search Add filter for MilestoneNames (#16173) | 6543 | 2021-06-17 | 1 | -1/+12 |
* | [API] ListIssues add more filters (#16174) | 6543 | 2021-06-16 | 1 | -8/+75 |
* | Add Status Updates whilst Gitea migrations are occurring (#15076) | zeripath | 2021-06-16 | 1 | -1/+1 |
* | Add subject-type filter to list notification API endpoints (#16177) | 6543 | 2021-06-16 | 3 | -41/+67 |
* | Add attachments for PR reviews (#16075) | KN4CK3R | 2021-06-14 | 1 | -2/+2 |
* | Add push to remote mirror repository (#15157) | KN4CK3R | 2021-06-14 | 1 | -1/+1 |
* | Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1... | Lunny Xiao | 2021-06-09 | 1 | -0/+4 |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -3/+3 |
* | Merge all deleteBranch as one function and also fix bug when delete branch do... | Lunny Xiao | 2021-06-07 | 1 | -52/+10 |
* | Add missing SameSite settings for the i_like_gitea cookie (#16037) | zeripath | 2021-05-31 | 1 | -0/+1 |
* | Make modules/context.Context a context.Context (#16031) | zeripath | 2021-05-31 | 1 | -2/+2 |
* | api: fix overly strict edit pr permissions (#15900) | Norwin | 2021-05-19 | 1 | -1/+1 |
* | Close the gitrepo when deleting the repository (#15876) | zeripath | 2021-05-14 | 1 | -0/+4 |
* | [API] make change repo settings work on empty repos (#15778) | 6543 | 2021-05-08 | 2 | -9/+9 |
* | Use route rather than use thus reducing the number of stack frames (#15301) | zeripath | 2021-05-04 | 1 | -4/+0 |
* | Addition to (Add Location, Website and Description to API #15675) (#15690) | KN4CK3R | 2021-05-02 | 1 | -0/+3 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 1 | -24/+14 |