aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update js and py dependencies, bump python (#29561)silverwind2024-03-036-513/+597
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-0315-77/+200
* Breaking summary for template refactoring (#29395)wxiaoguang2024-03-034-31/+31
* [skip ci] Updated translations via CrowdinGiteaBot2024-03-031-0/+6
* Fix incorrect cookie path for AppSubURL (#29534)wxiaoguang2024-03-032-2/+6
* gitea.service: Remove syslog.target (#29550)Martin2024-03-021-1/+0
* Add option to set language in admin user view (#28449)65432024-03-024-0/+25
* Fix elipsis button not working if the last commit loading is deferred (#29544)Yarden Shoham2024-03-024-68/+12
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-024-6/+17
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-024-32/+87
* 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-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