| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix markdown render behaviors (#34122)HEADmain | wxiaoguang | 23 hours | 1 | -1/+1 |
* | Auto expand "New PR" form (#33971) | wxiaoguang | 13 days | 1 | -2/+2 |
* | Replace text-align classes with tailwind (#33905) | silverwind | 2025-03-16 | 1 | -1/+1 |
* | Full-file syntax highlighting for diff pages (#33766) | Dustin Firebaugh | 2025-03-09 | 1 | -6/+6 |
* | Decouple diff stats query from actual diffing (#33810) | wxiaoguang | 2025-03-08 | 1 | -4/+4 |
* | Fix dynamic content loading init problem (#33748) | wxiaoguang | 2025-03-01 | 1 | -3/+3 |
* | Use `git diff-tree` for `DiffFileTree` on diff pages (#33514) | Alexander McRae | 2025-02-28 | 2 | -27/+0 |
* | Hide/disable unusable UI elements when a repository is archived (#33459) | wxiaoguang | 2025-01-31 | 3 | -50/+55 |
* | Fix comment header padding (#33377) | Typed SIGTERM | 2025-01-25 | 1 | -1/+1 |
* | add submodule diff links (#33097) | Rowan Bohde | 2025-01-08 | 1 | -16/+29 |
* | Refactor pull-request compare&create page (#33071) | wxiaoguang | 2025-01-02 | 1 | -180/+179 |
* | Refactor comment history and fix content edit (#33018) | wxiaoguang | 2024-12-28 | 1 | -2/+2 |
* | De-emphasize signed commits (#31160) | Blender Defender | 2024-12-28 | 1 | -1/+3 |
* | Refactor tmpl and blob_excerpt (#32967) | wxiaoguang | 2024-12-25 | 5 | -94/+94 |
* | Fix "unicode escape" JS error (#32806) | wxiaoguang | 2024-12-12 | 1 | -2/+2 |
* | Refactor markdown editor and use it for milestone description editor (#32688) | wxiaoguang | 2024-12-04 | 3 | -10/+11 |
* | Fix issue title rendering and refactor legacy function names (#32703) | wxiaoguang | 2024-12-04 | 1 | -1/+1 |
* | Fixed Issue of Review Menu Shown Behind (#32631) | Kerwin Bryant | 2024-11-26 | 1 | -16/+14 |
* | Add 'Copy path' button to file view (#32584) | silverwind | 2024-11-21 | 1 | -1/+1 |
* | Support quote selected comments to reply (#32431) | wxiaoguang | 2024-11-07 | 1 | -1/+1 |
* | Refactor template ctx and render utils (#32422) | wxiaoguang | 2024-11-05 | 1 | -1/+1 |
* | Refactor DateUtils and merge TimeSince (#32409) | wxiaoguang | 2024-11-04 | 2 | -2/+2 |
* | Replace DateTime with DateUtils (#32383) | wxiaoguang | 2024-11-02 | 1 | -1/+1 |
* | Refactor image diff (#31444) | wxiaoguang | 2024-06-22 | 1 | -1/+1 |
* | Fix the wrong line number in the diff view page when expanded twice. (#31431) | charles | 2024-06-20 | 1 | -3/+3 |
* | code optimization (#31315) | Kerwin Bryant | 2024-06-11 | 1 | -1/+1 |
* | Use vertical layout for multiple code expander buttons (#31122) | silverwind | 2024-05-29 | 3 | -16/+20 |
* | Improve mobile review ui (#31091) | silverwind | 2024-05-28 | 2 | -5/+5 |
* | Prevent simultaneous editing of comments and issues (#31053) | metiftikci | 2024-05-27 | 1 | -1/+1 |
* | Simplify review UI (#31062) | delvh | 2024-05-27 | 1 | -14/+19 |
* | Fix incorrect "blob excerpt" link when comparing files (#31013) | wxiaoguang | 2024-05-20 | 2 | -6/+8 |
* | Make Ctrl+Enter work for issue/comment edit (#30720)v1.22.0-rc1 | wxiaoguang | 2024-04-27 | 1 | -2/+2 |
* | Prevent allow/reject reviews on merged/closed PRs (#30686) | Kemal Zebari | 2024-04-27 | 1 | -12/+16 |
* | Diff color enhancements, add line number background (#30670) | silverwind | 2024-04-26 | 1 | -11/+11 |
* | Remove fomantic button module (#30475) | silverwind | 2024-04-14 | 1 | -16/+8 |
* | Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) | silverwind | 2024-04-14 | 1 | -2/+2 |
* | Various improvements for long file and commit names (#30374) | silverwind | 2024-04-10 | 1 | -16/+18 |
* | Migrate font-family to tailwind (#30118) | silverwind | 2024-03-28 | 4 | -12/+12 |
* | Put an edit file button on pull request files to allow a quick operation (#29... | Lunny Xiao | 2024-03-27 | 1 | -0/+3 |
* | Add svg linter and fix incorrect svgs (#30086) | silverwind | 2024-03-26 | 1 | -1/+1 |
* | Migrate `gt-hidden` to `tw-hidden` (#30046) | silverwind | 2024-03-24 | 5 | -18/+18 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 8 | -31/+31 |
* | Migrate `gap` helpers to tailwind (#30034) | silverwind | 2024-03-24 | 2 | -5/+5 |
* | Remove fomantic header module (#30033) | silverwind | 2024-03-24 | 1 | -2/+2 |
* | Replace all simple inline styles with tailwind (#30032) | silverwind | 2024-03-23 | 1 | -1/+1 |
* | Migrate font-weight helpers to tailwind (#30027) | silverwind | 2024-03-23 | 2 | -2/+2 |
* | Fix incorrect tailwind migration (#30007) | silverwind | 2024-03-22 | 4 | -18/+18 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 7 | -26/+26 |
* | Remove unnecessary ".Link" usages (#29909) | wxiaoguang | 2024-03-20 | 1 | -3/+3 |
* | Fix template error when comment review doesn't exist (#29888) | wxiaoguang | 2024-03-19 | 2 | -62/+68 |