0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-26 13:34:42 +01:00
gitea/routers
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
api/v1 api: Add missing GET teams endpoints (#5382) 2019-01-16 19:39:50 -05:00
dev
org
private
repo Add Default Pull Request Title (#5735) 2019-01-16 22:50:11 +01:00
routes
user Do not display the raw OpenID error in the UI (#5705) 2019-01-12 14:24:47 -05:00
utils
home.go
init.go
install.go
metrics.go
swagger_json.go