Commit Graph

195 Commits

Author SHA1 Message Date
Michael Jumper
5866c7e251 GUACAMOLE-598: Abort rendering of pages if critical data fails to load (data without which the page is non-functional). 2018-07-27 14:50:17 -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
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
400b8f310e GUACAMOLE-220: Rely on managementButtons directive to handle redirect to user list after save. 2018-05-04 15:59:40 -07: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
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
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
0d63d6cef4 GUACAMOLE-526: Only pull primary connection for sharing profile once identifier is known. 2018-04-27 00:12:36 -07:00
Michael Jumper
ae6b5fc8bb GUACAMOLE-526: Move handling of request error notification to guacNotification, resolving circular dependency. 2018-04-26 22:28:18 -07:00
Michael Jumper
266b445c21 GUACAMOLE-526: Handle rejections for absolutely all promises. 2018-04-26 22:15:17 -07:00
James Muehlner
b3eeb36b87 GUACAMOLE-526: Update webapp to angular 1.6.9. 2018-04-25 22:25:02 -07:00
Michael Jumper
393e1ab647 GUACAMOLE-220: Use effective permissions to test user access to resources. 2018-04-19 15:29:11 -07:00
Nick Couchman
7522a495b8 GUACAMOLE-339: Display the remote host field in connection history tables. 2017-07-16 22:23:00 -04:00
Michael Jumper
970e50d0c6 GUACAMOLE-338: Automatically expand connections or connection groups which are ancestors of objects for which the user being modified already has READ permission. 2017-07-03 16:57:41 -07:00
Michael Jumper
8830123c9b GUACAMOLE-292: Add support for email fields. 2017-05-27 11:28:13 -07:00
Michael Jumper
74293c23dd GUACAMOLE-292: Display all object attributes if we are creating the object. 2017-05-26 20:45:44 -07:00
Michael Jumper
22cce48558 GUACAMOLE-292: Restrict attributes on object management pages to those explicitly present on the object. 2017-05-26 20:15:02 -07:00
Michael Jumper
986ea4b206 GUACAMOLE-36: Migrate guacLogin and guacNotification to TranslatableMessage. 2017-01-03 19:42:24 -08:00
James Muehlner
8564f05ead GUACAMOLE-78: Merge anonymous user display refinements. 2016-08-13 18:25:44 -07:00
Michael Jumper
21f184f42e GUACAMOLE-78: Render the usernames of anonymous users differently. 2016-08-12 20:05:33 -07:00
Michael Jumper
38bf6474b9 GUACAMOLE-72: Sharing profile parameters are stored under "sharingProfileForms", not "forms". 2016-08-11 16:30:30 -07:00
Michael Jumper
db02d9a7fb GUACAMOLE-5: Implement management of sharing profiles. 2016-08-10 21:12:04 -07:00
James Muehlner
4929f8da2b GUACAMOLE-5: Merge sharing connection, sharing profile parameter addition. 2016-08-10 16:49:57 -07:00
Michael Jumper
5779274e25 GUACAMOLE-5: Use contextual actions to add connections and connection groups. 2016-08-07 23:41:09 -07:00
Michael Jumper
56d9c90940 GUACAMOLE-5: Generalize and clean the guacGroupList directive such that arbitrary GroupListItem types can be supported. 2016-08-07 23:10:20 -07:00
Michael Jumper
14365ff72e GUACAMOLE-5: Define connection and sharing profile parameters separately. 2016-08-07 22:50:26 -07:00
Michael Jumper
f3a201a415 GUACAMOLE-5: Rename permission granted/revoked flag sensibly. 2016-08-04 20:42:19 -07:00
Michael Jumper
e3db19d633 GUACAMOLE-5: Implement management interface for sharing profile permissions. 2016-08-04 19:48:58 -07:00
Michael Jumper
85f15b7cd1 GUACAMOLE-5: Correct and simply guacGroupList styling/structure. 2016-08-04 19:48:58 -07:00