| Commit message (Expand) | Author | Age | Files | Lines |
* | [API] Add Restricted Field to User (#14630) | 6543 | 2021-02-18 | 1 | -6/+7 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 1 | -0/+1 |
* | [API] Add affected files of commits to commit struct (#14579) | 6543 | 2021-02-07 | 1 | -0/+15 |
* | Add some Unit-Tests (#14500) | 6543 | 2021-01-28 | 1 | -0/+39 |
* | Display current stopwatch in navbar (#14122) | Norwin | 2021-01-21 | 1 | -0/+2 |
* | Add MirrorInterval to the API (#14163) | Paul Barton | 2021-01-02 | 1 | -0/+8 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -4/+2 |
* | [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) | 6543 | 2020-12-18 | 2 | -21/+56 |
* | Use native git variants by default with go-git variants as build tag (#13673) | zeripath | 2020-12-17 | 1 | -2/+1 |
* | [API] Add Ref to Issue (#13946) | zeripath | 2020-12-13 | 1 | -0/+1 |
* | Fix broken migration on webhook (#13911) | Lunny Xiao | 2020-12-09 | 1 | -2/+2 |
* | Move webhook type from int to string (#13664) | Lunny Xiao | 2020-12-08 | 1 | -2/+2 |
* | issue #12450: return original URL in `original_url` JSON field (#13885) | Eric Belhomme | 2020-12-07 | 1 | -0/+1 |
* | Move LFSLock APIFormat into convert package (#13808) | 6543 | 2020-12-03 | 1 | -0/+14 |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 4 | -4/+141 |
* | move notification APIFormat (#13783) | 6543 | 2020-12-02 | 1 | -0/+69 |
* | Add block on official review requests branch protection (#13705) | a1012112796 | 2020-11-28 | 1 | -22/+23 |
* | Add review request api (#11355) | a1012112796 | 2020-10-20 | 2 | -0/+5 |
* | [Refactor] Move APIFormat functions into convert package (#12856) | 6543 | 2020-10-17 | 8 | -8/+132 |
* | [#13004] Add Timestamp to Tag list API (#13026) | Lucas Queiroz | 2020-10-05 | 2 | -2/+45 |
* | Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1... | 6543 | 2020-09-18 | 3 | -57/+207 |
* | Convert User expose ID each time (#12855) | 6543 | 2020-09-17 | 2 | -24/+36 |
* | [API] Migration: Change ServiceType String (#12672) | 6543 | 2020-09-10 | 1 | -0/+20 |
* | Add Created & Updated to Milestone (#12662) | 6543 | 2020-09-05 | 2 | -0/+6 |
* | Default empty merger list to those with write permissions (#12535) | zeripath | 2020-08-20 | 1 | -1/+5 |
* | Honor DEFAULT_PAGING_NUM for API (#11805) | Cirno the Strongest | 2020-06-08 | 1 | -1/+1 |
* | Issue/Pull expose IsLocked Property on API (#11708) | 6543 | 2020-06-01 | 2 | -0/+2 |
* | API PullReviewComment HTMLPullURL should return the HTMLURL (#11501) | zeripath | 2020-05-20 | 1 | -1/+1 |
* | Refactor Milestone related (#11225) | 6543 | 2020-05-12 | 2 | -1/+44 |
* | API: Add pull review endpoints (#11224) | 6543 | 2020-05-02 | 1 | -0/+127 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 1 | -0/+1 |
* | [API] Get a single commit via Ref (#10915) | 6543 | 2020-04-07 | 1 | -1/+0 |
* | Allow to set protected file patterns that can not be changed under no conditi... | Lauris BH | 2020-03-27 | 1 | -0/+1 |
* | Fix branch api canPush and canMerge (#10776) | Lunny Xiao | 2020-03-20 | 1 | -23/+31 |
* | Fix bug on branch API (#10767) | Lunny Xiao | 2020-03-19 | 1 | -3/+7 |
* | Fix panic in API pulls when headbranch does not exist (#10676) | zeripath | 2020-03-09 | 1 | -1/+1 |
* | Display pull request head branch even the branch deleted or repository delete... | Lunny Xiao | 2020-03-02 | 2 | -63/+68 |
* | adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) | Gustavo Marin | 2020-02-29 | 1 | -0/+12 |
* | [Refactor] move APIFormat() of Issue and Label to convert package (#10423) | 6543 | 2020-02-28 | 3 | -2/+131 |
* | Add API branch protection endpoint (#9311) | David Svantesson | 2020-02-12 | 1 | -17/+75 |
* | [BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist... | 6543 | 2020-01-31 | 2 | -29/+50 |
* | Move newbranch to standalone package (#9627) | Lunny Xiao | 2020-01-14 | 1 | -2/+3 |
* | Allow repo admin to merge PR regardless of review status (#9611) | David Svantesson | 2020-01-11 | 1 | -1/+1 |
* | Move tracked time api convert to convert package (#9665) | Lunny Xiao | 2020-01-10 | 1 | -0/+38 |
* | Move pull request api convert to convert package (#9664) | Lunny Xiao | 2020-01-10 | 3 | -0/+180 |
* | [Bug] [API] Add language to user api (#9215) | 6543 | 2019-11-30 | 1 | -0/+1 |
* | Fix what information is shown about user in API. (#9115) | David Svantesson | 2019-11-24 | 1 | -7/+7 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 1 | -0/+1 |
* | Update branch API endpoint to show effective branch protection. (#9031) | David Svantesson | 2019-11-16 | 1 | -3/+21 |
* | Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module... | Lunny Xiao | 2019-11-10 | 2 | -0/+331 |