aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Add user blocking (#29028)KN4CK3R2024-03-0430-92/+724
* Allow options to disable user ssh keys configuration from the interface on ap...Lunny Xiao2024-03-042-0/+27
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-045-52/+87
* Add an trailing slash to dashboard links (#29555)wxiaoguang2024-03-041-0/+17
* Fix 500 when pushing release to an empty repo (#29554)Nanguan Lin2024-03-031-0/+5
* Filter Repositories by type (#29231)Tim-Niclas Oelschläger2024-03-034-0/+90
* Fix incorrect cookie path for AppSubURL (#29534)wxiaoguang2024-03-031-0/+1
* 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-022-2/+3
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-021-10/+29
* remove util.OptionalBool and related functions (#29513)65432024-03-0231-143/+145
* 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-027-23/+1751
* Allow options to disable user gpg keys configuration from the interface on ap...Lunny Xiao2024-03-022-0/+21
* 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
* Add admin API route for managing user's badges (#23106)techknowlogick2024-03-013-0/+133
* 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-2913-48/+53
* Fix wrong test usage of `AppSubURL` (#29459)KN4CK3R2024-02-291-9/+9
* Fix incorrect user location link on profile page (#29474)wxiaoguang2024-02-281-2/+3
* Move generate from module to service (#29465)Lunny Xiao2024-02-282-2/+2
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-282-2/+4
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-272-0/+59
* Fix missed return (#29450)Lunny Xiao2024-02-271-0/+1
* 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-27297-328/+323
* Fix logic error from #28138 (#29417)yp053272024-02-261-1/+1
* Add API to get PR by base/head (#29242)qwerty2872024-02-262-0/+86
* Refactor "user/active" related logic (#29390)wxiaoguang2024-02-251-59/+66
* Integrate alpine `noarch` packages into other architectures index (#29137)KN4CK3R2024-02-251-7/+26
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-252-4/+2
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-255-1/+38
* Refactor modules/git global variables (#29376)wxiaoguang2024-02-256-6/+6
* 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
* Add API to get merged PR of a commit (#29243)qwerty2872024-02-242-0/+52
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-245-10/+7
* Revert "Support SAML authentication (#25165)" (#29358)65432024-02-248-328/+39