aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix project column title overflow (#31011)wxiaoguang2024-05-201-4/+5
* Improve reverse proxy documents and clarify the AppURL guessing behavior (#31...wxiaoguang2024-05-192-17/+26
* Simplify mirror repository API logic (#30963)wxiaoguang2024-05-171-1/+1
* Supports forced use of S3 virtual-hosted style (#30969)dicarne2024-05-152-4/+18
* Always load or generate oauth2 jwt secret (#30942)wxiaoguang2024-05-142-12/+33
* Support using label names when changing issue labels (#30943)Zettat1232024-05-131-2/+3
* Refactor AppURL usage (#30885)wxiaoguang2024-05-073-9/+112
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-072-0/+10
* Make "sync branch" also sync object format and add tests (#30878)wxiaoguang2024-05-063-27/+41
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-0613-125/+94
* Fix markdown URL parsing for commit ID (#30812)wxiaoguang2024-05-044-74/+115
* Improve grep search (#30843)wxiaoguang2024-05-034-7/+59
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-1/+1
* Remove external API calls in `TestPassword` (#30716)silverwind2024-05-021-76/+23
* Skip gzip for some well-known compressed file types (#30796)wxiaoguang2024-05-021-0/+8
* Fix markdown rendering when mentioning users (#30795)wxiaoguang2024-05-024-10/+14
* Fix bleve fuzziness (#30799)wxiaoguang2024-05-013-9/+15
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-011-0/+34
* Fix tautological conditions (#30735)silverwind2024-04-301-6/+0
* Fix issue label rendering in the issue popup (#30763)wxiaoguang2024-04-301-22/+17
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-2918-62/+45
* Add support for npm bundleDependencies (#30751)Micash2024-04-292-0/+3
* Replace deprecated `math/rand` functions (#30733)v1.23.0-devChongyi Zheng2024-04-271-11/+5
* Add some tests to clarify the "must-change-password" behavior (#30693)wxiaoguang2024-04-271-1/+3
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-273-6/+6
* Fix incorrect object id hash function (#30708)wxiaoguang2024-04-263-15/+8
* Deduplicate lfs common code (#30704)wxiaoguang2024-04-263-48/+42
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-253-11/+52
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-245-12/+17
* Perform Newest sort type correctly when sorting issues (#30644)Kemal Zebari2024-04-231-2/+2
* Fix queue test (#30646)wxiaoguang2024-04-223-19/+34
* Enable more `revive` linter rules (#30608)silverwind2024-04-2217-51/+37
* Use maintained gziphandler (#30592)Lunny Xiao2024-04-211-7/+13
* Fix commit file status parser (#30602)wxiaoguang2024-04-191-1/+1
* Avoid importing `modules/web/middleware` in `modules/session` (#30584)Jason Song2024-04-192-10/+18
* Mock queue backoff duration (#30553)wxiaoguang2024-04-182-1/+10
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-0/+12
* Support nuspec manifest download for nuget packages (#28921)Michael Kriese2024-04-171-9/+12
* Update API to return 'source_id' for users (#29718)Tobias Balle-Petersen2024-04-161-0/+2
* Allow `preferred_username` as username source for OIDC (#30454)SimonErm2024-04-161-1/+3
* feat(api): implement branch/commit comparison API (#30349)Bo-Yi Wu2024-04-161-0/+10
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375)Jonathan Tran2024-04-142-5/+34
* Add `interface{}` to `any` replacement to `make fmt`, exclude `*.pb.go` (#30461)silverwind2024-04-131-1/+1
* Avoid losing token when updating mirror settings (#30429)Jason Song2024-04-131-17/+21
* Fix label rendering (#30456)wxiaoguang2024-04-132-12/+35
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-136-157/+160
* Limit the max line length when parsing git grep output (#30418)wxiaoguang2024-04-122-4/+26
* Use raw Wiki links for non-renderable Wiki files (#30273)Rafael2024-04-104-16/+55
* Add container.FilterSlice function (#30339)oliverpool2024-04-092-0/+49
* Performance optimization for git push (#30104)Lunny Xiao2024-04-091-10/+15