mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Merge 1.0.0 changes to master.
This commit is contained in:
@@ -37,6 +37,11 @@ public class SystemPermission implements Permission<SystemPermission.Type> {
|
|||||||
*/
|
*/
|
||||||
CREATE_USER,
|
CREATE_USER,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Create user groups.
|
||||||
|
*/
|
||||||
|
CREATE_USER_GROUP,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create connections.
|
* Create connections.
|
||||||
*/
|
*/
|
||||||
|
@@ -142,6 +142,11 @@ angular.module('rest').factory('PermissionSet', [function definePermissionSet()
|
|||||||
*/
|
*/
|
||||||
CREATE_USER : "CREATE_USER",
|
CREATE_USER : "CREATE_USER",
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Permission to create new user groups.
|
||||||
|
*/
|
||||||
|
CREATE_USER_GROUP : "CREATE_USER_GROUP",
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Permission to create new connections.
|
* Permission to create new connections.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user