summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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