Michael Jumper
ca1db7831b
GUACAMOLE-220: Do not display "X" for removing an identifier if the identifier cannot actually be edited.
2018-08-08 21:50:26 -07:00
Michael Jumper
0059121716
GUACAMOLE-220: Hide identifier set editor if there are no identifiers to edit.
2018-08-08 09:00:06 -07:00
Michael Jumper
229b0dee48
GUACAMOLE-220: Implement generic editor directive for manipulating sets of identifiers.
2018-08-08 09:00:06 -07:00
Michael Jumper
615f5c6bab
GUACAMOLE-220: Add missing getUserGroupAttributes() to JavaScript schemaService.
2018-08-08 09:00:06 -07:00
Michael Jumper
55bcf25a1c
GUACAMOLE-220: Allow manipulation and retrieval of user group permissions via JavaScript.
2018-08-08 09:00:06 -07:00
Michael Jumper
9f01fcb155
GUACAMOLE-220: Add JavaScript service for retrieving/manipulating user groups.
2018-08-08 09:00:06 -07:00
Michael Jumper
055219bc6c
GUACAMOLE-220: Rename "Selected Connections" to "Current Connections" for clarity.
...
"Selected Connections" vs. "All Connections" gives the impression that the tab controls how permissions are used, with "All Connections" being a mode where all connections are readable regardless of which are explicitly selected.
2018-07-21 14:24:28 -07:00
Michael Jumper
e03251f78c
GUACAMOLE-220: Include children of readable items within connection permission editor, as they are likely relevant to the administrative task at hand.
2018-07-21 14:23:50 -07:00
Michael Jumper
62e58eaf9f
GUACAMOLE-220: Migrate connection permission editor to tab-based views.
2018-07-21 14:23:48 -07:00
Michael Jumper
deb5b51ddc
GUACAMOLE-220: Add generic directive for displaying tabs which divide a section into logical views.
2018-07-21 14:22:51 -07:00
Michael Jumper
861bddea6d
GUACAMOLE-220: Add semantic CSS class for headers having corresponding tabs.
2018-07-21 14:22:51 -07:00
Michael Jumper
edcb2af21f
GUACAMOLE-220: Display only selected connection permissions by default.
2018-07-21 14:22:50 -07:00
Michael Jumper
dd65bf6e26
GUACAMOLE-220: Preserve types of filtered GroupListItems / ConnectionGroups.
2018-07-21 14:22:50 -07:00
Michael Jumper
426a7919b3
GUACAMOLE-470: Allow TEXT fields to be associated with predefined sets of known-good values.
2018-06-12 13:58:04 -07:00
Michael Jumper
a8bb6fe966
GUACAMOLE-470: Make getFieldOption() available to all field types.
2018-06-12 13:58:04 -07:00
Michael Jumper
6ea24261ae
GUACAMOLE-567: Clean up style of connection stability warning. Add warning icon.
2018-05-27 17:09:24 -07:00
Michael Jumper
1ed22401bb
GUACAMOLE-567: Warn user when tunnel enters "UNSTABLE" state.
2018-05-27 17:09:24 -07:00
Michael Jumper
1710c31fc2
GUACAMOLE-152: Merge changes adding support for explicitly specifying the zoom level.
2018-05-17 12:49:01 -07:00
Nick Couchman
a0200824af
GUACAMOLE-152: Remove superfluous semicolon.
2018-05-16 10:43:07 -04:00
Nick Couchman
b34d97f82d
GUACAMOLE-152: Handle zoom changes with autoFit correctly.
2018-05-12 08:13:15 -04:00
Nick Couchman
b4c8bc8058
GUACAMOLE-152: Fix up new zoom control style.
2018-05-11 06:29:05 -04:00
Michael Jumper
400b8f310e
GUACAMOLE-220: Rely on managementButtons directive to handle redirect to user list after save.
2018-05-04 15:59:40 -07:00
Nick Couchman
10b0afe0cb
GUACAMOLE-152: Update zoom level on blur and submit, remove debounce.
2018-05-04 18:05:10 -04:00
Nick Couchman
64589f27f4
GUACAMOLE-152: Remove unneeded formattedScale method.
2018-05-04 17:44:15 -04:00
Nick Couchman
242e0b7cf0
GUACAMOLE-152: Allow zoom/scale to be manually entered.
2018-05-04 17:44:15 -04:00
Nick Couchman
9b99b18041
GUACAMOLE-220: Merge extract common base for management UI.
2018-05-04 04:25:59 -04:00
Michael Jumper
b50e709981
GUACAMOLE-220: Correct grammar of saveObject() documentation ("to save", not "to saves").
2018-05-03 23:38:01 -07:00
Michael Jumper
ae0512c266
GUACAMOLE-220: Convert "namespace" attribute of managementButtons directive to string binding.
2018-05-03 23:37:19 -07:00
Michael Jumper
2c41e38e55
GUACAMOLE-220: removeConnectionGroupPermission() affects connection group permissions, not connection permissions.
2018-05-03 23:34:34 -07:00
Michael Jumper
e8f0c96758
GUACAMOLE-220: Correct documentation of permissionsRemoved attribute (the permissions have been removed, not added).
2018-05-03 23:33:41 -07:00
Michael Jumper
7ba9c32a07
GUACAMOLE-220: Document context of skeleton user creation.
2018-05-03 23:32:07 -07:00
Michael Jumper
f5f516d82a
GUACAMOLE-220: Pull primary connection for new sharing profiles.
2018-05-03 23:16:14 -07:00
Michael Jumper
619963277d
GUACAMOLE-559: Add support for reading/writing clipboard contents using the Asynchronous Clipboard API.
2018-05-02 22:54:11 -07:00
Michael Jumper
5028d85bb1
GUACAMOLE-220: "required", not "requred".
2018-05-01 21:09:51 -07:00
Michael Jumper
244dd19aa0
GUACAMOLE-220: Remove unnecessary userExists() function.
2018-05-01 20:58:28 -07:00
Michael Jumper
6ca076f7fc
GUACAMOLE-220: Move data source tabs to separate directive.
2018-05-01 20:58:28 -07:00
Michael Jumper
1989c11dd9
GUACAMOLE-220: Include the identifier of the associated object within ManagementPermissions.
2018-05-01 20:58:28 -07:00
Michael Jumper
708c255b83
GUACAMOLE-220: "Management", not "managment".
2018-05-01 20:58:28 -07:00
Michael Jumper
82803c9148
GUACAMOLE-220: Move common protocol namespace/name retrieval to Protocol class.
2018-05-01 20:58:28 -07:00
Michael Jumper
c1f5ad4075
GUACAMOLE-220: Migrate sharing profile management screen to common buttons and permission logic.
2018-05-01 20:58:28 -07:00
Michael Jumper
7e1dbf7d11
GUACAMOLE-220: Migrate connection group management screen to common buttons and permission logic. Add required clone option.
2018-05-01 20:58:28 -07:00
Michael Jumper
00fee4ac3a
GUACAMOLE-220: Migrate connection management screen to common buttons and permission logic.
2018-05-01 20:58:27 -07:00
Michael Jumper
0414cdd3ed
GUACAMOLE-220: Migrate user management screen to new, common management button directive.
2018-05-01 17:20:32 -07:00
Michael Jumper
e045da132c
GUACAMOLE-220: Add common directive for displaying the save/clone/cancel/delete buttons shared by all object management pages.
2018-05-01 17:20:32 -07:00
Michael Jumper
4f43ddc420
GUACAMOLE-220: Migrate user management controller to ManagementPermissions.
2018-05-01 00:12:58 -07:00
Michael Jumper
507202d1f3
GUACAMOLE-220: Define abstract object for querying the management-related actions a user may take on a particular object or type of object.
2018-04-30 23:24:15 -07:00
Michael Jumper
94ad1f9f34
GUACAMOLE-220: Separate system/connection permission editing into directives.
2018-04-30 14:43:54 -07:00
Michael Jumper
ae6994a912
GUACAMOLE-526: Use toArray where necessary for orderBy.
2018-04-30 13:45:36 -07:00
Michael Jumper
f7ca11df50
GUACAMOLE-526: Provide key/value pairs via toArray filter. Consistently return same array for same object.
2018-04-30 13:45:36 -07:00
Michael Jumper
089113c352
GUACAMOLE-526: Invoke logout() for the cached token BEFORE storing the new token. The logout() call erroneously invalidates the new token otherwise.
2018-04-29 22:01:32 -07:00