mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 23:29:17 +02:00
"[EPIC] Report option on everything - reports models
This commit is contained in:
parent
079671ef7a
commit
a6cf2ce019
22 changed files with 792 additions and 21 deletions
|
@ -28,6 +28,8 @@ from funkwhale_api.users.oauth import scopes
|
|||
"write:edits",
|
||||
"read:filters",
|
||||
"write:filters",
|
||||
"read:reports",
|
||||
"write:reports",
|
||||
"read:listenings",
|
||||
"write:listenings",
|
||||
"read:security",
|
||||
|
@ -71,6 +73,8 @@ from funkwhale_api.users.oauth import scopes
|
|||
"write:edits",
|
||||
"read:filters",
|
||||
"write:filters",
|
||||
"read:reports",
|
||||
"write:reports",
|
||||
"read:listenings",
|
||||
"write:listenings",
|
||||
"read:security",
|
||||
|
@ -110,6 +114,8 @@ from funkwhale_api.users.oauth import scopes
|
|||
"write:edits",
|
||||
"read:filters",
|
||||
"write:filters",
|
||||
"read:reports",
|
||||
"write:reports",
|
||||
"read:listenings",
|
||||
"write:listenings",
|
||||
"read:security",
|
||||
|
@ -143,6 +149,8 @@ from funkwhale_api.users.oauth import scopes
|
|||
"write:edits",
|
||||
"read:filters",
|
||||
"write:filters",
|
||||
"read:reports",
|
||||
"write:reports",
|
||||
"read:listenings",
|
||||
"write:listenings",
|
||||
"read:security",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue