| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | API expose usefull General Repo settings settings (#11758) | 6543 | 2020-06-10 | 1 | -0/+11 |
* | API allow to create closed milestones (#11745) | 6543 | 2020-06-09 | 1 | -0/+2 |
* | Honor DEFAULT_PAGING_NUM for API (#11805) | Cirno the Strongest | 2020-06-08 | 1 | -1/+1 |
* | Add option to API to update PullRequest base branch (#11666) | 6543 | 2020-06-07 | 1 | -0/+1 |
* | Fix visibility of forked public repos from private orgs (#11717) | Cirno the Strongest | 2020-06-06 | 1 | -1/+2 |
* | Fix timezone on issue deadline (#11697) | Cirno the Strongest | 2020-06-05 | 1 | -0/+5 |
* | Dump: add output format tar and output to stdout (#10376) | PhilippHomann | 2020-06-05 | 1 | -3/+0 |
* | Add hide activity option (#11353) | l-jonas | 2020-06-05 | 1 | -8/+9 |
* | Fix typo (#11773) | successgo | 2020-06-05 | 2 | -14/+14 |
* | Add internal-repo octicon for public repos of private org (#11529) | Cirno the Strongest | 2020-06-05 | 1 | -0/+1 |
* | Provide diff and patch API endpoints (#11751) | zeripath | 2020-06-05 | 1 | -0/+4 |
* | European Portuguese translation (#11568) | Emanuel Angelo | 2020-06-05 | 1 | -4/+4 |
* | Include query in sign in redirect (#11579) | mrsdizzie | 2020-06-03 | 1 | -0/+1 |
* | [API] on 500 error only show message if gitea in dev mode (#11641) | 6543 | 2020-06-03 | 1 | -0/+4 |
* | Allow site admin to disable mirrors (#11740) | John Olheiser | 2020-06-02 | 1 | -0/+2 |
* | Fix chardet test and add ordering option (#11621) | zeripath | 2020-06-02 | 3 | -4/+109 |
* | Update emoji dataset with skin tone variants (#11678) | mrsdizzie | 2020-06-02 | 2 | -1727/+3103 |