summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix automerge will not work because of some events haven't been triggered (#3...Giteabot2024-05-223-39/+117
* Refactor sha1 and time-limited code (#31023) (#31030)Giteabot2024-05-211-2/+1
* Return `access_denied` error when an OAuth2 request is denied (#30974) (#31029)Giteabot2024-05-201-0/+1
* Fix bug on avatar (#31008) (#31019)Giteabot2024-05-201-10/+20
* Fix "force private" logic (#31012) (#31021)Giteabot2024-05-203-3/+3
* Check if the release is converted from the tag when updating the release (#30...Giteabot2024-05-151-2/+8
* Check if reverse proxy is correctly configured (#30890) (#30935)Giteabot2024-05-102-2/+3
* Fix incorrect default branch when adopt a repository (#30912) (#30928)yp053272024-05-101-23/+18
* Update issue indexer after merging a PR (#30715) (#30903)Giteabot2024-05-091-0/+16
* Fix misspelling of mergable (#30896) (#30905)Giteabot2024-05-082-6/+6
* Fix various problems around projects board view (#30696) (#30902)Giteabot2024-05-081-1/+1
* Move database operations of merging a pull request to post receive hook and a...Giteabot2024-05-083-18/+25
* Refactor AppURL usage (#30885) (#30891)wxiaoguang2024-05-082-2/+2
* Make sure git version&feature are always prepared (#30877) (#30879)wxiaoguang2024-05-074-4/+4
* Make "sync branch" also sync object format and add tests (#30878) (#30880)Giteabot2024-05-071-0/+4
* Ignore useless error message "broken pipe" (#30801) (#30842)Giteabot2024-05-032-4/+3
* Fix incorrect message id for release email (#30825) (#30833)Giteabot2024-05-033-8/+20
* Prevent allow/reject reviews on merged/closed PRs (#30686)Kemal Zebari2024-04-271-0/+8
* Remove unused parameter for some functions in `services/mirror` (#30724)Chongyi Zheng2024-04-272-5/+5
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-278-23/+23
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-261-0/+28
* Improve oauth2 client "preferred username field" logic and the error handling...wxiaoguang2024-04-252-6/+13
* If a repository return no commitstatus, then still cache it but not query it ...Lunny Xiao2024-04-251-7/+15
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-231-1/+7
* Initial support for colorblindness-friendly themes (#30625)wxiaoguang2024-04-243-16/+76
* Add a db consistency check to remove runners that do not belong to a reposito...Zettat1232024-04-231-0/+6
* Enable more `revive` linter rules (#30608)silverwind2024-04-2218-41/+27
* Use correct hash for "git update-index" (#30626)wxiaoguang2024-04-221-5/+8
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-205-7/+6
* Use action user as the trigger user of schedules (#30581)yp053272024-04-201-2/+7
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-174-8/+10
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-21/+35
* Refactor web routes (#30519)wxiaoguang2024-04-172-17/+12
* Update API to return 'source_id' for users (#29718)Tobias Balle-Petersen2024-04-161-0/+1
* Fix code owners will not be mentioned when a pull request comes from a forked...Lunny Xiao2024-04-151-4/+4
* Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453)silverwind2024-04-141-0/+1
* fix: Fix to delete cookie when AppSubURL is non-empty (#30375)Jonathan Tran2024-04-141-1/+2
* 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-2/+10
* Refactor cache and disable go-chi cache (#30417)wxiaoguang2024-04-137-48/+34
* Fix mirror error when mirror repo is empty (#30432)yp053272024-04-131-17/+23
* Fix commit status cache which missed target_url (#30426)Lunny Xiao2024-04-121-11/+41
* Change the default maxPerPage for gitbucket (#30392)Kazushi (Jam) Marukawa2024-04-111-0/+5
* Add commit status summary table to reduce query from commit status table (#30...Lunny Xiao2024-04-122-19/+49
* Check the token's owner and repository when registering a runner (#30406)Zettat1232024-04-112-0/+2