| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | feat(api): enhance Actions Secrets Management API for repository (#30656) | Bo-Yi Wu | 2024-04-26 | 6 | -284/+327 |
* | Fix code search input for different views (#30678) | wxiaoguang | 2024-04-26 | 3 | -4/+0 |
* | Add route handler info for debugging purpose (#30705) | wxiaoguang | 2024-04-26 | 2 | -1/+7 |
* | Improve job commit description (#30579) | yp05327 | 2024-04-26 | 1 | -12/+14 |
* | Allow to save empty comment (#30706) | wxiaoguang | 2024-04-26 | 1 | -19/+22 |
* | Improve oauth2 client "preferred username field" logic and the error handling... | wxiaoguang | 2024-04-25 | 4 | -28/+81 |
* | Fix a panic bug when head repository deleting (#30674) | Lunny Xiao | 2024-04-24 | 1 | -13/+13 |
* | Initial support for colorblindness-friendly themes (#30625) | wxiaoguang | 2024-04-24 | 2 | -2/+11 |
* | Fix compare api swagger (#30648) | Lunny Xiao | 2024-04-23 | 1 | -1/+1 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 24 | -42/+23 |
* | fix(api): refactor branch and tag existence checks (#30618) | Bo-Yi Wu | 2024-04-22 | 1 | -5/+4 |
* | Use maintained gziphandler (#30592) | Lunny Xiao | 2024-04-21 | 1 | -4/+6 |
* | Clarify permission "HasAccess" behavior (#30585) | wxiaoguang | 2024-04-20 | 3 | -5/+5 |
* | Fix HEAD method for robots.txt (#30603) | wxiaoguang | 2024-04-19 | 1 | -1/+1 |
* | Fix project description rendering for org (#30587) | wxiaoguang | 2024-04-19 | 1 | -2/+2 |
* | Some following up changes for routes (#30550) | wxiaoguang | 2024-04-18 | 1 | -5/+3 |
* | Expose fuzzy search for issues/pulls (#29701) | 6543 | 2024-04-18 | 1 | -2/+10 |
* | Allow everyone to read or write a wiki by a repo unit setting (#30495) | wxiaoguang | 2024-04-17 | 4 | -14/+9 |
* | Support nuspec manifest download for nuget packages (#28921) | Michael Kriese | 2024-04-17 | 1 | -2/+30 |
* | Fix branch_protection api shows users/teams who has no readAccess (#30291) | Edward Zhang | 2024-04-17 | 1 | -4/+4 |
* | Refactor web routes (#30519) | wxiaoguang | 2024-04-17 | 2 | -264/+276 |
* | Allow `preferred_username` as username source for OIDC (#30454) | SimonErm | 2024-04-16 | 1 | -0/+7 |
* | Fix empty field `login_name` in API response JSON when creating user (#30511) | yp05327 | 2024-04-16 | 1 | -3/+3 |
* | feat(api): implement branch/commit comparison API (#30349) | Bo-Yi Wu | 2024-04-16 | 5 | -14/+132 |
* | Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) | silverwind | 2024-04-14 | 1 | -2/+0 |
* | Fix network error when open/close organization/individual projects and redire... | yp05327 | 2024-04-13 | 2 | -11/+6 |
* | Refactor cache and disable go-chi cache (#30417) | wxiaoguang | 2024-04-13 | 1 | -4/+2 |
* | Fix rename branch 500 when the target branch is deleted but exist in database... | Lunny Xiao | 2024-04-12 | 1 | -1/+7 |
* | Check the token's owner and repository when registering a runner (#30406) | Zettat123 | 2024-04-11 | 1 | -0/+14 |
* | Use raw Wiki links for non-renderable Wiki files (#30273) | Rafael | 2024-04-10 | 1 | -6/+7 |
* | Performance optimization for git push (#30104) | Lunny Xiao | 2024-04-09 | 1 | -41/+44 |
* | Fix missed doer (#30231) | Lunny Xiao | 2024-04-08 | 6 | -21/+21 |
* | Avoid showing `Failed to change the default wiki branch` if repo has no wiki ... | yp05327 | 2024-04-08 | 1 | -0/+6 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 7 | -17/+10 |
* | Refactor startup deprecation messages (#30305) | wxiaoguang | 2024-04-07 | 2 | -10/+10 |
* | Render embedded code preview by permlink in markdown (#30234) | wxiaoguang | 2024-04-02 | 2 | -2/+2 |
* | Remove scheduled action tasks if the repo is archived (#30224) | Zettat123 | 2024-04-01 | 2 | -0/+22 |
* | Refactor file view & render (#30227) | wxiaoguang | 2024-04-01 | 3 | -15/+24 |
* | Do not allow different storage configurations to point to the same directory ... | wxiaoguang | 2024-03-31 | 1 | -0/+8 |
* | Add setting to disable user features when user login type is not plain (#29615) | Jack Hay | 2024-03-29 | 4 | -12/+14 |
* | Refactor topic Find functions and add more tests for pagination (#30127) | Lunny Xiao | 2024-03-29 | 3 | -5/+6 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 8 | -62/+893 |
* | Prevent re-review and dismiss review actions on closed and merged PRs (#30065) | Kemal Zebari | 2024-03-28 | 3 | -6/+19 |
* | Add default board to new projects, remove uncategorized pseudo-board (#29874) | Denys Konovalov | 2024-03-27 | 3 | -132/+30 |
* | Relax generic package filename restrictions (#30135) | wxiaoguang | 2024-03-27 | 2 | -5/+89 |
* | Refactor render (#30136) | wxiaoguang | 2024-03-27 | 1 | -8/+7 |
* | Put an edit file button on pull request files to allow a quick operation (#29... | Lunny Xiao | 2024-03-27 | 3 | -2/+40 |
* | Remove repetitive words (#30091) | crazeteam | 2024-03-26 | 2 | -2/+2 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 3 | -4/+4 |
* | Support repo code search without setting up an indexer (#29998) | wxiaoguang | 2024-03-24 | 1 | -21/+46 |