summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Add missing two sync feed for refs/pull (#32815) (#32822)v1.22.6Lunny Xiao2024-12-131-0/+12
* Fix delete branch perm checking (#32654) (#32707)Giteabot2024-12-041-6/+23
* Don't create action when syncing mirror pull refs (#32659) (#32664)Giteabot2024-11-291-0/+6
* Fix get reviewers' bug (#32415) (#32616)Lunny Xiao2024-11-235-56/+168
* Fix debian package clean up (#32351) (#32590)wxiaoguang2024-11-211-4/+5
* allow the actions user to login via the jwt token (#32527) (#32580)Rowan Bohde2024-11-213-3/+86
* Remove unnecessary code (#32560) (#32567)Giteabot2024-11-201-7/+0
* Refactor find forks and fix possible bugs that weak permissions check (#32528...Lunny Xiao2024-11-191-0/+24
* Refactor push mirror find and add check for updating push mirror (#32539) (#3...Lunny Xiao2024-11-183-12/+11
* Fix basic auth with webauthn (#32531) (#32536)Giteabot2024-11-161-0/+10
* Remove transaction for archive download (#32186) (#32520)Giteabot2024-11-152-26/+19
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+1
* Add a doctor check to disable the "Actions" unit for mirrors (#32424) (#32497)Giteabot2024-11-131-0/+70
* Disable Oauth check if oauth disabled (#32368) (#32480)wxiaoguang2024-11-121-0/+3
* Fix broken releases when re-pushing tags (#32435) (#32449)Giteabot2024-11-101-7/+12
* Only provide the commit summary for Discord webhook push events (#32432) (#32...Giteabot2024-11-083-3/+17
* Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE...Zettat1232024-11-012-4/+4
* Add warn log when deleting inactive users (#32318) (#32321)Lunny Xiao2024-10-231-0/+1
* Update scheduled tasks even if changes are pushed by "ActionsUser" (#32246) (...Zettat1232024-10-141-1/+9
* Only rename a user when they should receive a different name (#32247) (#32249)Giteabot2024-10-131-4/+4
* Fix bug when a token is given public only (#32204) (#32218)Lunny Xiao2024-10-091-3/+4
* Fix javascript error when an anonymous user visiting migration page (#32144) ...Lunny Xiao2024-10-041-1/+4
* Don't init singing keys if oauth2 provider disabled (#32177)Lunny Xiao2024-10-031-2/+6
* Fix the logic of finding the latest pull review commit ID (#32139) (#32165)Giteabot2024-10-012-2/+8
* Fix bug when deleting a migrated branch (#32075) (#32123)Giteabot2024-09-241-6/+7
* Truncate commit message during Discord webhook push events (#31970) (#32121)Giteabot2024-09-243-3/+32
* Fix: database not update release when using `git push --tags --force` (#32040...Giteabot2024-09-191-8/+10
* Refactor CSRF protector (#32057) (#32069)wxiaoguang2024-09-182-137/+61
* Add missing comment reply handling (#32050) (#32065)Giteabot2024-09-181-27/+29
* Handle invalid target when creating releases using API (#31841) (#32043)Giteabot2024-09-171-1/+1
* Do not escape relative path in RPM primary index (#32038) (#32054)Giteabot2024-09-171-2/+1
* Fix `/repos/{owner}/{repo}/pulls/{index}/files` endpoint not populating `prev...Giteabot2024-09-121-12/+11
* Support allowed hosts for migrations to work with proxy (#32025) (#32026)Giteabot2024-09-113-6/+2
* Fix nuget/conan/container packages upload bugs (#31967) (#31982)Giteabot2024-09-052-10/+47
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880...Giteabot2024-09-011-0/+3
* Fix agit automerge (#31207) (#31881)Giteabot2024-08-201-3/+15
* Fix actions notify bug (#31866) (#31875)Giteabot2024-08-202-11/+16
* Fixes for unreachable project issues when transfer repository from organizati...Giteabot2024-08-141-0/+17
* Fix protected branch files detection on pre_receive hook (#31778) (#31796)Giteabot2024-08-081-5/+5
* Distinguish LFS object errors to ignore missing objects during migration (#31...Giteabot2024-07-311-0/+1
* Add permission check when creating PR (#31033) (#31720)yp053272024-07-291-0/+24
* Fix a branch divergence cache bug (#31659) (#31661)Giteabot2024-07-192-2/+25
* Fix: Allow org team names of length 255 in create team form (#31564) (#31603)Giteabot2024-07-101-1/+1
* Use old behavior for telegram webhook (#31588)wxiaoguang2024-07-092-18/+29
* Fix slow patch checking with commits that add or remove many files (#31548) (...Giteabot2024-07-051-8/+21
* [Fix] Account Linking UpdateMigrationsByType (#31428) (#31434)Giteabot2024-06-201-0/+6
* Fix #31185 try fix lfs download from bitbucket failed (#31201) (#31329)Giteabot2024-06-121-1/+1
* Fix push multiple branches error with tests (#31151) (#31153)Giteabot2024-05-301-1/+1
* Fix API repository object format missed (#31118) (#31132)Giteabot2024-05-281-0/+1
* Make gitea webhooks openproject compatible (#28435) (#31081)Giteabot2024-05-263-23/+44