mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:39:25 +02:00
Plugins infrastructure
This commit is contained in:
parent
9964adfbf6
commit
d4028450a9
32 changed files with 1560 additions and 47 deletions
|
@ -34,6 +34,9 @@ from funkwhale_api.users.oauth import scopes
|
|||
"write:listenings",
|
||||
"read:security",
|
||||
"write:security",
|
||||
"write:listenings",
|
||||
"read:plugins",
|
||||
"write:plugins",
|
||||
"read:instance:policies",
|
||||
"write:instance:policies",
|
||||
"read:instance:accounts",
|
||||
|
@ -85,6 +88,8 @@ from funkwhale_api.users.oauth import scopes
|
|||
"write:listenings",
|
||||
"read:security",
|
||||
"write:security",
|
||||
"read:plugins",
|
||||
"write:plugins",
|
||||
"read:instance:policies",
|
||||
"write:instance:policies",
|
||||
"read:instance:accounts",
|
||||
|
@ -132,6 +137,8 @@ from funkwhale_api.users.oauth import scopes
|
|||
"write:listenings",
|
||||
"read:security",
|
||||
"write:security",
|
||||
"read:plugins",
|
||||
"write:plugins",
|
||||
"read:instance:policies",
|
||||
"write:instance:policies",
|
||||
"read:instance:accounts",
|
||||
|
@ -173,6 +180,8 @@ from funkwhale_api.users.oauth import scopes
|
|||
"write:listenings",
|
||||
"read:security",
|
||||
"write:security",
|
||||
"read:plugins",
|
||||
"write:plugins",
|
||||
},
|
||||
),
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue