vocadb
vocadb copied to clipboard
Separate permission for editing tags
Currently bundled with database editing
Do you want this for regular users and up? It'd basically be equal to PermissionToken.ManageDatabase, correct? https://github.com/VocaDB/vocadb/blob/issue-361/VocaDbModel/Domain/Users/UserGroup.cs
Not sure I can do everything necessary for this, but I can maybe do some things. Got some stuff for it specifically under branch issue-361.
Edit: Do I need to add something here under the PermissionFlags enum? https://github.com/VocaDB/vocadb/blob/issue-361/VocaDbModel/Domain/Security/PermissionFlags.cs