aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Add option to set language in admin user view (#28449)65432024-03-021-0/+1
* Fix elipsis button not working if the last commit loading is deferred (#29544)Yarden Shoham2024-03-021-16/+8
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+1
* remove util.OptionalBool and related functions (#29513)65432024-03-0217-92/+87
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-024-20/+20
* Fix a bug returning 404 when display a single tag with no release (#29466)Lunny Xiao2024-03-021-0/+9
* Fix incorrect redirection when creating a PR fails (#29537)wxiaoguang2024-03-021-1/+1
* Actions Artifacts v4 backend (#28965)ChristopherHX2024-03-021-0/+23
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-021-0/+10
* Fix issue & comment history bugs (#29525)wxiaoguang2024-03-011-1/+5
* Use a predictiable fork URL to allow forking repositories without providing a...wxiaoguang2024-03-012-5/+3
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-013-5/+5
* Refactor some Str2html code (#29397)wxiaoguang2024-03-015-13/+20
* Move migration functions to services layer (#29497)Lunny Xiao2024-03-011-2/+1
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-2911-33/+37
* Fix incorrect user location link on profile page (#29474)wxiaoguang2024-02-281-2/+3
* Move generate from module to service (#29465)Lunny Xiao2024-02-281-1/+1
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-282-2/+4
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-272-0/+59
* Allow to change primary email before account activation (#29412)wxiaoguang2024-02-272-5/+30
* Only use supported sort order for "explore/users" page (#29430)wxiaoguang2024-02-272-4/+32
* Not trigger all jobs any more, when re-running the first job (#29439)sillyguodong2024-02-271-3/+8
* Move context from modules to services (#29440)Lunny Xiao2024-02-27150-168/+165
* Refactor "user/active" related logic (#29390)wxiaoguang2024-02-251-59/+66
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-254-1/+37
* Refactor modules/git global variables (#29376)wxiaoguang2024-02-252-2/+2
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-242-2/+4
* Refactor git attributes (#29356)KN4CK3R2024-02-241-5/+2
* Customizable "Open with" applications for repository clone (#29320)wxiaoguang2024-02-243-10/+87
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-17/+4
* Do not double close reader (#29354)KN4CK3R2024-02-241-3/+0
* Implement recent commits graph (#29210)Şahin Akkaya2024-02-242-0/+45
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-243-8/+5
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-247-326/+39
* Implement code frequency graph (#29191)Şahin Akkaya2024-02-232-0/+45
* Allow options to disable user deletion from the interface on app.ini (#29275)Lunny Xiao2024-02-231-0/+6
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-235-7/+10
* Unify organizations header (#29248)Tim-Nicas Oelschläger2024-02-233-33/+1
* Support SAML authentication (#25165)techknowlogick2024-02-237-39/+326
* Remove unnecessary "Str2html" modifier from templates (#29319)wxiaoguang2024-02-221-3/+4
* Fix error display when merging PRs (#29288)Zettat1232024-02-211-4/+4
* Do not use `ctx.Doer` when reset password (#29289)Jason Song2024-02-211-1/+1
* Deduplicate translations for contributors graph (#29256)Şahin Akkaya2024-02-191-1/+1
* Show commit status for releases (#29149)KN4CK3R2024-02-191-87/+87
* Disallow merge when required checked are missing (#29143)Markus Amshove2024-02-191-0/+30
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-182-9/+43
* Refactor more code in templates (#29236)wxiaoguang2024-02-183-23/+5
* Load outdated comments when (un)resolving conversation on PR timeline (#29203)Jimmy Praet2024-02-172-3/+4
* Fix missing template for follow button in organization (#29215)Yarden Shoham2024-02-171-1/+1
* Fix broken following organization (#29005)yp053272024-02-171-2/+12