aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246)Zettat1232024-10-131-1/+9
* Support migrating GitHub/GitLab PR draft status (#32242)Zettat1232024-10-133-1/+8
* Only rename a user when they should receive a different name (#32247)Lunny Xiao2024-10-131-4/+4
* Make git push options accept short name (#32245)wxiaoguang2024-10-121-13/+12
* Allow maintainers to view and edit files of private repos when "Allow maintai...Zettat1232024-10-112-1/+12
* Improve the maintainblity of the reserved username list (#32229)wxiaoguang2024-10-101-5/+3
* Refactor CSRF token (#32216)wxiaoguang2024-10-102-5/+3
* Fix bug when a token is given public only (#32204)Lunny Xiao2024-10-081-3/+4
* Fix javascript error when an anonymous user visiting migration page (#32144)Lunny Xiao2024-10-021-1/+4
* Make oauth2 code clear. Move oauth2 provider code to their own packages/files...Lunny Xiao2024-10-026-23/+245
* Support repo license (#24872)yp053272024-10-0113-0/+357
* Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-012-2/+8
* Fix bug when deleting a migrated branch (#32075)Lunny Xiao2024-09-241-6/+7
* Truncate commit message during Discord webhook push events (#31970)Kemal Zebari2024-09-243-3/+32
* Fix: database not update release when using `git push --tags --force` (#32040)Exploding Dragon2024-09-181-8/+10
* Refactor CSRF protector (#32057)wxiaoguang2024-09-182-137/+61
* Add missing comment reply handling (#32050)KN4CK3R2024-09-171-27/+29
* Do not escape relative path in RPM primary index (#32038)KN4CK3R2024-09-161-2/+1
* Handle invalid target when creating releases using API (#31841)Kemal Zebari2024-09-121-1/+1
* Fix `/repos/{owner}/{repo}/pulls/{index}/files` endpoint not populating `prev...charles-plutohealth2024-09-121-12/+11
* Support allowed hosts for migrations to work with proxy (#32025)Jason Song2024-09-113-6/+2
* Support migration from AWS CodeCommit (#31981)Zettat1232024-09-113-0/+274
* bump to go 1.23 (#31855)techknowlogick2024-09-102-2/+3
* Save initial signup information for users to aid in spam prevention (#31852)techknowlogick2024-09-098-9/+9
* Remove SHA1 for support for ssh rsa signing (#31857)Wim2024-09-071-2/+2
* Use global lock instead of NewExclusivePool to allow distributed lock between...Lunny Xiao2024-09-066-36/+81
* Fix nuget/conan/container packages upload bugs (#31967)Lunny Xiao2024-09-052-10/+47
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880)yp053272024-09-021-0/+3
* Handle "close" actionable references for manual merges (#31879)Zettat1232024-08-261-1/+6
* Fix agit automerge (#31207)Lunny Xiao2024-08-201-3/+15
* Fix actions notify bug (#31866)Lunny Xiao2024-08-192-11/+16
* Fixes for unreachable project issues when transfer repository from organizati...Edip Emre Bodur2024-08-131-0/+17
* Move repository visibility to danger zone in the settings area (#31126)Fábio Barkoski2024-08-111-0/+25
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-091-0/+79
* Fix RPM resource leak (#31794)KN4CK3R2024-08-082-32/+39
* Fix protected branch files detection on pre_receive hook (#31778)Lunny Xiao2024-08-061-5/+5
* Add signature support for the RPM module (#27069)Exploding Dragon2024-08-061-3/+35
* Fix null requested_reviewer from API (#31773)Edip Emre Bodur2024-08-051-0/+15
* Clear up old Actions logs (#31735)Jason Song2024-08-022-10/+59
* Distinguish LFS object errors to ignore missing objects during migration (#31...Jason Song2024-07-311-0/+1
* Move `registerActionsCleanup` to `initActionsTasks` (#31721)Jason Song2024-07-303-20/+12
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+24
* Support `pull_request_target` event for commit status (#31703)Zettat1232024-07-261-1/+6
* add skip secondary authorization option for public oauth2 clients (#31454)Denys Konovalov2024-07-192-10/+12
* Fix a branch divergence cache bug (#31659)Zettat1232024-07-192-2/+25
* allow synchronizing user status from OAuth2 login providers (#31572)Rowan Bohde2024-07-166-4/+294
* Add option to change mail from user display name (#31528)65432024-07-144-3/+67
* Display app name in the registration email title (#31562)Sunny Wan2024-07-111-1/+1
* Refactor webhook (#31587)wxiaoguang2024-07-1015-178/+162
* Fix: Allow org team names of length 255 in create team form (#31564)Tobias Balle-Petersen2024-07-101-1/+1