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