| Commit message (Expand) | Author | Age | Files | Lines |
* | [Vendor] upgrade google/go-github to v32.1.0 (#12361) | 6543 | 2020-07-31 | 2 | -5/+5 |
* | Don't use legacy method to send Matrix Webhook (#12348) | S7evinK | 2020-07-30 | 3 | -8/+59 |
* | Add action feed for new release (#12324) | 赵智超 | 2020-07-29 | 2 | -0/+21 |
* | Git 2.28 no longer permits diff with ... on unrelated branches (#12364) | zeripath | 2020-07-29 | 3 | -12/+60 |
* | Only use --exclude on name-rev with git >= 2.13 (#12347) | zeripath | 2020-07-28 | 1 | -1/+15 |
* | Add name filter to API for GetMilestoneList (#12336) | 6543 | 2020-07-28 | 1 | -2/+8 |
* | Use url.Parse to parse hostname (#12335) | techknowlogick | 2020-07-26 | 1 | -5/+2 |
* | Fix ipv6 parsing (#12321) | Wim | 2020-07-26 | 1 | -5/+6 |
* | Fix emoji detection in certain cases (#12320) | mrsdizzie | 2020-07-25 | 2 | -1/+22 |
* | Fix double-indirection bug in logging IDs (#12294) | zeripath | 2020-07-23 | 1 | -1/+1 |
* | prefer NoError/Error over Nil/NotNil (#12271) | Stephen Solka | 2020-07-19 | 9 | -27/+27 |
* | Update Octicons to v10 (#12240) | silverwind | 2020-07-17 | 2 | -2/+2 |
* | Ensure that git commit tree continues properly over the page (#12142) | zeripath | 2020-07-16 | 1 | -14/+53 |
* | Fix filepath basename on Windows for SVG bindata (#12241) | Cirno the Strongest | 2020-07-13 | 2 | -5/+3 |
* | Direct SVG rendering (#12157) | silverwind | 2020-07-12 | 4 | -1/+88 |
* | Ensure syntax highlighting is the same inside diffs (#12205) | mrsdizzie | 2020-07-11 | 1 | -4/+8 |
* | Make copy/paste work for source code (#12191) | mrsdizzie | 2020-07-08 | 1 | -2/+15 |
* | Remove newline when highlighting random chunks of code (#12180) | mrsdizzie | 2020-07-08 | 1 | -1/+2 |
* | fix a spelling error (#12163) | Stormxx | 2020-07-06 | 1 | -1/+1 |
* | Update the wiki repository remote origin while update the mirror repository's... | yisiliang | 2020-07-05 | 1 | -3/+3 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 10 | -5/+322 |
* | Use hash of repo path, ref and entrypath as cache key (#12151) | Lauris BH | 2020-07-06 | 1 | -2/+8 |
* | Multiple small admin dashboard fixes (#12153) | zeripath | 2020-07-05 | 2 | -1/+3 |
* | properly set symbolic-ref HEAD when a repo is created with a non-master defau... | xenofem | 2020-07-05 | 1 | -0/+7 |
* | Move EventSource to SharedWorker (#12095) | zeripath | 2020-07-03 | 2 | -2/+5 |
* | Fix ui bug in wiki commit page (#12089) | 赵智超 | 2020-07-02 | 1 | -2/+9 |
* | Ensure BlameReaders close at end of request (#12102) | zeripath | 2020-07-01 | 2 | -7/+12 |
* | Server-side syntax highlighting for all code (#12047) | mrsdizzie | 2020-07-01 | 5 | -140/+154 |
* | Move fomantic and jQuery to main webpack bundle (#11997) | silverwind | 2020-06-27 | 1 | -1/+0 |
* | Fix comments webhook panic (#12046) | Cornel | 2020-06-24 | 8 | -9/+39 |
* | [UI] Sortable Tables Header By Click (#7980) | 6543 | 2020-06-24 | 1 | -2/+29 |
* | fix bug about can't skip commits base on base branch (#11555) | 赵智超 | 2020-06-24 | 1 | -0/+10 |
* | API: Move AllowedReactions endpoint into GetGenneralUI endpoint + creat new s... | 6543 | 2020-06-22 | 1 | -0/+5 |
* | Fix typo (#12013) | successgo | 2020-06-22 | 1 | -1/+1 |
* | Add serviceworker.js to KnownPublicEntries (#11992) | silverwind | 2020-06-20 | 1 | -3/+4 |
* | Use enry language type to detect special languages (#11974) | Lauris BH | 2020-06-19 | 1 | -16/+5 |
* | For language detection do not try to analyze big files by content (#11971) | Lauris BH | 2020-06-19 | 1 | -3/+7 |
* | Use only first line of commit when creating referenced comment (#11960) | Cirno the Strongest | 2020-06-19 | 1 | -1/+2 |
* | Use google/uuid to instead satori/go.uuid (#11943) | Lunny Xiao | 2020-06-18 | 4 | -9/+9 |
* | Global default branch setting (#11918) | techknowlogick | 2020-06-17 | 2 | -1/+4 |
* | Only write to global gitconfig if necessary (#11876) | zeripath | 2020-06-13 | 2 | -25/+65 |
* | Disable all typographic replacements in markdown renderer (#11871) | silverwind | 2020-06-13 | 2 | -8/+1 |
* | Fix 500 error on repos with no tags (#11870) | mrsdizzie | 2020-06-12 | 1 | -1/+1 |
* | Handle more pathological branch and tag names (#11843) | zeripath | 2020-06-11 | 2 | -67/+7 |
* | Fix commit search in all branches (#11849) | Cirno the Strongest | 2020-06-11 | 1 | -1/+27 |
* | Show exact tag for commit on diff view (#11846) | Cirno the Strongest | 2020-06-11 | 1 | -1/+16 |
* | Prevent panic on empty HOST for mysql (#11850) | zeripath | 2020-06-11 | 1 | -1/+1 |
* | Set the base url when migrating from Gitlab using access token or username wi... | Gernot Eger | 2020-06-11 | 1 | -1/+1 |
* | Don't consider tag refs as valid for branch name (#11847) | Cirno the Strongest | 2020-06-10 | 1 | -1/+1 |
* | Replace jquery-datetimepicker with native date input (#11684) | silverwind | 2020-06-10 | 1 | -13/+2 |