aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove util.OptionalBool and related functions (#29513)65432024-03-0271-355/+308
* Rename Action.GetDisplayName to GetActDisplayName (#29540)wxiaoguang2024-03-022-5/+5
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-027-30/+35
* Fix a bug returning 404 when display a single tag with no release (#29466)Lunny Xiao2024-03-025-8/+23
* Add a check for when the command is canceled by the program on Window… (#29...charles2024-03-021-0/+12
* Fix incorrect redirection when creating a PR fails (#29537)wxiaoguang2024-03-025-24/+6
* Fix incorrect subpath in links (#29535)wxiaoguang2024-03-024-4/+4
* Fix issue link does not support quotes (#29484) (#29487)charles2024-03-022-2/+6
* Remove jQuery AJAX from the repo tag edit form (#29526)Yarden Shoham2024-03-021-29/+30
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-0211-23/+2028
* Remove jQuery AJAX from common global functions (#29528)Yarden Shoham2024-03-021-14/+12
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-027-4/+31
* [skip ci] Updated translations via CrowdinGiteaBot2024-03-021-0/+2
* Fix issue & comment history bugs (#29525)wxiaoguang2024-03-013-7/+26
* Fix incorrect diff expander for deletion of last lines in a file (#29501)silverwind2024-03-011-1/+1
* Ignore `__debug_bin*` which is generated by vscode when debugging (#29524)sillyguodong2024-03-011-1/+1
* Set pre-step status to `skipped` if job is skipped (#29489)sillyguodong2024-03-011-0/+3
* Use a predictiable fork URL to allow forking repositories without providing a...wxiaoguang2024-03-015-30/+8
* Adding back missing options to app.example.ini (#29511)Origami4042024-03-011-0/+6
* Refactor the "attachments" sub-template data key to RenderedContent (#29517)wxiaoguang2024-03-015-7/+7
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-0114-43/+48
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-019-2/+523
* Refactor some Str2html code (#29397)wxiaoguang2024-03-0132-61/+91
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-015-248/+267
* Don’t comment when locking (#29508)techknowlogick2024-03-011-4/+0
* [skip ci] Updated translations via CrowdinGiteaBot2024-03-012-1/+39
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-2923-174/+183
* Update FAQ about git hook problems (#29495)Jason Song2024-02-292-4/+8
* Lighten text colors on dark theme for increased contrast (#29481)silverwind2024-02-292-16/+16
* Fix wrong test usage of `AppSubURL` (#29459)KN4CK3R2024-02-292-31/+26
* Improve contrast on blame timestamp, fix double border (#29482)silverwind2024-02-291-1/+5
* Fix/Improve `processWindowErrorEvent` (#29407)silverwind2024-02-281-21/+36
* Apply compact padding to small buttons with svg icons (#29471)silverwind2024-02-282-1/+8
* Fix counter display number incorrectly displayed on the page (#29448)charles2024-02-281-0/+2
* Fix incorrect user location link on profile page (#29474)wxiaoguang2024-02-281-2/+3
* Fix workflow trigger event bugs (#29467)Zettat1232024-02-282-1/+10
* Fix URL calculation in clone input box (#29470)silverwind2024-02-282-9/+18
* Remove jQuery from the "find file" page (#29456)Yarden Shoham2024-02-281-31/+29
* Move generate from module to service (#29465)Lunny Xiao2024-02-288-82/+97
* The job should always run when `if` is `always()` (#29464)Zettat1232024-02-282-1/+76
* Recolor dark theme to blue shade (#29283)silverwind2024-02-281-95/+95
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-285-19/+22
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-276-0/+242
* Fix missed return (#29450)Lunny Xiao2024-02-271-0/+1
* Use tailwind instead of `gt-[wh]-` helper classes (#29423)Lunny Xiao2024-02-277-16/+10
* Lock issues and pulls faster (#29436)65432024-02-271-1/+6
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-277-43/+91
* Update docs about `DEFAULT_ACTIONS_URL` (#29442)Jason Song2024-02-272-16/+15
* Only use supported sort order for "explore/users" page (#29430)wxiaoguang2024-02-275-6/+79
* Not trigger all jobs any more, when re-running the first job (#29439)sillyguodong2024-02-271-3/+8