| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify secure context check (#33906) | silverwind | 10 days | 1 | -7/+4 |
* | Update JS and PY deps, misc tweaks (#33903) | silverwind | 10 days | 2 | -3/+5 |
* | Add file tree to file view page (#32721) | Kerwin Bryant | 11 days | 5 | -0/+259 |
* | Fix various Fomantic UI and htmx problems (#33851) | wxiaoguang | 2025-03-11 | 4 | -44/+4 |
* | Drop fomantic build (#33845) | wxiaoguang | 2025-03-11 | 4 | -4/+23 |
* | Do not show passkey on http sites (#33820) | wxiaoguang | 2025-03-07 | 1 | -1/+10 |
* | Update TypeScript types (#33799) | Kerwin Bryant | 2025-03-05 | 3 | -8/+8 |
* | Refactor repo-issue.ts (#33784) | wxiaoguang | 2025-03-04 | 3 | -147/+110 |
* | Refactor repo-settings.ts (#33785) | wxiaoguang | 2025-03-05 | 1 | -39/+39 |
* | Refactor admin/common.ts (#33788) | wxiaoguang | 2025-03-04 | 1 | -87/+112 |
* | Refactor initRepoBranchTagSelector to use new init framework (#33776) | Kerwin Bryant | 2025-03-03 | 1 | -4/+5 |
* | Refactor buttons to use new init framework (#33774) | Kerwin Bryant | 2025-03-03 | 3 | -25/+27 |
* | Refactor markup and pdf-viewer to use new init framework (#33772) | Kerwin Bryant | 2025-03-03 | 12 | -198/+181 |
* | Refactor global init code and add more comments (#33755) | wxiaoguang | 2025-03-03 | 7 | -109/+135 |
* | Fix dynamic content loading init problem (#33748) | wxiaoguang | 2025-03-01 | 7 | -122/+162 |
* | Refactor repo-diff.ts (#33746) | wxiaoguang | 2025-02-28 | 2 | -67/+52 |
* | Use `git diff-tree` for `DiffFileTree` on diff pages (#33514) | Alexander McRae | 2025-02-28 | 10 | -196/+275 |
* | Improve "generate new access token" form (#33730) | Guillaume | 2025-02-27 | 3 | -103/+0 |
* | Clone repository with Tea CLI (#33725) | Quentin | 2025-02-27 | 1 | -8/+41 |
* | Always show the "rerun" button for action jobs (#33692) | wxiaoguang | 2025-02-24 | 1 | -9/+3 |
* | Improve Open-with URL encoding (#33666) | wxiaoguang | 2025-02-21 | 2 | -1/+16 |
* | Fix mCaptcha bug (#33659) | wxiaoguang | 2025-02-20 | 1 | -4/+9 |
* | Fix typo in HTML attribute (#33599) | silverwind | 2025-02-14 | 1 | -1/+1 |
* | Optimize the dashboard (#32990) | Kerwin Bryant | 2025-02-11 | 1 | -6/+29 |
* | Remove "class-name" from svg icon (#33540) | wxiaoguang | 2025-02-09 | 5 | -30/+20 |
* | Add cropping support when modifying the user/org/repo avatar (#33498) | Kerwin Bryant | 2025-02-06 | 5 | -13/+22 |
* | Hide/disable unusable UI elements when a repository is archived (#33459) | wxiaoguang | 2025-01-31 | 1 | -12/+6 |
* | Update `@github/text-expander-element`, adapt type imports (#33449) | silverwind | 2025-01-31 | 1 | -1/+1 |
* | Fix issue sidebar dropdown keyboard support (#33447) | wxiaoguang | 2025-01-30 | 1 | -1/+4 |
* | Update `@github/text-expander-element` to 2.9.0 (#33435) | silverwind | 2025-01-29 | 1 | -15/+3 |
* | Clone button enhancements (#33362) | silverwind | 2025-01-27 | 2 | -2/+4 |
* | Fix issue suggestion bug (#33389) | wxiaoguang | 2025-01-26 | 1 | -8/+51 |
* | Fix js error when edit issue (#33384) | wxiaoguang | 2025-01-25 | 1 | -1/+1 |
* | Enable Typescript `noImplicitAny` (#33322) | silverwind | 2025-01-22 | 61 | -265/+319 |
* | Make issue suggestion work for all editors (#33340) | wxiaoguang | 2025-01-21 | 5 | -16/+34 |
* | Make tracked time representation display as hours (#33315) | Vladimir Sysoev | 2025-01-19 | 1 | -20/+7 |
* | Trivial fixes (#33304) | wxiaoguang | 2025-01-17 | 2 | -7/+18 |
* | Enable Typescript `noImplicitThis` (#33250) | silverwind | 2025-01-16 | 28 | -190/+208 |
* | Fix upload file form (#33230) | wxiaoguang | 2025-01-13 | 1 | -3/+5 |
* | Fix editor markdown not incrementing in a numbered list (#33187) | Harry Vince | 2025-01-10 | 2 | -33/+273 |
* | Automerge supports deleting branch automatically after merging (#32343) | Lunny Xiao | 2025-01-10 | 1 | -1/+1 |
* | Refactor HTMLFormat, update chroma render, fix js error (#33136) | wxiaoguang | 2025-01-08 | 3 | -2/+4 |
* | add submodule diff links (#33097) | Rowan Bohde | 2025-01-08 | 2 | -1/+11 |
* | Remove extended glob pattern from branch protection UI (#33125) | TheFox0x7 | 2025-01-07 | 1 | -1/+1 |
* | Refactor legacy JS (#33115) | wxiaoguang | 2025-01-06 | 4 | -28/+30 |
* | Refactor legacy line-number and scroll code (#33094) | wxiaoguang | 2025-01-04 | 4 | -137/+68 |
* | Refactor repo-new.ts (#33070) | wxiaoguang | 2025-01-01 | 6 | -57/+69 |
* | Refactor pull-request compare&create page (#33071) | wxiaoguang | 2025-01-02 | 2 | -62/+14 |
* | Fix unittest and repo create bug (#33061) | wxiaoguang | 2024-12-31 | 1 | -1/+2 |
* | [Feature] Private README.md for organization (#32872) | Chai-Shi | 2024-12-31 | 1 | -11/+31 |