You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/organization
Gusted e6ec411491
Fix SQL Query for `SearchTeam` (#20844) (#20872)
Backport #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.
 
Fix  #20829
3 years ago
..
main_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
org.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
org_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
org_user.go Move org functions (#19753) 3 years ago
org_user_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
team.go Fix SQL Query for `SearchTeam` (#20844) (#20872) 3 years ago
team_repo.go more context for models (#19511) 3 years ago
team_test.go Move tests as seperate sub packages to reduce duplicated file names (#19951) 3 years ago
team_unit.go
team_user.go Make git.OpenRepository accept Context (#19260) 3 years ago