forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove "Assignees" and "Authors" filters from issues page
Remove the "Assignees" and "Authors" filters from the issues page, including the view code that fetches their data. Especially the "Authors" filter was problematic, as it contained all 25k users who ever wrote a bug report, including HTML to download and render their avatar. This was basically a DOS on the browser. See go-gitea#22549 for the upstream bug report about this.
- Loading branch information
Showing
2 changed files
with
19 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters