| Commit message (Expand) | Author | Age | Files | Lines |
* | Added Description Field for Secrets and Variables (#33526) | John Smith | 7 days | 3 | -10/+12 |
* | Try to figure out attribute checker problem (#33901) | wxiaoguang | 7 days | 1 | -0/+2 |
* | Move hooks function to gitrepo and reduce expose repopath (#33890) | Lunny Xiao | 8 days | 6 | -16/+13 |
* | Refactor functions to reduce repopath expose (#33892) | Lunny Xiao | 9 days | 2 | -5/+5 |
* | Move git references checking to gitrepo packages to reduce expose of reposito... | Lunny Xiao | 9 days | 11 | -23/+25 |
* | Add lock for a repository pull mirror (#33876) | Lunny Xiao | 9 days | 1 | -0/+12 |
* | Add file tree to file view page (#32721) | Kerwin Bryant | 9 days | 3 | -11/+163 |
* | Feature: Ephemeral action runners (#33570) | ChristopherHX | 10 days | 2 | -1/+46 |
* | Add abstraction layer to delete repository from disk (#33879) | Lunny Xiao | 10 days | 4 | -6/+12 |
* | Ignore trivial errors when updating push data (#33864) | wxiaoguang | 10 days | 2 | -18/+20 |
* | Add abstraction layer to check if the repository exists on disk (#33874) | Lunny Xiao | 11 days | 4 | -39/+32 |
* | Pull request updates will also trigger code owners review requests (#33744) | Lunny Xiao | 11 days | 6 | -32/+117 |
* | remove context from retry downloader (#33871) | TheFox0x7 | 11 days | 1 | -1/+1 |
* | Refactor cache-control (#33861) | wxiaoguang | 12 days | 2 | -2/+2 |
* | Add workflow_job webhook (#33694) | ChristopherHX | 13 days | 22 | -3/+268 |
* | Fix auto concurrency cancellation skips commit status updates (#33764) | ChristopherHX | 14 days | 6 | -10/+30 |
* | Fix material icon & diff highlight (#33844) | wxiaoguang | 2025-03-10 | 4 | -26/+61 |
* | Move notifywatch to service layer (#33825) | Lunny Xiao | 2025-03-10 | 3 | -19/+183 |
* | Only keep popular licenses (#33832) | wxiaoguang | 2025-03-10 | 3 | -50/+11 |
* | Full-file syntax highlighting for diff pages (#33766) | Dustin Firebaugh | 2025-03-09 | 5 | -285/+318 |
* | Improve theme display (#30671) | wxiaoguang | 2025-03-08 | 2 | -22/+151 |
* | Decouple context from repository related structs (#33823) | TheFox0x7 | 2025-03-08 | 8 | -96/+95 |
* | Improve log format (#33814) | wxiaoguang | 2025-03-08 | 3 | -6/+6 |
* | Decouple diff stats query from actual diffing (#33810) | wxiaoguang | 2025-03-08 | 6 | -135/+70 |
* | Add global lock for migrations to make upgrade more safe with multiple replic... | Lunny Xiao | 2025-03-07 | 2 | -1/+26 |
* | remove context from mail struct (#33811) | TheFox0x7 | 2025-03-06 | 4 | -99/+103 |
* | Refactor: move part of updating protected branch logic to service layer (#33742) | Lunny Xiao | 2025-03-05 | 2 | -7/+48 |
* | Email option to embed images as base64 instead of link (#32061) | sommerf-lf | 2025-03-05 | 3 | -14/+233 |
* | Remove context from git struct (#33793) | TheFox0x7 | 2025-03-04 | 37 | -171/+171 |
* | Adjust appearence of commit status webhook (#33778) | Denys Konovalov | 2025-03-03 | 2 | -5/+12 |
* | Refactor error system (#33771) | wxiaoguang | 2025-03-03 | 2 | -13/+7 |
* | Add migrations and doctor fixes (#33556) | Lunny Xiao | 2025-03-02 | 1 | -0/+19 |
* | Refactor mail code (#33768) | wxiaoguang | 2025-03-03 | 7 | -514/+536 |
* | Use pullrequestlist instead of []*pullrequest (#33765) | Lunny Xiao | 2025-03-02 | 1 | -11/+10 |
* | Webhook add X-Gitea-Hook-Installation-Target-Type Header (#33752) | ChristopherHX | 2025-03-01 | 3 | -4/+23 |
* | Add composor source field (#33502) | Lunny Xiao | 2025-02-28 | 1 | -8/+9 |
* | Improve "generate new access token" form (#33730) | Guillaume | 2025-02-27 | 3 | -41/+8 |
* | Fix git empty check and HEAD request (#33690) | wxiaoguang | 2025-02-24 | 1 | -0/+5 |
* | Deleting repository should unlink all related packages (#33653) | Lunny Xiao | 2025-02-21 | 2 | -6/+7 |
* | Use test context in tests and new loop system in benchmarks (#33648) | TheFox0x7 | 2025-02-20 | 26 | -522/+498 |
* | git graph: don't show detached commits (#33645) | ericLemanissier | 2025-02-19 | 1 | -1/+1 |
* | Make actions URL in commit status webhooks absolute (#33620) | Lunny Xiao | 2025-02-18 | 1 | -1/+7 |
* | Refactor error system (#33626) | wxiaoguang | 2025-02-17 | 3 | -7/+13 |
* | Move issue pin to an standalone table for querying performance (#33452) | Lunny Xiao | 2025-02-17 | 4 | -10/+13 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 9 | -81/+75 |
* | Fix project issues list and counting (#33594) | Lunny Xiao | 2025-02-17 | 3 | -0/+348 |
* | Add API to support link package to repository and unlink it (#33481) | Lunny Xiao | 2025-02-16 | 1 | -0/+78 |
* | Move commits signature and verify functions to service layers (#33605) | Lunny Xiao | 2025-02-16 | 8 | -11/+512 |
* | Artifacts download api for artifact actions v4 (#33510) | ChristopherHX | 2025-02-16 | 1 | -0/+22 |
* | Fix mirror bug (#33597) | ericLemanissier | 2025-02-15 | 2 | -3/+32 |