| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend Notifications API and return pinned notifications by default (#12164) ... | zeripath | 2020-07-13 | 2 | -5/+5 |
* | Fix commenting on non-utf8 encoded files (#11916) (#11950) | 6543 | 2020-06-18 | 5 | -3/+10 |
* | Handle more pathological branch and tag names (#11843) (#11863) | zeripath | 2020-06-12 | 1 | -8/+8 |
* | Honor DEFAULT_PAGING_NUM for API (#11805) (#11813) | Cirno the Strongest | 2020-06-09 | 2 | -1/+15 |
* | Add option to API to update PullRequest base branch (#11666) (#11796) | 6543 | 2020-06-07 | 1 | -3/+18 |
* | Fix verification of subkeys of default gpg key (#11713) (#11747) | zeripath | 2020-06-03 | 1 | -2/+49 |
* | Handle expected errors in FileCreate & FileUpdate API (#11643) (#11718) | 6543 | 2020-06-01 | 2 | -2/+2 |
* | Handle expected errors in AddGPGkey API (#11644) (#11661) | 6543 | 2020-05-28 | 1 | -1/+1 |
* | Backport various styling fixes (#11619) | Cirno the Strongest | 2020-05-25 | 1 | -1/+1 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 1 | -2/+2 |
* | Correctly set the organization num repos (#11339) | zeripath | 2020-05-12 | 2 | -0/+223 |
* | Consolidate API for getting single commit (#11368) | Cirno the Strongest | 2020-05-11 | 1 | -22/+6 |
* | Support Range header end in lfs (#11314) | burbon | 2020-05-11 | 1 | -13/+104 |
* | Fix tracked time issues (#11349) | 6543 | 2020-05-09 | 1 | -3/+3 |
* | Add EventSource support (#11235) | zeripath | 2020-05-07 | 1 | -0/+78 |
* | API: Add pull review endpoints (#11224) | 6543 | 2020-05-02 | 1 | -0/+120 |
* | Return issue subscription status from API subscribe (#10966) | 6543 | 2020-04-30 | 1 | -0/+8 |
* | [API] ListIssues add filter for milestones (#10148) | 6543 | 2020-04-30 | 1 | -0/+11 |
* | Make the PushCreate test declarative (#11229) | zeripath | 2020-04-28 | 3 | -102/+72 |
* | Slight performance changes to integrations/git_test.go (#11227) | zeripath | 2020-04-27 | 2 | -11/+27 |
* | Add issue subscription check to API (#10967) | 6543 | 2020-04-21 | 1 | -0/+66 |
* | Use /tmp for test repositories (#11126) | guillep2k | 2020-04-19 | 5 | -5/+5 |
* | [API] Add branch delete (#11112) | 6543 | 2020-04-19 | 1 | -0/+14 |
* | Contents API should return 404 on not exist (#10323) | zeripath | 2020-04-15 | 3 | -29/+3 |
* | Cache PullRequest Divergence (#10914) | 6543 | 2020-04-14 | 1 | -0/+7 |
* | Reject duplicate AccessToken names (#10994) | 6543 | 2020-04-13 | 1 | -1/+5 |
* | [Api] Check Notify (always return json) (#10059) | 6543 | 2020-04-10 | 1 | -1/+9 |
* | Prettify Timeline (#10972) | Sorien | 2020-04-11 | 3 | -8/+8 |
* | Add Get/Update for api/v1/user/applications/oauth2 (#11008) | Dan Molik | 2020-04-09 | 1 | -3/+66 |
* | integrations: deprecate HeaderMaps (#11018) | Lars Lehtonen | 2020-04-08 | 1 | -3/+3 |
* | [API] Get a single commit via Ref (#10915) | 6543 | 2020-04-07 | 1 | -8/+32 |
* | Automatically remove Watches, Assignments, etc if user loses access due to be... | 6543 | 2020-04-07 | 1 | -0/+4 |
* | Fix release counter on API repository info (#10968) | 6543 | 2020-04-06 | 1 | -2/+20 |
* | Avoiding directory execution on hook (#10954) (#10955) | Vasil Mikhalenya | 2020-04-04 | 6 | -6/+6 |
* | Generate Diff and Patch direct from Pull head (#10936) | zeripath | 2020-04-03 | 1 | -3/+66 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 2 | -1/+135 |
* | In authorized_keys use double-quote for windows compatibility (#10841) | zeripath | 2020-03-27 | 1 | -1/+2 |
* | Fix branch api canPush and canMerge (#10776) | Lunny Xiao | 2020-03-20 | 1 | -0/+2 |
* | Add restricted user filter to LDAP authentication (#10600) | Lauris BH | 2020-03-05 | 1 | -11/+19 |
* | Logout POST action (#10582) | John Olheiser | 2020-03-02 | 1 | -1/+1 |
* | adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437) | Gustavo Marin | 2020-02-29 | 1 | -0/+96 |
* | Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) | guillep2k | 2020-02-27 | 1 | -1/+1 |
* | Code Refactor of IssueWatch related things (#10401) | 6543 | 2020-02-26 | 1 | -5/+8 |
* | Change action GETs to POST (#10462) | John Olheiser | 2020-02-25 | 1 | -1/+1 |
* | Use local timezone to compare (#10446) | 6543 | 2020-02-25 | 1 | -2/+3 |
* | update integration README (#10400) | 6543 | 2020-02-23 | 1 | -5/+6 |
* | Render READMEs in docs/ .gitea or .github from root (#10361) | zeripath | 2020-02-21 | 1 | -1/+0 |
* | Prevent panic on merge to PR (#10403) | zeripath | 2020-02-21 | 1 | -0/+11 |
* | Fix wrong num closed issues on repository when close issue via commit (#10364) | Lunny Xiao | 2020-02-20 | 1 | -7/+15 |
* | Fix "access" fixtures and tests (#10247) | guillep2k | 2020-02-15 | 1 | -1/+1 |