Files
gitea/public/js
David Svantesson 36bcd4cd6b API endpoint for searching teams. (#8108)
* Api endpoint for searching teams.

Signed-off-by: dasv <[email protected]>

* Move API to /orgs/:org/teams/search

Signed-off-by: David Svantesson <[email protected]>

* Regenerate swagger

Signed-off-by: David Svantesson <[email protected]>

* Fix search is Get

Signed-off-by: David Svantesson <[email protected]>

* Add test for search team API.

Signed-off-by: David Svantesson <[email protected]>

* Update routers/api/v1/org/team.go

grammar

Co-Authored-By: Richard Mahn <[email protected]>

* Fix review comments

Signed-off-by: David Svantesson <[email protected]>

* Fix some issues in repo collaboration team search, after changes in this PR.

Signed-off-by: David Svantesson <[email protected]>

* Remove teamUser which is not used and replace with actual user id.

Signed-off-by: David Svantesson <[email protected]>

* Remove unused search variable UserIsAdmin.

* Add paging to team search.

* Re-genereate swagger

Signed-off-by: David Svantesson <[email protected]>

* Fix review comments

Signed-off-by: David Svantesson <[email protected]>

* fix

* Regenerate swagger
2019-10-01 13:32:28 +08:00
..