aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Supplement and Improvement for #32558 (#32585)Kerwin Bryant2024-11-212-2/+4
* make search box in issue sidebar dropdown list always show when scrolling (#3...a10121127962024-11-216-72/+88
* Fix submodule parsing (#32571)Lunny Xiao2024-11-2020-360/+492
* allow the actions user to login via the jwt token (#32527)Rowan Bohde2024-11-204-3/+105
* Support HTTP POST requests to `/userinfo`, aligning to OpenID Core specificat...Marcell Mars2024-11-201-1/+1
* Remove duplicate empty repo check in delete branch API (#32569)Kemal Zebari2024-11-201-5/+0
* Optimize installation-page experience (#32558)Kerwin Bryant2024-11-202-1/+2
* Remove unnecessary code (#32560)Lunny Xiao2024-11-191-7/+0
* Fix a compilation error in the Gitpod environment (#32559)Kerwin Bryant2024-11-191-1/+0
* Use user.FullName in Oauth2 id_token response (#32542)Baltazár Radics2024-11-183-22/+3
* Fix some places which doesn't repsect org full name setting (#32243)Lunny Xiao2024-11-183-3/+3
* Refactor push mirror find and add check for updating push mirror (#32539)Lunny Xiao2024-11-188-108/+142
* Refactor markup render system (#32533)wxiaoguang2024-11-1842-507/+567
* Refactor find forks and fix possible bugs that weak permissions check (#32528)Lunny Xiao2024-11-188-41/+202
* Use better name for userinfo structure (#32544)Lunny Xiao2024-11-181-11/+11
* Fix basic auth with webauthn (#32531)Lunny Xiao2024-11-162-0/+63
* Fix and refactor markdown rendering (#32522)wxiaoguang2024-11-1627-278/+289
* Fix large image overflow in comment page (#31740)charles2024-11-152-1/+2
* Improve testing and try to fix MySQL hanging (#32515)wxiaoguang2024-11-1515-242/+197
* Fix `recentupdate` sorting bugs (#32505)Zettat1232024-11-152-0/+2
* Remove transaction for archive download (#32186)Lunny Xiao2024-11-152-26/+19
* Fix oauth2 error handle not return immediately (#32514)Lunny Xiao2024-11-151-0/+2
* Fix incorrect project page CSS class (#32510)wxiaoguang2024-11-151-1/+1
* Add avif image file support (#32508)wxiaoguang2024-11-157-25/+81
* Reduce integration test overhead (#32475)Rowan Bohde2024-11-14102-456/+95
* Remove jQuery import from some files (#32512)wxiaoguang2024-11-1511-24/+27
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-148-0/+18
* Reimplement GetUserOrgsList to make it simple and clear (#32486)Lunny Xiao2024-11-146-172/+205
* Refactor render system (#32492)wxiaoguang2024-11-1432-257/+237
* Fix nil panic if repo doesn't exist (#32501)wxiaoguang2024-11-141-0/+6
* Bump CI,Flake and Snap to Node 22 (#32487)silverwind2024-11-138-16/+16
* Perf: add extra index to notification table (#32395)BoYanZh2024-11-133-9/+127
* Fix LFS route mock, realm, middleware names (#32488)wxiaoguang2024-11-1311-93/+102
* Disable Oauth check if oauth disabled (#32368)Lunny Xiao2024-11-122-33/+44
* Update JS and PY dependencies (#32482)silverwind2024-11-124-1098/+688
* Update `github.com/meilisearch/meilisearch-go` (#32484)silverwind2024-11-122-7/+6
* Fix test fixtures for user2/lfs.git (#32477)wxiaoguang2024-11-127-25/+14
* Limit org member view of restricted users (#32211)65432024-11-124-3/+108
* cargo registry - respect renamed dependencies (#32430)Albin Hedman2024-11-122-17/+52
* Refactor LFS SSH and internal routers (#32473)wxiaoguang2024-11-1217-264/+376
* Fix a number of typescript issues (#32459)silverwind2024-11-1114-113/+109
* Harden runner updateTask and updateLog api (#32462)ChristopherHX2024-11-112-2/+10
* Move some functions from issue.go to standalone files (#32468)Lunny Xiao2024-11-118-3146/+3298
* Calculate `PublicOnly` for org membership only once (#32234)65432024-11-117-53/+72
* Add `DEFAULT_MIRROR_REPO_UNITS` and `DEFAULT_TEMPLATE_REPO_UNITS` options (#3...Zettat1232024-11-114-1/+58
* Add a doctor check to disable the "Actions" unit for mirrors (#32424)Zettat1232024-11-101-0/+70
* Refactor sidebar assignee&milestone&project selectors (#32465)wxiaoguang2024-11-1123-829/+504
* Refactor sidebar label selector (#32460)wxiaoguang2024-11-1022-232/+275
* Fix mermaid diagram height when initially hidden (#32457)silverwind2024-11-091-1/+12
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-0926-268/+500