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) #20872

Merged
merged 4 commits into from
Aug 21, 2022

Commits on Aug 20, 2022

  1. Fix SQL Query for SearchTeam (go-gitea#20844)

    - Backport of go-gitea#20844
      - 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 20, 2022
    Configuration menu
    Copy the full SHA
    e7a5f26 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Fix backport

    Gusted committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    77848f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bcbd8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f75cb89 View commit details
    Browse the repository at this point in the history