| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove duplicated issues options and some more refactors (#24787) | Lunny Xiao | 2023-05-18 | 1 | -3/+3 |
* | Support no label/assignee filter and batch clearing labels/assignees (#24707) | Lunny Xiao | 2023-05-17 | 1 | -1/+4 |
* | Support for status check pattern (#24633) | Zettat123 | 2023-05-17 | 2 | -15/+29 |
* | Respect original content when creating secrets (#24745) | Jason Song | 2023-05-16 | 1 | -1/+10 |
* | Refactor Pull Mirror and fix out-of-sync bugs (#24732) | wxiaoguang | 2023-05-15 | 1 | -9/+18 |
* | Don't filter action runs based on state (#24711) | Yarden Shoham | 2023-05-14 | 1 | -33/+0 |
* | Remove the parallelizing when loading repo for dashboard (#24705) | wxiaoguang | 2023-05-14 | 1 | -13/+7 |
* | Optimize actions list by removing an unnecessary `git` call (#24710) | Yarden Shoham | 2023-05-14 | 1 | -6/+1 |
* | Add status indicator on main home screen for each repo (#24638) | Yarden Shoham | 2023-05-13 | 1 | -13/+41 |
* | Add icon support for safari (#24697) | Lunny Xiao | 2023-05-13 | 1 | -0/+1 |
* | Use standard HTTP library to serve files (#24693) | wxiaoguang | 2023-05-13 | 2 | -17/+8 |
* | Add Alpine package registry (#23714) | KN4CK3R | 2023-05-12 | 1 | -0/+22 |
* | Support SSH for go get (#24664) | rune | 2023-05-12 | 1 | -1/+8 |
* | Make repo migration cancelable and fix various bugs (#24605) | wxiaoguang | 2023-05-11 | 2 | -0/+19 |
* | Improve queue & process & stacktrace (#24636) | wxiaoguang | 2023-05-11 | 6 | -46/+227 |
* | Fix missing badges in org settings page (#24654) | yp05327 | 2023-05-11 | 1 | -0/+1 |
* | Reenable creating default webhooks. (#24626) | Nick | 2023-05-11 | 1 | -1/+1 |
* | fix: release page for empty or non-existing target (#24470) | oliverpool | 2023-05-10 | 2 | -12/+69 |
* | Make repository response support HTTP range request (#24592) | wxiaoguang | 2023-05-09 | 2 | -5/+3 |
* | Add Gitea Profile Readmes (#23260) | Nicholas Pease | 2023-05-09 | 2 | -0/+55 |
* | Improve Gitea's web context, decouple "issue template" code into service pack... | wxiaoguang | 2023-05-09 | 3 | -11/+15 |
* | Fix close org projects (#24588) | yp05327 | 2023-05-08 | 1 | -4/+4 |
* | Rewrite queue (#24505) | wxiaoguang | 2023-05-08 | 3 | -180/+64 |
* | Split "modules/context.go" to separate files (#24569) | wxiaoguang | 2023-05-08 | 6 | -8/+8 |
* | Pass 'not' to commit count (#24473) | Matthew Walowski | 2023-05-08 | 3 | -3/+19 |
* | Refresh the refernce of the closed PR when reopening (#24231) | sillyguodong | 2023-05-08 | 1 | -1/+55 |
* | Sort users and orgs on explore by recency by default (#24279) | techknowlogick | 2023-05-06 | 4 | -7/+26 |
* | Require at least one unit to be enabled (#24189) | Lunny Xiao | 2023-05-06 | 2 | -16/+28 |
* | Revert "Prevent a user with a different email from accepting the team invite"... | Lunny Xiao | 2023-05-05 | 1 | -8/+0 |
* | Check length of `LogIndexes` in case it is outdated (#24516) | Jason Song | 2023-05-04 | 1 | -2/+12 |
* | Fix some mistakes when using `ignSignIn` (#24415) | wxiaoguang | 2023-05-04 | 1 | -7/+7 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 2 | -83/+13 |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -12/+15 |
* | Prevent a user with a different email from accepting the team invite (#24491) | Jack Hay | 2023-05-03 | 1 | -0/+8 |
* | Add Debian package registry (#24426) | KN4CK3R | 2023-05-02 | 1 | -6/+28 |
* | Add rerun workflow button and refactor to use SVG octicons (#24350) | yp05327 | 2023-05-01 | 2 | -8/+36 |
* | Move `Rename branch` from repo settings page to the page of branches list (#2... | sillyguodong | 2023-04-30 | 1 | -4/+4 |
* | Improve milestone filter on issues page (#22423) | Lunny Xiao | 2023-04-30 | 1 | -7/+24 |
* | Use globally shared HTMLRender (#24436) | wxiaoguang | 2023-04-30 | 2 | -2/+3 |
* | Add follow organization and fix the logic of following page (#24345) | yp05327 | 2023-04-29 | 2 | -20/+28 |
* | Add ability to specify '--not' from GetAllCommits (#24409) | Matthew Walowski | 2023-04-29 | 2 | -2/+2 |
* | Improve protected branch setting page (#24379) | Hester Gong | 2023-04-29 | 1 | -9/+0 |
* | getting the tag list does not require being signed in (#24413) | Earl Warren | 2023-04-29 | 1 | -1/+1 |
* | Revert "Add Debian package registry" (#24412) | Yarden Shoham | 2023-04-28 | 1 | -28/+6 |
* | Add Debian package registry (#22854) | KN4CK3R | 2023-04-28 | 1 | -6/+28 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 2 | -2/+2 |
* | Move secrets and runners settings to actions settings (#24200) | Hester Gong | 2023-04-27 | 23 | -467/+364 |
* | Refactor "route" related code, fix Safari cookie bug (#24330) | wxiaoguang | 2023-04-27 | 5 | -162/+145 |
* | Require repo scope for PATs for private repos and basic authentication (#24362) | John Olheiser | 2023-04-26 | 2 | -3/+13 |
* | Alert error message if open dependencies are included in the issues that try ... | sillyguodong | 2023-04-26 | 1 | -1/+1 |