| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid double imports (#17569) | Gusted | 2021-11-08 | 1 | -2/+1 |
* | Ensure that restricted users can access repos for which they are members (#17... | zeripath | 2021-10-28 | 1 | -1/+1 |
* | Add API to get/edit wiki (#17278) | qwerty287 | 2021-10-25 | 4 | -0/+554 |
* | Update documents for Gitea behind reverse proxy. Fix some small bugs (some UR... | wxiaoguang | 2021-10-15 | 2 | -2/+2 |
* | Add buttons to allow loading of incomplete diffs (#16829) | zeripath | 2021-10-15 | 1 | -3/+3 |
* | [API] Add endpount to get user org permissions (#17232) | Romain | 2021-10-12 | 3 | -1/+82 |
* | API pull's head/base have correct permission (#17214) | pricly-yellow | 2021-10-07 | 1 | -4/+4 |
* | API: don't allow merged PRs to be reopened (#17192) | Norwin | 2021-10-02 | 2 | -1/+14 |
* | Add nodeinfo endpoint for federation purposes (#16953) | techknowlogick | 2021-09-28 | 3 | -0/+64 |
* | Don't return binary file changes in raw PR diffs by default (#17158) | Norwin | 2021-09-27 | 1 | -1/+7 |
* | Support direct comparison (git diff a..b) as well merge comparison (a...b) (#... | zeripath | 2021-09-27 | 1 | -3/+3 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 7 | -21/+27 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -2/+2 |
* | Merge endpoints for pull diff/patch (#17104) | qwerty287 | 2021-09-22 | 2 | -40/+14 |
* | Add API to get commit diff/patch (#17095) | qwerty287 | 2021-09-20 | 2 | -0/+51 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 3 | -11/+13 |
* | OpenAPI: correct documentation of issue listing parameters (#17060) | Norwin | 2021-09-17 | 1 | -5/+5 |
* | Add caller to cat-file batch calls (#17082) | zeripath | 2021-09-17 | 1 | -6/+8 |
* | Notifications API: respond with updated notifications (#17064) | Norwin | 2021-09-17 | 3 | -12/+23 |
* | Use common sessioner for API and Web (#17027) | zeripath | 2021-09-12 | 1 | -13/+3 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+5 |
* | Calculate label URL on API (#16186) | 6543 | 2021-09-10 | 3 | -11/+15 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 1 | -18/+6 |
* | Make mirror feature more configurable (#16957) | 6543 | 2021-09-07 | 3 | -3/+9 |
* | Ensure that rebase conflicts are handled in updates (#16952) | zeripath | 2021-09-05 | 1 | -0/+3 |
* | Add option to update pull request by `rebase` (#16125) | a1012112796 | 2021-08-31 | 1 | -3/+10 |
* | [API] List limited and private orgs if authentificated (#16866) | 6543 | 2021-08-30 | 3 | -4/+4 |
* | Refactor the fork service slightly to take ForkRepoOptions (#16744) | Kyle Evans | 2021-08-28 | 1 | -1/+5 |
* | Add filter by owner and team to issue/pulls search endpoint (#16662) | Jimmy Praet | 2021-08-13 | 1 | -0/+39 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 40 | -130/+297 |
* | 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 |