0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-02 00:24:14 +01:00
gitea/templates
Harshit Bansal 5ac6da3c41 api: Add missing GET teams endpoints (#5382)
* api: Add an endpoint to list a particular member of team.

* models: Rename `GetUserTeams()` to `GetUserOrgTeams()` in `org_team` model.

`GetUserTeams()` sounds a bit misnomer since it actually returns
the teams that user belongs to in a given organization rather than
all the teams across all the organization that the user has joined.

* models: Add `GetUserTeams()`.

Returns all the teams that a user belongs to.

* api: Add an endpoint for GET '/user/teams'.

A GET request to this endpoint lists all the teams that a user
belongs to.
2019-01-16 19:39:50 -05:00
..
admin Discord Oauth2 support (#4476) 2019-01-13 14:06:22 -05:00
base
custom
explore
mail
org
pwa
repo Don't list an issue on its own dependency list UI. (#5658) 2019-01-15 16:31:35 -05:00
status
swagger api: Add missing GET teams endpoints (#5382) 2019-01-16 19:39:50 -05:00
user
home.tmpl
install.tmpl