-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Remove permissions manager from dev plugin settings in Adm…
…inCP
- Loading branch information
1 parent
451ebf4
commit d3c9a87
Showing
41 changed files
with
50 additions
and
1,077 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"name": "Welcome", | ||
"description": "Basic plugin with default page.", | ||
"version": "1.0.0", | ||
"version_code": 1, | ||
"code": "welcome", | ||
"author": "VitNode", | ||
"author_url": "https://vitnode.com/", | ||
"support_url": "https://github.com/VitNode/vitnode/issues", | ||
"allow_default": true, | ||
"nav": [ | ||
{ | ||
"code": "test123", | ||
"icon": "air-vent", | ||
"keywords": ["test"], | ||
"children": [ | ||
{ | ||
"code": "saougfj", | ||
"icon": "😍", | ||
"keywords": [] | ||
} | ||
] | ||
} | ||
], | ||
"permissions_admin": [ | ||
{ | ||
"id": "test", | ||
"permissions": ["test123"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 0 additions & 75 deletions
75
packages/backend/src/core/admin/plugins/permissions-admin/permissions-admin.controller.ts
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
packages/backend/src/core/admin/plugins/permissions-admin/permissions-admin.module.ts
This file was deleted.
Oops, something went wrong.
81 changes: 0 additions & 81 deletions
81
packages/backend/src/core/admin/plugins/permissions-admin/services/create.service.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.