aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo
Commit message (Expand)AuthorAgeFilesLines
* Add name filter to API for GetMilestoneList (#12336)65432020-07-282-5/+26
* Show 404 page when release not found (#12328)赵智超2020-07-261-0/+4
* Syntax highlight expanded code blobs (#12223)mrsdizzie2020-07-121-1/+2
* Default to showing closed Issues/PR list when there are only closed issues/PR...65432020-07-091-1/+7
* Enable cloning via Git Wire Protocol v2 over HTTP (#12170)William Hilton2020-07-081-4/+15
* Provide option to unlink a fork (#11858)zeripath2020-07-021-2/+39
* Ensure BlameReaders close at end of request (#12102)zeripath2020-07-011-1/+1
* Server-side syntax highlighting for all code (#12047)mrsdizzie2020-07-013-50/+17
* Show description on individual milestone view (#12055)mrsdizzie2020-06-251-0/+2
* Global default branch setting (#11918)techknowlogick2020-06-171-0/+1
* Rework blame template and styling (#11885)Cirno the Strongest2020-06-151-22/+8
* Handle more pathological branch and tag names (#11843)zeripath2020-06-113-10/+24
* Show exact tag for commit on diff view (#11846)Cirno the Strongest2020-06-111-0/+6
* Replace jquery-datetimepicker with native date input (#11684)silverwind2020-06-101-4/+0
* fix a small nit (#11834)赵智超2020-06-101-1/+2
* Honor DEFAULT_PAGING_NUM for API (#11805)Cirno the Strongest2020-06-081-7/+0
* 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