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/api/v1
zeripath 9c318a17f5
Add `GetUserTeams` (#18499) (#18531)
Backport #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: Gusted <williamzijl7@hotmail.com>
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>
3 years ago
..
admin Refactor auth package (#17962) 3 years ago
misc Move keys to models/asymkey (#17917) 3 years ago
notify Simplify parameter types (#18006) 3 years ago
org Add `GetUserTeams` (#18499) (#18531) 3 years ago
repo Fix PR comments UI (#18323) 3 years ago
settings Make mirror feature more configurable (#16957) 3 years ago
swagger Add API to get issue/pull comments and events (timeline) (#17403) 3 years ago
user Refactor auth package (#17962) 3 years ago
utils Use a standalone struct name for Organization (#17632) 3 years ago
api.go Add API to get issue/pull comments and events (timeline) (#17403) 3 years ago