aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Always write proc-receive hook for all git versions (#29287)wxiaoguang2024-02-211-7/+5
* Remove DataRaceCheck (#29258)wxiaoguang2024-02-191-14/+0
* Use general token signing secret (#29205)wxiaoguang2024-02-185-20/+76
* Improve TrHTML and add more tests (#29228)wxiaoguang2024-02-182-3/+71
* Implement some action notifier functions (#29173)yp053272024-02-182-4/+8
* Refactor more code in templates (#29236)wxiaoguang2024-02-183-1/+23
* Refactor JWT secret generating & decoding code (#29172)wxiaoguang2024-02-166-43/+53
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-1420-133/+203
* bump to use go 1.22 (#29119)techknowlogick2024-02-142-8/+8
* Refactor git version functions and check compatibility (#29155)wxiaoguang2024-02-142-30/+70
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-123-3/+10
* Add alert blocks in markdown (#29121)Yarden Shoham2024-02-103-24/+65
* Disallow duplicate storage paths (#26484)Lunny Xiao2024-02-097-20/+42
* Refactor parseSignatureFromCommitLine (#29054)wxiaoguang2024-02-098-149/+104
* Remove unnecessary parameter (#29092)Lunny Xiao2024-02-082-9/+3
* Improve user experience for outdated comments (#29050)wxiaoguang2024-02-081-2/+13