-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Hide banned projects from the site #5152
Comments
I like the method of altering the querysets to silently drop these projects. We shouldn't be linking to or promoting any of these projects on site, or in our API. |
@ericholscher |
@dojutsu-user you can work on it if you want. I think it's clear what it's needed to do. I'm marking this issue as |
@humitos |
@humitos |
Sorry for the misleading ticket here. We are going ahead and deleting these projects, instead of filtering them out. Closing this issue. |
Change the .public and .private method of the ProjectQuerySetBase so they hide
banned
user's projects by default. We ban users because of spam, but don't delete them because we don't want to give spammers feedback on what's happening.Users should probably still see their own banned projects, but nobody else, so this is a bit more complicated than a simple fix.
Refs #5097
The text was updated successfully, but these errors were encountered: