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/routers/web/org
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
..
home.go Move some repository related code into sub package (#19711) 3 years ago
members.go Move org functions (#19753) 3 years ago
org.go Move organization related structs into sub package (#18518) 3 years ago
org_labels.go Move issues related files into models/issues (#19931) 3 years ago
setting.go Add Docker /v2/_catalog endpoint (#20469) (#20556) 3 years ago
teams.go Fix SQL Query for `SearchTeam` (#20844) (#20872) 3 years ago