summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request '[FEAT] Configure if protected branch rule should apply to...Earl Warren2024-04-011-0/+5
|\
| * [FEAT] Configure if protected branch rule should apply to adminsGusted2024-03-291-0/+5
* | Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-301-6/+11
* | Remove repetitive words (#30091)crazeteam2024-03-301-1/+1
|/
* Merge pull request '[ACTIONS] port scheduled actions from Gitea' (#2826) from...Earl Warren2024-03-272-3/+3
|\
| * Fix an actions schedule bug (#28942)Zettat1232024-03-251-2/+2
| * Fix schedule tasks bugs (#28691)Lunny Xiao2024-03-251-1/+1
* | Refactor StringsToInt64s (#29967)wxiaoguang2024-03-261-2/+7
* | Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-262-13/+8
|/
* Fix PR creation via api between branches of same repo with head field namespa...norohind2024-03-201-0/+2
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-201-12/+12
* remove repetitive words (#29695)pengqiseven2024-03-202-2/+2
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-111-2/+2
* Cache repository default branch commit status to reduce query on commit statu...Lunny Xiao2024-03-111-2/+2
* Fix 500 when pushing release to an empty repo (#29554)Nanguan Lin2024-03-061-0/+5
* Add support for API blob upload of release attachments (#29507)KN4CK3R2024-03-061-10/+29
* remove util.OptionalBool and related functions (#29513)65432024-03-063-30/+27
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-03-062-15/+16
* Move generate from module to service (#29465)Lunny Xiao2024-03-061-1/+1
* Fix missed return (#29450)Lunny Xiao2024-03-061-0/+1
* Move context from modules to services (#29440)Lunny Xiao2024-03-0649-50/+50
* fix missing argumentoliverpool2024-02-271-0/+1
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-271-0/+1
* Add API to get merged PR of a commit (#29243)qwerty2872024-02-261-0/+51
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-261-3/+3
* Fix content size does not match error when uploading lfs file (#29259)vincent2024-02-261-1/+1
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+85
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-162-4/+4
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-142-0/+6
* Merge remote-tracking branch 'forgejo/forgejo-dependency' into wip-forgejoEarl Warren2024-02-091-5/+1
|\
| * Fix `/api/v1/{owner}/{repo}/issue_templates`Gergely Nagy2024-02-051-5/+1
* | Merge branch 'rebase-forgejo-dependency' into wip-forgejoEarl Warren2024-02-059-167/+496
|\|
| * [GITEA] Allow changing the repo Wiki branch to mainGergely Nagy2024-02-051-0/+13
| * Revert "Fix schedule tasks bugs (#28691)"Earl Warren2024-02-051-1/+1
| * Revert "Fix an actions schedule bug (#28942)"Earl Warren2024-02-051-2/+2
| * [GITEA] Document correct status code for creating TagGusted2024-02-051-1/+1
| * [GITEA] Fix API inconsistenciesGusted2024-02-051-1/+13
| * [GITEA] DELETE /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments/{com...Earl Warren2024-02-052-4/+51
| * [GITEA] GET /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments/{comment}Earl Warren2024-02-051-0/+63
| * [GITEA] API commentAssignment() to verify the id belongsEarl Warren2024-02-053-158/+24
| * [GITEA] POST /repos/{owner}/{repo}/pulls/{index}/reviews/{id}/commentsEarl Warren2024-02-051-0/+83
| * [FEAT] API support for repository flagsGergely Nagy2024-02-051-0/+245
* | Merge branch 'rebase-forgejo-branding' into wip-forgejoEarl Warren2024-02-051-1/+6
|\ \
| * | [BRANDING] add X-Forgejo-* headersEarl Warren2024-02-051-1/+6
| |/
* / [MODERATION] User blockingGusted2024-02-056-8/+33
|/
* [FEAT] allow setting the update date on issues and commentsEarl Warren2024-02-055-9/+107
* Move some repository transfer functions to service layer (#28855)Lunny Xiao2024-02-051-1/+1
* Update tool dependencies (#29030)silverwind2024-02-031-2/+0
* Fix an actions schedule bug (#28942)Zettat1232024-01-311-2/+2
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-276-13/+16