| Commit message (Expand) | Author | Age | Files | Lines |
* | Add flat-square action badge style (#34062) | bytedream | 12 days | 2 | -0/+15 |
* | Update action status badge layout (#34018) | bytedream | 2025-03-28 | 1 | -19/+21 |
* | Added Description Field for Secrets and Variables (#33526) | John Smith | 2025-03-17 | 2 | -0/+30 |
* | Replace text-align classes with tailwind (#33905) | silverwind | 2025-03-16 | 3 | -3/+3 |
* | Fix cannot delete runners via the modal dialog (#33895) | ChristopherHX | 2025-03-15 | 1 | -1/+1 |
* | Improve issue & code search (#33860) | wxiaoguang | 2025-03-13 | 5 | -26/+34 |
* | Refactor markup and pdf-viewer to use new init framework (#33772) | Kerwin Bryant | 2025-03-03 | 1 | -1/+1 |
* | Fix dynamic content loading init problem (#33748) | wxiaoguang | 2025-03-01 | 1 | -1/+1 |
* | Add No Results Prompt Message on Issue List Page (#33699) | Kerwin Bryant | 2025-02-24 | 1 | -0/+5 |
* | Add a option "--user-type bot" to admin user create, improve role display (#2... | mscherer | 2025-02-07 | 1 | -1/+1 |
* | Add cropping support when modifying the user/org/repo avatar (#33498) | Kerwin Bryant | 2025-02-06 | 1 | -0/+8 |
* | Correct bot label `vertical-align` (#33477) | Typed SIGTERM | 2025-02-02 | 1 | -1/+1 |
* | Worktime tracking for the organization level (#19808) | K Kovacs | 2025-02-03 | 1 | -1/+1 |
* | Update feishu icon (#33470) | Typed SIGTERM | 2025-02-01 | 1 | -1/+1 |
* | Trivial fixes (#33304) | wxiaoguang | 2025-01-17 | 1 | -1/+2 |
* | Fix bleve fuzziness search (#33078) | wxiaoguang | 2025-01-03 | 1 | -1/+2 |
* | always show assignees on right (#33006) | metiftikci | 2024-12-29 | 1 | -24/+24 |
* | Add `show more` organizations icon in user's profile (#32986) | yp05327 | 2024-12-27 | 1 | -0/+3 |
* | Refactor tmpl and blob_excerpt (#32967) | wxiaoguang | 2024-12-25 | 1 | -2/+1 |
* | Add sub issue list support (#32940) | wxiaoguang | 2024-12-24 | 1 | -24/+24 |
* | Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) | wxiaoguang | 2024-12-23 | 1 | -3/+7 |
* | Fix bug of branch/tag selector in the issue sidebar (#32744) | hiifong | 2024-12-13 | 1 | -1/+1 |
* | Refactor markdown editor and use it for milestone description editor (#32688) | wxiaoguang | 2024-12-04 | 1 | -7/+31 |
* | Fix issue title rendering and refactor legacy function names (#32703) | wxiaoguang | 2024-12-04 | 1 | -1/+1 |
* | Refactor template ctx and render utils (#32422) | wxiaoguang | 2024-11-05 | 1 | -2/+2 |
* | Refactor DateUtils and merge TimeSince (#32409) | wxiaoguang | 2024-11-04 | 7 | -9/+9 |
* | Add some handy markdown editor features (#32400) | wxiaoguang | 2024-11-04 | 1 | -1/+14 |
* | Replace DateTime with DateUtils (#32383) | wxiaoguang | 2024-11-02 | 4 | -4/+4 |
* | Suggestions for issues (#32327) | Anbraten | 2024-10-29 | 1 | -1/+1 |
* | Move admin routers from /admin to /-/admin (#32189) | Lunny Xiao | 2024-10-10 | 1 | -1/+1 |
* | Improve detecting empty files (#31332) | wxiaoguang | 2024-06-13 | 2 | -1/+4 |
* | Optimize profile layout to enhance visual experience (#31278) | Kerwin Bryant | 2024-06-12 | 1 | -10/+2 |
* | Optimize runner-tags layout to enhance visual experience (#31258) | Kerwin Bryant | 2024-06-05 | 1 | -1/+1 |
* | Replace `gt-word-break` with `tw-break-anywhere` (#31183) | silverwind | 2024-06-04 | 2 | -3/+3 |
* | Prevent tab shifting, remove extra margin on fluid pages (#31090) | silverwind | 2024-05-27 | 2 | -2/+3 |
* | Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762) | wxiaoguang | 2024-04-29 | 1 | -1/+1 |
* | Remove obsolete CSS text classes (#30576) | silverwind | 2024-04-22 | 1 | -1/+1 |
* | Fix issue comment form and quick-submit (#30623) | wxiaoguang | 2024-04-22 | 1 | -1/+1 |
* | Expose fuzzy search for issues/pulls (#29701) | 6543 | 2024-04-18 | 1 | -2/+2 |
* | Fix long branch name overflows (#30345) | silverwind | 2024-04-16 | 1 | -6/+9 |
* | Refactor file view & render (#30227) | wxiaoguang | 2024-04-01 | 1 | -0/+4 |
* | Migrate font-family to tailwind (#30118) | silverwind | 2024-03-28 | 1 | -1/+1 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 9 | -19/+19 |
* | Support repo code search without setting up an indexer (#29998) | wxiaoguang | 2024-03-24 | 2 | -4/+13 |
* | Remove fomantic header module (#30033) | silverwind | 2024-03-24 | 1 | -1/+1 |
* | Migrate font-weight helpers to tailwind (#30027) | silverwind | 2024-03-23 | 1 | -1/+1 |
* | Fix incorrect tailwind migration (#30007) | silverwind | 2024-03-22 | 4 | -5/+5 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 7 | -16/+16 |
* | Performance improvements for pull request list page (#29900) | Lunny Xiao | 2024-03-21 | 1 | -8/+8 |
* | Remove unnecessary ".Link" usages (#29909) | wxiaoguang | 2024-03-20 | 2 | -2/+2 |