Improve drilldown handlers and implement index permissions

This commit is contained in:
2022-08-26 07:20:30 +01:00
parent 6dd0674aae
commit 0e7fb8d261
4 changed files with 44 additions and 54 deletions

View File

@@ -113,4 +113,6 @@ class Perms(models.Model):
("post_irc", "Can post to IRC"),
("post_discord", "Can post to Discord"),
("query_search", "Can search with query strings"),
("index_int", "Can use the internal index"),
("index_meta", "Can use the meta index"),
)