aboutsummaryrefslogtreecommitdiffstats
path: root/services/convert
Commit message (Expand)AuthorAgeFilesLines
* Fix API repository object format missed (#31118)Lunny Xiao2024-05-281-0/+1
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-263-23/+44
* Add API endpoints for getting action jobs status (#26673)Chester2024-05-011-0/+27
* Fix tautological conditions (#30735)silverwind2024-04-301-6/+8
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-2/+2
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-201-1/+1
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-173-8/+9
* Fix branch_protection api shows users/teams who has no readAccess (#30291)Edward Zhang2024-04-171-21/+35
* Update API to return 'source_id' for users (#29718)Tobias Balle-Petersen2024-04-161-0/+1
* Fix missed doer (#30231)Lunny Xiao2024-04-083-18/+18
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-2/+3
* Fix possible NPE in ToPullReviewList (#29759)Lunny Xiao2024-03-132-1/+53
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-1/+5
* Fix incorrect relative/absolute URL usages (#29531)wxiaoguang2024-03-021-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+3
* Show whether a PR is WIP inside popups (#28975)Bram Hagens2024-02-041-1/+2
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-15/+0
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-4/+5
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-0/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-1/+6
* Fix `convert.ToTeams` on empty input (#28426)KN4CK3R2024-01-112-26/+26
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-5/+5
* Abstract hash function usage (#28138)Adam Majer2023-12-131-5/+5
* Fix package webhook (#27839)Lunny Xiao2023-10-311-0/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-4/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-1/+1
* Fix attachment download bug (#27486)Lunny Xiao2023-10-101-9/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-036-13/+15
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-293-22/+22
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-2/+1
* Fix PushEvent NullPointerException jenkinsci/github-plugin (#27203)Nabapadma-sarker2023-09-241-0/+1
* Fix push mirror, wrong timestamp format (#27153)Daniel Kilimnik2023-09-231-2/+2
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-16/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+4
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* add Upload URL to release API (#26663)Earl Warren2023-08-242-0/+29
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-221-0/+18
* Allow to archive labels (#26478)puni98692023-08-141-0/+1
* Fix API leaking Usermail if not logged in (#25097)JakobDev2023-07-311-1/+1
* refactor improve NoBetterThan (#26126)caicandong2023-07-261-1/+1
* Allow Organisations to have a E-Mail (#25082)JakobDev2023-07-251-0/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-222-7/+7
* Remove commit status running and warning to align GitHub (#25839)caicandong2023-07-211-0/+8
* Add file status for API "Get a single commit from a repository" (#16205) (#25...jeremiepozzigithub2023-07-201-1/+2
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-105-15/+62
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-4/+4
* Store and use seconds for timeline time comments (#25392)65432023-06-231-0/+12
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-226-14/+30