gitea/models
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
..
admin
appstate
asymkey
auth Use base32 for 2FA scratch token (#18384) 2022-01-26 12:10:10 +08:00
avatars
db Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
fixtures add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
issues
migrations Use base32 for 2FA scratch token (#18384) 2022-01-26 12:10:10 +08:00
perm
repo API: Return primary language and repository language stats API URL (#18396) 2022-01-25 08:33:40 +02:00
unit
unittest
user add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
webhook
access_test.go
access.go
action_list.go
action_test.go
action.go
branches_test.go
branches.go
commit_status_test.go
commit_status.go
commit.go
consistency_test.go
consistency.go
engine_test.go
error.go
fixture_generation.go
fixture_test.go
helper_directory.go
helper_environment.go
helper.go
issue_assignees_test.go
issue_assignees.go
issue_comment_list.go
issue_comment_test.go
issue_comment.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
issue_dependency_test.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_list_test.go
issue_list.go
issue_lock.go
issue_milestone_test.go
issue_milestone.go Only view milestones from current repo (#18414) 2022-01-26 20:01:35 +00:00
issue_reaction_test.go
issue_reaction.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
issue_stopwatch_test.go
issue_stopwatch.go
issue_test.go Automatically pause queue if index service is unavailable (#15066) 2022-01-27 10:30:51 +02:00
issue_tracked_time_test.go
issue_tracked_time.go
issue_user_test.go
issue_user.go
issue_watch_test.go
issue_watch.go
issue_xref_test.go
issue_xref.go
issue.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
lfs_lock.go
lfs.go
main_test.go
migrate_test.go
migrate.go
notification_test.go
notification.go
org_team_test.go Add GetUserTeams (#18499) 2022-02-01 14:09:24 -05:00
org_team.go Add GetUserTeams (#18499) 2022-02-01 14:09:24 -05:00
org_test.go
org.go
project_board.go
project_issue.go
project_test.go
project.go
protected_tag_test.go
protected_tag.go
pull_list.go
pull_test.go
pull.go
release.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
repo_activity.go
repo_collaboration_test.go
repo_collaboration.go
repo_generate_test.go
repo_generate.go
repo_list_test.go
repo_list.go Allow to filter repositories by language in explore, user and organization repositories lists (#18430) 2022-01-28 13:29:04 +02:00
repo_permission_test.go
repo_permission.go
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go
review_test.go
review.go add test coverage for original author conversion during migrations (#18506) 2022-02-01 13:20:28 -05:00
statistic.go
task.go
token_test.go
token.go Use base32 for 2FA scratch token (#18384) 2022-01-26 12:10:10 +08:00
upload.go
user_heatmap_test.go
user_heatmap.go
user_test.go
user.go
userlist_test.go
userlist.go