aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make optional.Option[T] type serializable (#29282)65432024-02-233-10/+248
* Add support for `linguist-detectable` and `linguist-documentation` (#29267)KN4CK3R2024-02-233-69/+104
* Allow options to disable user deletion from the interface on app.ini (#29275)Lunny Xiao2024-02-231-1/+9
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-233-4/+22
* Add slow SQL query warning (#27545)Earl Warren2024-02-231-20/+22
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-231-0/+15
* Ignore the linux anchor point to avoid linux migrate failure (#29295)Lunny Xiao2024-02-221-1/+3
* Improve the `issue_comment` workflow trigger event (#29277)Zettat1232024-02-222-0/+50
* Discard unread data of `git cat-file` (#29297)KN4CK3R2024-02-2210-80/+66
* Prevent double use of `git cat-file` session. (#29298)KN4CK3R2024-02-211-6/+15
* Refactor markup rendering to accept general "protocol:" prefix (#29276)wxiaoguang2024-02-214-32/+38