mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-18 02:31:19 +10:00
feat: import redists
This commit is contained in:
@ -84,6 +84,8 @@ export const systemACLDescriptions: ObjectFromList<typeof systemACLs> = {
|
||||
"import:game:read":
|
||||
"Fetch games to be imported, and search the metadata for games.",
|
||||
"import:game:new": "Import a game.",
|
||||
"import:redist:read": "Fetch redists to be imported.",
|
||||
"import:redist:new": "Import a redist.",
|
||||
|
||||
"tags:read": "Fetch all tags",
|
||||
"tags:create": "Create a tag",
|
||||
|
||||
@ -74,9 +74,10 @@ export const systemACLs = [
|
||||
|
||||
"import:version:read",
|
||||
"import:version:new",
|
||||
|
||||
"import:game:read",
|
||||
"import:game:new",
|
||||
"import:redist:read",
|
||||
"import:redist:new",
|
||||
|
||||
"user:read",
|
||||
"user:delete",
|
||||
|
||||
Reference in New Issue
Block a user