summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-162-0/+2
* Fix merge dialog on protected branch with missing required statuses (#11074)65432020-04-151-3/+1
* Remove check on username if AccessToken authentication (#11015)zeripath2020-04-141-20/+5
* Cache PullRequest Divergence (#10914)65432020-04-141-11/+1
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-102-1/+2
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-1/+151
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Add titles and improve messages on sidebar menus (#10872)赵智超2020-04-043-2/+6
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-013-7/+71
* Various Merge Base fixes (#10786)zeripath2020-03-311-4/+34
* Upgrade golangci-lint to 1.24.0 (#10894)zeripath2020-03-302-6/+6
* bug: fix assignees double load bug (#10856)赵智超2020-03-281-4/+0
* Add Matrix webhook (#10831)S7evinK2020-03-281-0/+97
* Handle push rejection in branch and upload (#10854)zeripath2020-03-283-24/+67
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-1/+1
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-0/+1
* Option to set default branch at repository creation (#10803)zeripath2020-03-261-8/+9
* move jquery-datetimepicker to npm/webpack (#10713)silverwind2020-03-171-4/+0
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-3/+3
* Fix panic in API pulls when headbranch does not exist (#10676)zeripath2020-03-091-2/+1
* System-wide webhooks (#10546)James Lakin2020-03-091-77/+102
* Move dropzone.js to npm/webpack (#10645)silverwind2020-03-073-3/+0
* Granular webhook events (#9626)John Olheiser2020-03-061-9/+18
* Add Approval Counts to pulls list (#10238)zeripath2020-03-061-0/+22
* Issue writers perms can modify issues (#10623)John Olheiser2020-03-061-0/+2
* Handle deleted base branch in PR (#10618)zeripath2020-03-051-0/+10
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-022-17/+25
* Fix redirection path if Slack webhook channel is invalid (#10548)James Lakin2020-03-011-2/+2
* inform participants on UI too (#10473)65432020-02-281-1/+1
* Fix potential bugs (#10513)65432020-02-272-5/+5
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-275-8/+21
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-222-14/+32
* Render READMEs in docs/ .gitea or .github from root (#10361)zeripath2020-02-211-10/+157
* Add detected file language to code search (#10256)Lauris BH2020-02-201-3/+7
* Add feishu webhook support (#10229)Lunny Xiao2020-02-121-0/+72
* Language statistics bar for repositories (#8037)Lauris BH2020-02-111-0/+15
* [API] Fix inconsistent label color format (#10129)65432020-02-091-2/+2
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-1/+1
* Cache last commit to accelerate the repository directory page visit (#10069)Lunny Xiao2020-02-011-1/+7
* Fix branch page pull request title and link error (#10092)Lunny Xiao2020-02-011-1/+1
* API endpoint for repo transfer (#9947)65432020-01-311-7/+7
* Fix milestone API state parameter unhandled (#10049)Lunny Xiao2020-01-291-1/+1
* Fix wiki raw view on sub path (#10002)Lunny Xiao2020-01-282-18/+11
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-2/+2
* On merge of already closed PR redirect back to the pulls page (#10010)zeripath2020-01-271-4/+18
* fix commit view JS features, reimplement folding (#9968)silverwind2020-01-261-0/+2
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-13/+16
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-247-26/+36
* Make archive prefixing configurable with a global setting (#9943)zeripath2020-01-221-1/+5
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-1/+3