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

Fix SQL Query for SearchTeam #20844

Merged
merged 11 commits into from
Aug 21, 2022
Merged

Fix SQL Query for SearchTeam #20844

merged 11 commits into from
Aug 21, 2022

Commits on Aug 18, 2022

  1. Fix SQL Query for SearchTeam

    - Currently the function takes in the `UserID` option, but isn't being
    used within the SQL query. This patch fixes that by checking that only
    teams are being returned that the user belongs to.
    - Resolves go-gitea#20829
    Gusted committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    e8b5972 View commit details
    Browse the repository at this point in the history
  2. Update integrations/api_user_orgs_test.go

    Co-authored-by: delvh <dev.lh@web.de>
    Gusted and delvh committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    b568b17 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into fix-api-user-teams

    Gusted committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    159d1b5 View commit details
    Browse the repository at this point in the history
  4. Fix test

    Gusted committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9af5d72 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into fix-api-user-teams

    Gusted committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    490c2cd View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into fix-api-user-teams

    Gusted committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    d92ddfb View commit details
    Browse the repository at this point in the history
  7. Update routers/web/org/teams.go

    Co-authored-by: delvh <dev.lh@web.de>
    Gusted and delvh committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    92e6efe View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' into fix-api-user-teams

    Gusted committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    9edcc5d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Configuration menu
    Copy the full SHA
    9b54f2e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. Merge branch 'main' into fix-api-user-teams

    Gusted committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    b6ddc2a View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Configuration menu
    Copy the full SHA
    7922431 View commit details
    Browse the repository at this point in the history