aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Fix API repository object format missed (#31118)Lunny Xiao2024-05-281-0/+1
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-272-4/+4
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-272-45/+7
* Improve the handling of `jobs.<job_id>.if` (#31070)Zettat1232024-05-272-16/+16
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-263-23/+44
* Fix automerge will not work because of some events haven't been triggered (#3...Lunny Xiao2024-05-213-39/+117
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-2/+1
* Return `access_denied` error when an OAuth2 request is denied (#30974)Zettat1232024-05-201-0/+1
* Fix "force private" logic (#31012)wxiaoguang2024-05-203-3/+3
* Fix bug on avatar (#31008)Lunny Xiao2024-05-191-10/+20
* Check if the release is converted from the tag when updating the release (#30...Zettat1232024-05-151-2/+8
* Check if reverse proxy is correctly configured (#30890)wxiaoguang2024-05-102-2/+3
* Fix incorrect default branch when adopt a repository (#30912)yp053272024-05-091-21/+16
* Fix misspelling of mergable (#30896)yp053272024-05-082-6/+6
* Update issue indexer after merging a PR (#30715)Zettat1232024-05-081-0/+16
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-1/+1
* Refactor AppURL usage (#30885)wxiaoguang2024-05-072-2/+2
* Move database operations of merging a pull request to post receive hook and a...Lunny Xiao2024-05-073-18/+25
* Make "sync branch" also sync object format and add tests (#30878)wxiaoguang2024-05-061-0/+4
* Make sure git version&feature are always prepared (#30877)wxiaoguang2024-05-064-4/+4
* Ignore useless error message "broken pipe" (#30801)wxiaoguang2024-05-032-4/+3
* Fix incorrect message id for releaes email (#30825)wxiaoguang2024-05-023-8/+20
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-011-0/+27
* Fix tautological conditions (#30735)silverwind2024-04-302-7/+9
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-2911-32/+31
* Bump `github.com/google/go-github` to v61 (#30738)Chongyi Zheng2024-04-282-2/+2
* 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