| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inconsistent rendering of block mathematical expressions (#29677) | yp05327 | 2024-03-11 | 1 | -1/+2 |
* | Use repo object format name instead of detecting from git repository (#29702) | Lunny Xiao | 2024-03-10 | 1 | -8/+4 |
* | fix: rendering internal file links in org (#29669) | Ankit R Gadiya | 2024-03-10 | 2 | -4/+38 |
* | Update allowed attachment types (#29688) | silverwind | 2024-03-09 | 1 | -2/+2 |
* | Patch in exact search for meilisearch (#29671) | 6543 | 2024-03-09 | 11 | -27/+178 |
* | Don't use `<br />` in alert block (#29650) | Yarden Shoham | 2024-03-08 | 1 | -8/+5 |
* | Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFile... | yp05327 | 2024-03-08 | 1 | -2/+4 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 2 | -9/+19 |
* | Avoid unexpected panic in graceful manager (#29629) | wxiaoguang | 2024-03-06 | 2 | -2/+18 |
* | Fix wrong line number in code search result (#29260) | yp05327 | 2024-03-06 | 1 | -19/+31 |
* | Make wiki default branch name changable (#29603) | wxiaoguang | 2024-03-06 | 2 | -4/+4 |
* | Improve natural sort (#29611) | wxiaoguang | 2024-03-05 | 2 | -78/+12 |
* | Remove unnecessary SanitizeHTML from code (#29575) | wxiaoguang | 2024-03-04 | 2 | -9/+2 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 2 | -1/+9 |
* | Allow options to disable user ssh keys configuration from the interface on ap... | Lunny Xiao | 2024-03-04 | 1 | -0/+1 |
* | Enable/disable owner and repo projects independently (#28805) | Denys Konovalov | 2024-03-04 | 2 | -0/+9 |
* | Add an trailing slash to dashboard links (#29555) | wxiaoguang | 2024-03-04 | 2 | -2/+4 |
* | Extend issue template yaml engine (#29274) | 6543 | 2024-03-04 | 4 | -29/+192 |
* | Breaking summary for template refactoring (#29395) | wxiaoguang | 2024-03-03 | 1 | -14/+14 |
* | Fix incorrect cookie path for AppSubURL (#29534) | wxiaoguang | 2024-03-03 | 1 | -2/+5 |
* | Fix queue worker incorrectly stopped when there are still more items in the q... | wxiaoguang | 2024-03-02 | 3 | -9/+42 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 8 | -77/+27 |
* | Add a check for when the command is canceled by the program on Window… (#29... | charles | 2024-03-02 | 1 | -0/+12 |
* | Fix issue link does not support quotes (#29484) (#29487) | charles | 2024-03-02 | 2 | -2/+6 |
* | Allow options to disable user gpg keys configuration from the interface on ap... | Lunny Xiao | 2024-03-02 | 1 | -1/+2 |
* | Set pre-step status to `skipped` if job is skipped (#29489) | sillyguodong | 2024-03-01 | 1 | -0/+3 |
* | Rename Str2html to SanitizeHTML and clarify its behavior (#29516) | wxiaoguang | 2024-03-01 | 2 | -12/+17 |
* | Add admin API route for managing user's badges (#23106) | techknowlogick | 2024-03-01 | 1 | -0/+31 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 5 | -21/+39 |
* | Move migration functions to services layer (#29497) | Lunny Xiao | 2024-03-01 | 1 | -243/+0 |
* | migrate some more "OptionalBool" to "Option[bool]" (#29479) | 6543 | 2024-02-29 | 4 | -16/+28 |
* | Fix wrong test usage of `AppSubURL` (#29459) | KN4CK3R | 2024-02-29 | 1 | -22/+17 |
* | Fix workflow trigger event bugs (#29467) | Zettat123 | 2024-02-28 | 1 | -0/+3 |
* | Move generate from module to service (#29465) | Lunny Xiao | 2024-02-28 | 3 | -522/+0 |
* | Implement actions badge svgs (#28102) | Nanguan Lin | 2024-02-27 | 1 | -0/+104 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 27 | -4453/+0 |
* | Fix mail template error (#29410) | wxiaoguang | 2024-02-26 | 1 | -2/+8 |
* | Fix htmx rendering the login page in frame on session logout (#29405) | Yarden Shoham | 2024-02-26 | 1 | -0/+8 |
* | Integrate alpine `noarch` packages into other architectures index (#29137) | KN4CK3R | 2024-02-25 | 1 | -0/+2 |
* | Remove incorrect and unnecessary Escape from templates (#29394) | wxiaoguang | 2024-02-25 | 1 | -2/+2 |
* | Use `crypto/sha256` (#29386) | KN4CK3R | 2024-02-25 | 10 | -17/+10 |
* | Add `io.Closer` guidelines (#29387) | KN4CK3R | 2024-02-25 | 6 | -9/+12 |
* | Refactor Safe modifier (#29392) | wxiaoguang | 2024-02-25 | 2 | -3/+27 |
* | Refactor modules/git global variables (#29376) | wxiaoguang | 2024-02-25 | 2 | -19/+21 |
* | Remove RenderEmojiPlain from template helper (#29375) | wxiaoguang | 2024-02-24 | 1 | -12/+0 |
* | Refactor git attributes (#29356) | KN4CK3R | 2024-02-24 | 6 | -60/+80 |
* | Customizable "Open with" applications for repository clone (#29320) | wxiaoguang | 2024-02-24 | 3 | -14/+71 |
* | Allow non-admin users to delete review requests (#29057) | Zettat123 | 2024-02-24 | 1 | -7/+7 |
* | Do not double close reader (#29354) | KN4CK3R | 2024-02-24 | 1 | -1/+11 |
* | Use the database object format name but not read from git repoisitory everyti... | Lunny Xiao | 2024-02-24 | 2 | -19/+10 |