Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GetUserTeams #18499

Merged
merged 10 commits into from
Feb 1, 2022
Merged

Add GetUserTeams #18499

merged 10 commits into from
Feb 1, 2022

Commits on Jan 31, 2022

  1. 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 go-gitea#18484
    Gusted committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    df5a42d View commit details
    Browse the repository at this point in the history
  2. Seperate searching specific user

    Gusted committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    c55975d View commit details
    Browse the repository at this point in the history
  3. Add condition back

    Gusted committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    65cc8b1 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into fix-api-user-team

    Gusted authored Jan 31, 2022
    Configuration menu
    Copy the full SHA
    ff2fdd2 View commit details
    Browse the repository at this point in the history
  5. Use correct struct type

    Gusted committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    98b7eaf View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    4aaa74b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    388fba6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bda38c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90b4f51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c44fd5 View commit details
    Browse the repository at this point in the history