You've already forked AstralRinth
forked from didirus/AstralRinth
Friends system for app (#2958)
* Friends system for app * Fix impl issues * move friends to in-memory store
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2410,6 +2410,11 @@
|
||||
"type": "string",
|
||||
"const": "mr-auth:allow-logout"
|
||||
},
|
||||
{
|
||||
"description": "Enables the modrinth_login command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "mr-auth:allow-modrinth-login"
|
||||
},
|
||||
{
|
||||
"description": "Denies the create_account command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2435,6 +2440,11 @@
|
||||
"type": "string",
|
||||
"const": "mr-auth:deny-logout"
|
||||
},
|
||||
{
|
||||
"description": "Denies the modrinth_login command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "mr-auth:deny-modrinth-login"
|
||||
},
|
||||
{
|
||||
"description": "This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n",
|
||||
"type": "string",
|
||||
|
||||
@@ -2410,6 +2410,11 @@
|
||||
"type": "string",
|
||||
"const": "mr-auth:allow-logout"
|
||||
},
|
||||
{
|
||||
"description": "Enables the modrinth_login command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "mr-auth:allow-modrinth-login"
|
||||
},
|
||||
{
|
||||
"description": "Denies the create_account command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -2435,6 +2440,11 @@
|
||||
"type": "string",
|
||||
"const": "mr-auth:deny-logout"
|
||||
},
|
||||
{
|
||||
"description": "Denies the modrinth_login command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "mr-auth:deny-modrinth-login"
|
||||
},
|
||||
{
|
||||
"description": "This permission set configures which\noperating system information are available\nto gather from the frontend.\n\n#### Granted Permissions\n\nAll information except the host name are available.\n\n",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user