summaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure rejected push to refs/pull/index/head fails nicely (#11724)zeripath2020-06-081-5/+27
* Fix doer of rename repo (#11789)赵智超2020-06-071-1/+1
* Fix visibility of forked public repos from private orgs (#11717)Cirno the Strongest2020-06-062-6/+8
* Allow site admin to disable mirrors (#11740)John Olheiser2020-06-021-1/+2
* Fix missing authorization check on pull for public repos of private/limited o...Cirno the Strongest2020-05-291-0/+11
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-264-4/+4
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-242-4/+4
* Properly handle and return empty string for dangling commits in GetBranchName...Cirno the Strongest2020-05-231-0/+1
* Use default commit message for wiki edits (#11550)mrsdizzie2020-05-221-0/+9
* Prevent transferring repos to invisible orgs (#11517)guillep2k2020-05-211-0/+9
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+6
* Support view individual commit for wiki pages (#11415)mrsdizzie2020-05-162-4/+29
* Check that the ctx.User is not nil before checking its ID (#11424)zeripath2020-05-151-1/+1
* Fix webhook template when validation errors occur (#11421)kolaente2020-05-151-2/+9
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-141-0/+4
* Switch code editor to Monaco (#11366)silverwind2020-05-141-1/+16
* Refactor Milestone related (#11225)65432020-05-121-5/+7
* Allow compare page to look up base, head, own-fork, forkbase-of-head (#11327)zeripath2020-05-121-40/+181
* Protect default branch against deletion (#11115)65432020-05-061-1/+5
* Load Repo Topics on blame view (#11307)65432020-05-052-6/+19
* Allow unauthenticated users to compare (#11240)Kyle Evans2020-05-041-0/+1
* Fix orgs not being displayed on create repo form (#11279)Cirno the Strongest2020-05-031-8/+12
* Show pull request selection even when unrelated branches (#11239)zeripath2020-05-021-3/+0
* Fix creation of Organization repos by Users with max created personal repos (...Andrew Bezold2020-04-301-6/+15
* [API] ListIssues add filter for milestones (#10148)65432020-04-301-10/+15
* Support unicode emojis and remove emojify.js (#11032)mrsdizzie2020-04-281-0/+2
* Add issue subscription check to API (#10967)65432020-04-211-11/+5
* Prevent clones and pushes to disabled wiki (#11131)zeripath2020-04-191-0/+13
* Add single release page and latest redirect (#11102)John Olheiser2020-04-181-0/+59
* Add a way to mark Conversation (code comment) resolved (#11037)赵智超2020-04-183-0/+64
* 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