| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add UI to delete tracked times (#14100) | Norwin | 2021-02-19 | 2 | -2/+42 |
* | #14699 Make branch names in PR description clickable (#14716) | Jimmy Praet | 2021-02-18 | 1 | -0/+2 |
* | Restore detection of branches are equal on compare page (#14586) | zeripath | 2021-02-16 | 1 | -24/+2 |
* | Whitespace in commits (#14650) | vnkmpf | 2021-02-13 | 3 | -17/+17 |
* | Add dismiss review feature (#12674) | a1012112796 | 2021-02-11 | 2 | -1/+13 |
* | Sort / Move project boards (#14634) | Romain | 2021-02-11 | 1 | -4/+8 |
* | Allow org labels to be set with issue templates (#14593) | zeripath | 2021-02-10 | 1 | -1/+8 |
* | Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623) | zeripath | 2021-02-10 | 1 | -5/+7 |
* | Ensure memcache TTL cannot be over 30 days (#14592) | zeripath | 2021-02-09 | 1 | -1/+1 |
* | Add Content-Length header to HEAD requests (#14542) | Farid AYOUJIL | 2021-02-05 | 2 | -4/+9 |
* | Fix lfs file viewer (#14568) | Lunny Xiao | 2021-02-05 | 1 | -21/+16 |
* | Fix bug about ListOptions and stars/watchers pagnation (#14556) | Lunny Xiao | 2021-02-04 | 1 | -1/+5 |
* | [API] Add pagination to ListBranches (#14524) | 6543 | 2021-02-03 | 3 | -30/+31 |
* | Move middlewares to web/middleware (#14480) | Lunny Xiao | 2021-01-30 | 1 | -2/+2 |
* | enhancement: add signoff option in commit form (#14516) | a1012112796 | 2021-01-29 | 1 | -0/+3 |
* | [Feature] add precise search type for Elastic Search (#12869) | Jui-Nan Lin | 2021-01-27 | 1 | -1/+5 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 22 | -197/+258 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 1 | -2/+9 |
* | Fix lfs preview bug (#14428) | Lunny Xiao | 2021-01-22 | 1 | -1/+4 |
* | Enhance Ghost comment mitigation Settings (#14392) | 6543 | 2021-01-21 | 1 | -1/+1 |
* | Add TrN for repository limit (#12492) | EV3R4 | 2021-01-22 | 1 | -5/+4 |
* | Display current stopwatch in navbar (#14122) | Norwin | 2021-01-21 | 1 | -0/+45 |
* | Project: show referenced PRs in issue cards (#14183) | Roberto Santalla | 2021-01-20 | 1 | -1/+23 |
* | Add pager to the branches page (#14202) | Chester Liu | 2021-01-19 | 1 | -80/+135 |
* | Use path not filepath in routers/editor (#14390) | zeripath | 2021-01-19 | 1 | -4/+3 |
* | Add edit, delete and reaction support to code review comments on issue page (... | Lauris BH | 2021-01-17 | 1 | -0/+19 |
* | Add review requested filter on pull request overview (#13701) | Jimmy Praet | 2021-01-17 | 1 | -24/+29 |
* | escape branch names in compare url (#14364) | Jimmy Praet | 2021-01-17 | 1 | -5/+5 |
* | KanBan: be able to set default board (#14147) | 6543 | 2021-01-15 | 2 | -19/+67 |
* | Merge default and system webhooks under one menu (#14244) | Lauris BH | 2021-01-15 | 1 | -13/+17 |
* | Use ServerError provided by Context (#14333) | Lunny Xiao | 2021-01-14 | 3 | -5/+5 |
* | Display SVG files as images instead of text (#14101) | Jonathan Tran | 2021-01-12 | 4 | -8/+38 |
* | Do not reload page after adding comments in Pull Request reviews (#13877) | Jimmy Praet | 2021-01-08 | 1 | -0/+62 |
* | Some code improvements (#14266) | Lunny Xiao | 2021-01-06 | 1 | -0/+6 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 4 | -36/+31 |
* | Fix spelling avator -> avatar (#14115) | Jimmy Praet | 2020-12-22 | 1 | -1/+1 |
* | Use the text of pull-request as the squash commit's message (#13071) | Mura Li | 2020-12-21 | 1 | -1/+1 |
* | Add mentionable teams to tributeValues and change team mention rules to gh's ... | a1012112796 | 2020-12-21 | 2 | -0/+51 |
* | Added option to disable migrations (#13114) | Paweł Bogusławski | 2020-12-21 | 1 | -0/+16 |
* | Show dropdown with all statuses for commit (#13977) | Cirno the Strongest | 2020-12-20 | 4 | -1/+5 |
* | Show status check for merged PRs (#13975) | Cirno the Strongest | 2020-12-18 | 1 | -0/+14 |
* | [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026) | 6543 | 2020-12-18 | 4 | -5/+5 |
* | Use native git variants by default with go-git variants as build tag (#13673) | zeripath | 2020-12-17 | 2 | -142/+8 |
* | add thumbnail preview section to issue attachments (#13826) | bobemoe | 2020-12-13 | 1 | -3/+4 |
* | Fix broken migration on webhook (#13911) | Lunny Xiao | 2020-12-09 | 1 | -11/+11 |
* | Log IP on SSH authentication failure for Built-in SSH server (#13150) | Eric Lesiuta | 2020-12-08 | 1 | -0/+1 |
* | Move webhook type from int to string (#13664) | Lunny Xiao | 2020-12-08 | 1 | -11/+11 |
* | Direct avatar rendering (#13649) | silverwind | 2020-12-03 | 1 | -9/+6 |
* | Move Repo APIFormat to convert package (#13787) | 6543 | 2020-12-02 | 1 | -1/+1 |
* | Add block on official review requests branch protection (#13705) | a1012112796 | 2020-11-28 | 2 | -0/+2 |