aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix issue sidebar (#32455)wxiaoguang2024-11-094-31/+13
* Refactor language menu and dom utils (#32450)wxiaoguang2024-11-0810-62/+70
* Fix broken releases when re-pushing tags (#32435)Zettat1232024-11-082-7/+59
* Refactor issue page info (#32445)wxiaoguang2024-11-088-27/+36
* Split issue sidebar into small templates (#32444)wxiaoguang2024-11-0815-676/+675
* Only provide the commit summary for Discord webhook push events (#32432)Kemal Zebari2024-11-073-3/+17
* Add new event commit status creation and webhook implementation (#27151)Lunny Xiao2024-11-0710-22/+90
* Support quote selected comments to reply (#32431)wxiaoguang2024-11-0716-70/+255
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-0719-499/+231
* Add new index for action to resolve the performance problem (#32333)Lunny Xiao2024-11-063-1/+57
* Include file extension checks in attachment API (#32151)Kemal Zebari2024-11-069-17/+148
* Updated tokenizer to better matching when search for code snippets (#32261)Bruno Sofiato2024-11-0617-12/+83
* Correctly query the primary button in a form (#32438)wxiaoguang2024-11-074-10/+34
* Use 8 as default value for git lfs concurrency (#32421)wxiaoguang2024-11-055-6/+9
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-0523-165/+147
* Only query team tables if repository is under org when getting assignees (#32...Lunny Xiao2024-11-051-14/+16
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-057-109/+100