1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 01:15:48 +00:00
gitea/routers/api/v1/org
Gusted d3b31cc1ee
Add GetUserTeams (#18499)
* COrrect use `UserID` in `SearchTeams`

- Use `UserID` in the `SearchTeams` function, currently it was useless
to pass such information. Now it does a INNER statement to `team_user`
which obtains UserID -> TeamID data.
- Make OrgID optional.
- Resolves #18484

* Seperate searching specific user

* Add condition back

* Use correct struct type

Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2022-02-01 14:09:24 -05:00
..
hook.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
label.go Use a standalone struct name for Organization (#17632) 2021-11-19 19:41:40 +08:00
member.go Remove unnecessary attributes of User struct (#17745) 2021-11-22 23:21:55 +08:00
org.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
team.go Add GetUserTeams (#18499) 2022-02-01 14:09:24 -05:00