| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Support organization labels for PRs in API (#11135) | CirnoT | 2020-04-20 | 1 | -1/+28 |
* | Prevent clones and pushes to disabled wiki (#11131) | zeripath | 2020-04-19 | 2 | -1/+33 |
* | [API] Add branch delete (#11112) | 6543 | 2020-04-19 | 2 | -0/+102 |
* | Add single release page and latest redirect (#11102) | John Olheiser | 2020-04-18 | 2 | -1/+62 |
* | Add a way to mark Conversation (code comment) resolved (#11037) | 赵智超 | 2020-04-18 | 4 | -0/+65 |
* | Add X-Total-Count on /repos/{owner]/{repo}/pulls API (#11113) | CirnoT | 2020-04-18 | 1 | -0/+1 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 4 | -0/+8 |
* | Fix merge dialog on protected branch with missing required statuses (#11074) | 6543 | 2020-04-15 | 1 | -3/+1 |
* | document 404 responce and meaning (#11073) | 6543 | 2020-04-15 | 1 | -0/+2 |
* | Contents API should return 404 on not exist (#10323) | zeripath | 2020-04-15 | 1 | -2/+30 |
* | Remove check on username if AccessToken authentication (#11015) | zeripath | 2020-04-14 | 1 | -20/+5 |
* | Cache PullRequest Divergence (#10914) | 6543 | 2020-04-14 | 1 | -11/+1 |
* | Reject duplicate AccessToken names (#10994) | 6543 | 2020-04-13 | 2 | -0/+24 |
* | [Api] Check Notify (always return json) (#10059) | 6543 | 2020-04-10 | 1 | -11/+2 |
* | remove package code.gitea.io/gitea/modules/git import out of models (#11025) | 6543 | 2020-04-10 | 3 | -2/+4 |
* | Add Get/Update for api/v1/user/applications/oauth2 (#11008) | Dan Molik | 2020-04-09 | 2 | -1/+90 |
* | ui:Add flash notify for email preference seting success (#11027) | 赵智超 | 2020-04-09 | 1 | -0/+1 |
* | [suggest] change merge strategy: do not check write access if user in merge... | j.yao.SUSE | 2020-04-08 | 2 | -3/+2 |
* | [API] Get a single commit via Ref (#10915) | 6543 | 2020-04-07 | 2 | -7/+60 |
* | add request review from specific reviewers feature in pull request (#10756) | 赵智超 | 2020-04-06 | 3 | -1/+154 |
* | Users should not be able to prohibit their own login (#10970) | 赵智超 | 2020-04-06 | 1 | -1/+7 |
* | Add gitea-vet (#10948) | John Olheiser | 2020-04-05 | 4 | -0/+16 |
* | Add titles and improve messages on sidebar menus (#10872) | 赵智超 | 2020-04-04 | 3 | -2/+6 |
* | Add Organization Wide Labels (#10814) | mrsdizzie | 2020-04-01 | 11 | -15/+452 |
* | Various Merge Base fixes (#10786) | zeripath | 2020-03-31 | 1 | -4/+34 |
* | Fix milestones too many SQL variables bug (#10880) | Lunny Xiao | 2020-03-31 | 2 | -84/+63 |
* | Upgrade golangci-lint to 1.24.0 (#10894) | zeripath | 2020-03-30 | 2 | -6/+6 |
* | Use subquery to instead In (#10874) | Lunny Xiao | 2020-03-30 | 1 | -16/+14 |
* | Protect against NPEs in notifications list (#10879) | zeripath | 2020-03-29 | 1 | -3/+18 |
* | Allow site admin to check /api/v1/orgs endpoints (#10867) | zeripath | 2020-03-28 | 2 | -2/+2 |
* | Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863) | zeripath | 2020-03-28 | 1 | -0/+3 |
* | bug: fix assignees double load bug (#10856) | 赵智超 | 2020-03-28 | 1 | -4/+0 |
* | Add Matrix webhook (#10831) | S7evinK | 2020-03-28 | 2 | -0/+103 |
* | Handle push rejection in branch and upload (#10854) | zeripath | 2020-03-28 | 4 | -27/+70 |
* | make avatar lookup occur at image request (#10540) | zeripath | 2020-03-27 | 3 | -1/+28 |
* | Allow to set protected file patterns that can not be changed under no conditi... | Lauris BH | 2020-03-27 | 3 | -1/+74 |
* | Option to set default branch at repository creation (#10803) | zeripath | 2020-03-26 | 2 | -16/+18 |
* | Upgrade xorm to v1.0.0 (#10646) | Lunny Xiao | 2020-03-22 | 1 | -3/+3 |
* | Fix branch api canPush and canMerge (#10776) | Lunny Xiao | 2020-03-20 | 1 | -2/+12 |
* | move jquery-datetimepicker to npm/webpack (#10713) | silverwind | 2020-03-17 | 1 | -4/+0 |
* | Migrate to go-git/go-git v5.0.0 (#10735) | Lauris BH | 2020-03-17 | 2 | -4/+4 |
* | Fix panic in API pulls when headbranch does not exist (#10676) | zeripath | 2020-03-09 | 1 | -2/+1 |
* | System-wide webhooks (#10546) | James Lakin | 2020-03-09 | 3 | -98/+142 |
* | Prevent panic in stopwatch (#10670) | zeripath | 2020-03-08 | 1 | -2/+5 |
* | Make PR message on pushes configurable (#10664) | John Olheiser | 2020-03-08 | 1 | -2/+3 |
* | Move dropzone.js to npm/webpack (#10645) | silverwind | 2020-03-07 | 3 | -3/+0 |
* | Granular webhook events (#9626) | John Olheiser | 2020-03-06 | 2 | -18/+44 |
* | Add Approval Counts to pulls list (#10238) | zeripath | 2020-03-06 | 2 | -0/+44 |
* | Issue writers perms can modify issues (#10623) | John Olheiser | 2020-03-06 | 1 | -0/+2 |
* | Handle deleted base branch in PR (#10618) | zeripath | 2020-03-05 | 1 | -0/+10 |