| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Disable Stars config option (#14653) | Kyle D | 2021-04-15 | 1 | -0/+1 |
* | add some reponse status on api docs (#15399) | a1012112796 | 2021-04-11 | 1 | -0/+12 |
* | Fix delete nonexist oauth application 500 and prevent deadlock (#15384) | Lunny Xiao | 2021-04-10 | 1 | -1/+5 |
* | rsponse 404 when delete not exist email (#15383) | a1012112796 | 2021-04-10 | 1 | -0/+6 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 3 | -5/+4 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 1 | -21/+43 |
* | Move modules/forms to services/forms (#15305) | zeripath | 2021-04-06 | 4 | -9/+9 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -1/+1 |
* | [refactor] mailer service (#15072) | 6543 | 2021-04-02 | 1 | -1/+1 |
* | Improve /api/v1/repos/issues/search by just getting repo ids (#15179) | zeripath | 2021-03-29 | 1 | -20/+4 |
* | [refactor] Unify the export of user data via API (#15144) | 6543 | 2021-03-27 | 12 | -24/+24 |
* | Add DefaultMergeStyle option to repository (#14789) | parnic | 2021-03-27 | 1 | -0/+4 |
* | Implement delete release attachments and update release attachments' name (#1... | Lunny Xiao | 2021-03-23 | 1 | -4/+4 |
* | Ensure validation occurs on clone addresses too (#14994) | zeripath | 2021-03-15 | 1 | -4/+13 |
* | API: fix set milestone on PR creation (#14981) | Norwin | 2021-03-13 | 1 | -3/+1 |
* | Prevent incorrect HTML escaping in swagger.json (#14957) | zeripath | 2021-03-11 | 1 | -1/+1 |