Commit Graph

95 Commits

Author SHA1 Message Date
Michael Jumper
14365ff72e GUACAMOLE-5: Define connection and sharing profile parameters separately. 2016-08-07 22:50:26 -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
Michael Jumper
98a32feed8 GUACAMOLE-1: Remove copyright notice from template HTML (the DOM tree is insane otherwise). Add required license header to index.html. 2016-03-28 20:50:22 -07:00
James Muehlner
18751c0e03 GUAC-1407: Ensure that permissions referring to the cloned user correctly carry over. 2015-12-28 23:01:33 -08:00
James Muehlner
5a4c6db6d1 GUAC-1407: Add support for user cloning. 2015-12-28 21:33:40 -08:00
Michael Jumper
8e0dbfc36e GUAC-1406: Add filtering to connection permissions within user edit screen. 2015-12-08 13:57:04 -08:00
James Muehlner
400afcba64 GUAC-1406: Add user filtering on settings tab. 2015-12-02 22:29:35 -08:00
Michael Jumper
45c6d1d419 GUAC-1334: Fix the horribly-broken location chooser (not updated to use updated guacGroupList). 2015-09-08 21:33:43 -07:00
Michael Jumper
404909f37c GUAC-586: Clean up styling of read-only account notice. Do not show buttons on such an account. 2015-09-03 14:15:09 -07:00
Michael Jumper
361e985ae1 GUAC-586: Do not show tab levels which have only one tab. 2015-09-02 19:51:28 -07:00
Michael Jumper
36c1c853f9 GUAC-586: Implement generic and hierarchical page tabbed page lists. 2015-09-02 19:51:28 -07:00
Michael Jumper
2ea4b609bb GUAC-586: Migrate user management UI to data source version of guacGroupList. 2015-09-02 19:51:28 -07:00
Michael Jumper
fc21162821 GUAC-586: Expand handling of permissions within user editor. Allow users to be created through editor. Display tabs for each possible account. 2015-09-02 19:51:27 -07:00
Michael Jumper
6f0079d778 GUAC-586: Only show available accounts if there are more than one. 2015-09-02 19:51:27 -07:00
Michael Jumper
70485286d6 GUAC-586: Add localized data source names. Display data sources as tabs within user edit screen. 2015-09-02 19:51:27 -07:00
Michael Jumper
04a303108d GUAC-1172: Work around angular-translate/angular-translate#788 by using the translate directive (no filter). Current scope is not available to filters as of AngularJS 1.3. 2015-07-02 16:12:17 -07:00
Michael Jumper
3a619dbe0a GUAC-800: Display connection and connection group attributes, if present. 2015-05-26 14:50:45 -07:00
Michael Jumper
e31025273a GUAC-800: Display user attributes within user editor. 2015-05-26 14:23:01 -07:00
Michael Jumper
43fab89ecf GUAC-800: Migrate to JSON for protocol descriptions. Use full Forms instead of simply Fields for protocol parameters (allow sections). 2015-05-25 19:56:53 -07:00
Michael Jumper
3fa3d1ba2b GUAC-1053: Create session management tab. 2015-04-17 17:03:45 -07:00
Michael Jumper
ed984da8d1 GUAC-1053: Create connection/group management tab. 2015-04-17 16:52:51 -07:00
Michael Jumper
82dee4640c GUAC-1053: Migrate to tabbed settings screen. Create user management tab. 2015-04-17 16:42:24 -07:00
Michael Jumper
2858944f27 GUAC-1160: Add a Form type. Allow the content of a guacForm to be a Form, Field, or an array of either. 2015-04-16 16:59:08 -07:00
Michael Jumper
e1f769fcbc GUAC-1160: Generate localized field headers and option values within "form" module. 2015-04-15 16:05:56 -07:00
Michael Jumper
32019e7cdf GUAC-1160: Create "guacForm" directive which allows the editing of an arbitrary set of fields. 2015-04-15 16:05:20 -07:00
Michael Jumper
d29ab56d44 GUAC-1160: Move generalized parameter directive into own "form" module as "guacFormField". 2015-04-15 14:04:15 -07:00
Michael Jumper
6d0d7b127f GUAC-1160: Generalize parameters into fields. Depend on title in field. 2015-04-15 13:51:07 -07:00
Michael Jumper
c0cc7366f6 GUAC-1126: Use active connection service to retrieve active connection counts within group list. 2015-04-09 15:38:46 -07:00
Michael Jumper
85c122a8f3 GUAC-800: Add checkbox for granting/revoking permission to a user to change their own password. 2015-04-08 14:44:18 -07:00
Michael Jumper
cff71345d1 GUAC-1126: Query root group and permissions directly within user menu. 2015-04-06 12:15:05 -07:00
Michael Jumper
731f02fb0c GUAC-1138: Filter and sort sessions based on pre-formatted date. 2015-03-29 13:40:13 -07:00
Michael Jumper
cb0ef9ca75 GUAC-1138: Store formatted start date within session wrapper. 2015-03-29 13:40:13 -07:00
Michael Jumper
182376cc08 GUAC-1138: Use date format from translation string. 2015-03-29 13:40:13 -07:00
Michael Jumper
0e01cfc4fb GUAC-1138: Remove wrapper-specific filter code. Make FilterPattern, etc. generic. 2015-03-27 13:37:39 -07:00
Michael Jumper
4f5c757b43 GUAC-1138: Generalize sorting logic. 2015-03-26 14:28:51 -07:00
Michael Jumper
5abd8326b2 GUAC-1138: Move common sorting logic into StableSort. 2015-03-26 13:23:44 -07:00
Michael Jumper
2df72c308c GUAC-1138: Move filtering logic into own directive. 2015-03-26 13:17:23 -07:00
Michael Jumper
8434a67229 GUAC-1138: Add more spacing within and surrounding the filter box. 2015-03-26 11:58:58 -07:00
James Muehlner
d26d354ff9 GUAC-1138 Migrate to FilterPattern class. 2015-03-25 22:38:01 -07:00
James Muehlner
7966058928 GUAC-1138 Implemented global active session filter against name, username, and remote host. 2015-03-25 22:01:18 -07:00
Michael Jumper
3c5a0b63f6 GUAC-1140: Update sorting order when session column headers are clicked. 2015-03-23 16:41:09 -07:00
Michael Jumper
4d81272d42 GUAC-1140: Set different CSS classes depending on primary sort column and direction. 2015-03-23 16:41:09 -07:00
Michael Jumper
6135883643 GUAC-1140: Use StableSort to maintain active session sort order. 2015-03-23 16:41:09 -07:00
Michael Jumper
d4ec7a3ab7 GUAC-1132: Update session management to use new active connection objects. 2015-03-20 21:17:28 -07:00
Michael Jumper
e8d9a671a4 GUAC-1133: Improve session table spacing. 2015-03-19 14:52:42 -07:00
Michael Jumper
4ae7e6072f GUAC-1133: Fix reference to non-existent MANAGE namespace. 2015-03-19 14:52:18 -07:00
Michael Jumper
ed3ee60cc5 GUAC-1133: Add session placeholder. 2015-03-19 14:38:23 -07:00
Michael Jumper
2eeed36797 GUAC-1133: Apply common styling and form to management pages. 2015-03-19 14:00:32 -07:00
Michael Jumper
3273cd2645 GUAC-1132: Flesh out stubbed session-related translation text. Mark "Kill Sessions" button as dangerous. 2015-03-19 13:00:51 -07:00