You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers
Giteabot fbe1f35112
Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27162)
Backport #27150 by @memphis88

Similarly to the fix in https://github.com/go-gitea/gitea/pull/24694,
this addresses the team creation not returning the organization
information in the response.

This fix is connected to the
[issue](https://gitea.com/gitea/terraform-provider-gitea/issues/27)
discovered in the terraform provider.
Moreover, the
[documentation](https://docs.gitea.com/api/1.20/#tag/organization/operation/orgCreateTeam)
suggests that the response body should include the `organization` field
(currently being `null`).

Co-authored-by: Dionysios Kakouris <1369451+memphis88@users.noreply.github.com>
1 year ago
..
api Fix organization field being null in POST /orgs/{orgid}/teams (#27150) (#27162) 1 year ago
common Fix admin config page error, use tests to cover the admin config and 500 error page (#24965) 2 years ago
install Use docs.gitea.com instead of docs.gitea.io (#26769) 2 years ago
private Fix verifyCommits error when push a new branch (#26664) (#26810) 2 years ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web fix pagination for followers and following (#27127) (#27138) 1 year ago
init.go Refactor path & config system (#25330) (#25416) 2 years ago