aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)Nabapadma-sarker2023-09-241-0/+1
* Quote table `release` in sql queries (#27205)KN4CK3R2023-09-231-1/+1
* Fix push mirror, wrong timestamp format (#27153)Daniel Kilimnik2023-09-231-8/+12
* Remove some dead code (#27196)wxiaoguang2023-09-222-4/+0
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+6
* Fix review request number and add more tests (#27104)Nanguan Lin2023-09-211-6/+21
* Refactor lfs requests (#26783)Chongyi Zheng2023-09-186-135/+124
* Support `.git-blame-ignore-revs` file (#26395)KN4CK3R2023-09-1614-30/+184
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-162-0/+14
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-165-11/+12
* Add tests for db indexer in indexer_test.go (#27087)Nanguan Lin2023-09-161-131/+324
* Actions are no longer experimental, so enable them by default (#27054)Lunny Xiao2023-09-151-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-156-16/+21
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-145-10/+13
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-141-1/+82
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-141-15/+15
* fix media description render for orgmode (#26895)Earl Warren2023-09-132-9/+34
* Update status and code index after changing the default branch (#27018)Nanguan Lin2023-09-131-1/+8
* Fix object storage path handling (#27024)wxiaoguang2023-09-132-14/+48
* S3: log human readable error on connection failure (#26856)Earl Warren2023-09-122-0/+55
* Fix context cache bug & enable context cache for dashabord commits' authors (...Lunny Xiao2023-09-112-45/+21
* Use secure cookie for HTTPS sites (#26999)wxiaoguang2023-09-111-1/+1
* Fix INI parsing for value with trailing slash (#26995)wxiaoguang2023-09-102-2/+20
* Clarify the git command Stdin hanging problem (#26967)wxiaoguang2023-09-082-17/+12
* Expanding documentation in queue.go (#26889)zareck2023-09-081-13/+48
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-086-2/+12
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-075-95/+20
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-0/+2
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-068-454/+23
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Fix the display of org level badges (#26504)yp053272023-09-062-0/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-053-636/+0
* Move feed notification service layer (#26908)Lunny Xiao2023-09-053-511/+0
* Move ui notification to service layer (#26907)Lunny Xiao2023-09-052-257/+0
* Move indexer notification to service layer (#26906)Lunny Xiao2023-09-052-125/+0
* Move mail notification logic to service layer (#26905)Lunny Xiao2023-09-052-207/+0
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-032-19/+2
* Refactor `og:description` to limit the max length (#26876)wxiaoguang2023-09-031-0/+5
* restrict certificate type for builtin SSH server (#26789)Earl Warren2023-09-011-0/+6
* Avoid double-unescaping of form value (#26853)wxiaoguang2023-09-012-22/+4
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-5/+4
* Render code blocks in repo description (#26830)silverwind2023-08-311-3/+2
* Check blocklist for emails when adding them to account (#26812)techknowlogick2023-08-301-0/+25
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-302-17/+12
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-1/+1
* Remove redundant nil check in `WalkGitLog` (#26773)Eng Zer Jun2023-08-291-17/+15
* Add fix incorrect can_create_org_repo for org owner team (#26683)yp053272023-08-291-0/+61
* Reduce some allocations in type conversion (#26772)Chongyi Zheng2023-08-291-1/+1
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-281-14/+2
* Fix bug for ctx usage (#26762)Lunny Xiao2023-08-281-4/+4