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.
forgejo/routers
Dionysios Kakouris e46274b5b4
Fix organization field being null in POST /orgs/{orgid}/teams (#27150)
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`).
9 months ago
..
api Fix organization field being null in POST /orgs/{orgid}/teams (#27150) 9 months ago
common Extract auth middleware from service (#27028) 10 months ago
install Reduce usage of `db.DefaultContext` (#27073) 10 months ago
private Reduce usage of `db.DefaultContext` (#27073) 10 months ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Fix: treat tab "overview" as "repositories" in user profiles without readme (#27124) 9 months ago
init.go Next round of `db.DefaultContext` refactor (#27089) 10 months ago