| Commit message (Expand) | Author | Age | Files | Lines |
* | Add option to provide signature for a token to verify key ownership (#14054) | zeripath | 2021-07-13 | 1 | -0/+3 |
* | Creating a repo from a template repo via API (#15958) | a1012112796 | 2021-07-05 | 1 | -0/+1 |
* | Add API to get commits of PR (#16300) | sebastian-sauer | 2021-07-02 | 1 | -0/+1 |
* | [API] Add repoGetTag (#16166) | 6543 | 2021-06-23 | 1 | -2/+3 |
* | [API] GET / SET User Settings (#16169) | 6543 | 2021-06-23 | 1 | -0/+4 |
* | reqOrgMembership calls need to be preceded by reqToken (#16198) | zeripath | 2021-06-21 | 1 | -3/+3 |
* | [API] Add repoCreateTag (#16165) | 6543 | 2021-06-17 | 1 | -0/+1 |
* | [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168) | 6543 | 2021-06-17 | 1 | -0/+2 |
* | Add sso.Group, context.Auth, context.APIAuth to allow auth special routes (#1... | Lunny Xiao | 2021-06-09 | 1 | -0/+4 |
* | Add missing SameSite settings for the i_like_gitea cookie (#16037) | zeripath | 2021-05-31 | 1 | -0/+1 |
* | api: fix overly strict edit pr permissions (#15900) | Norwin | 2021-05-19 | 1 | -1/+1 |
* | [API] make change repo settings work on empty repos (#15778) | 6543 | 2021-05-08 | 1 | -1/+1 |
* | Use route rather than use thus reducing the number of stack frames (#15301) | zeripath | 2021-05-04 | 1 | -4/+0 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 1 | -2/+2 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -1/+1 |
* | Prevent incorrect HTML escaping in swagger.json (#14957) | zeripath | 2021-03-11 | 1 | -1/+1 |
* | Add ui.explore settings to control view of explore pages (2) (#14094) | zeripath | 2021-03-11 | 1 | -3/+11 |
* | Show Gitea version in swagger (#14654) | techknowlogick | 2021-02-12 | 1 | -1/+1 |
* | Added option to disable webhooks (#13176) | Paweł Bogusławski | 2021-02-11 | 1 | -10/+20 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+2 |
* | [API] Add delete release by tag & fix unreleased inconsistency (#14563) | 6543 | 2021-02-07 | 1 | -2/+3 |
* | [API] List, Check, Add & delete endpoints for repository teams (#13630) | 6543 | 2021-02-01 | 1 | -0/+6 |
* | Fix access log (#14475) | Lunny Xiao | 2021-01-27 | 1 | -0/+5 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -103/+142 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 1 | -2/+15 |
* | Fix middlewares sequences (#14354) | Lunny Xiao | 2021-01-16 | 1 | -5/+5 |
* | [API] Only Return Json (#13511) | 6543 | 2020-11-14 | 1 | -24/+23 |
* | Delete tag API (#13358) | John Olheiser | 2020-10-30 | 1 | -1/+3 |
* | Add review request api (#11355) | a1012112796 | 2020-10-20 | 1 | -1/+3 |
* | Return 404 not 500 from API if team does not exist (#13118) | zeripath | 2020-10-12 | 1 | -1/+1 |
* | API: Get release by tags endpoint (#12932) | Johan Van de Wauw | 2020-09-25 | 1 | -0/+3 |
* | Adopt repositories (#12920) | zeripath | 2020-09-25 | 1 | -0/+5 |
* | Issue templates directory (#11450) | John Olheiser | 2020-09-11 | 1 | -0/+1 |
* | [API] Migration: Change ServiceType String (#12672) | 6543 | 2020-09-10 | 1 | -1/+1 |
* | Expose Attachemnt Settings by API (#12514) | 6543 | 2020-09-05 | 1 | -0/+1 |
* | API: Expose its limitation settings (#12714) | 6543 | 2020-09-04 | 1 | -0/+1 |
* | Add cron running API (#12421) | zeripath | 2020-08-24 | 1 | -0/+4 |
* | Add API to update pr headBranch (#12419) | 赵智超 | 2020-08-04 | 1 | -0/+1 |
* | Add TOTP header to Swagger Documentation (#12402) | 6543 | 2020-08-02 | 1 | -0/+6 |
* | API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s... | 6543 | 2020-06-22 | 1 | -2/+3 |
* | API expose usefull General Repo settings settings (#11758) | 6543 | 2020-06-10 | 1 | -0/+1 |
* | Add language statistics API endpoint (#11737) | Lauris BH | 2020-06-07 | 1 | -0/+1 |
* | Provide diff and patch API endpoints (#11751) | zeripath | 2020-06-05 | 1 | -0/+2 |
* | [API] Expose allowed Reactions (#11735) | 6543 | 2020-06-04 | 1 | -0/+3 |
* | Add API Endpoint for Branch Creation (#11607) | Terence Le Huu Phuong | 2020-05-29 | 1 | -0/+1 |
* | Correctly set the organization num repos (#11339) | zeripath | 2020-05-12 | 1 | -3/+3 |
* | Consolidate API for getting single commit (#11368) | Cirno the Strongest | 2020-05-11 | 1 | -2/+1 |
* | API: Add pull review endpoints (#11224) | 6543 | 2020-05-02 | 1 | -1/+15 |
* | Allow list collaborators for users with Read access to repo (#9995) | Shashvat Kedia | 2020-04-21 | 1 | -5/+5 |
* | Add issue subscription check to API (#10967) | 6543 | 2020-04-21 | 1 | -0/+1 |