Commit Graph

149 Commits

Author SHA1 Message Date
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
075d82f66a GUAC-800: Clarify permission change handler docs. 2015-04-08 20:12:12 -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
ced097c374 GUAC-800: Fix documentation for system permission manipulation within user management controller. 2015-04-08 14:03:19 -07:00
Michael Jumper
cff71345d1 GUAC-1126: Query root group and permissions directly within user menu. 2015-04-06 12:15:05 -07:00
James Muehlner
7bf4cb83d8 GUAC-1126 Created user page service which provides the list of main pages for a user. 2015-04-05 12:15:18 -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
fc0908f9f3 GUAC-1138: Rename StableSort to SortOrder. 2015-03-26 14:36:23 -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
a0468fb2e2 GUAC-1138: Move StableSort and FilterPattern into list module. 2015-03-26 12:03:38 -07:00
Michael Jumper
468a50de9e GUAC-1138: Generalize "pager" module into "list" module. 2015-03-26 12:01:50 -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
1a05309abc GUAC-1140: Add up/down arrows. Use up/down arrows to indicate sort direction. Remove old unused arrows. 2015-03-23 16:41:09 -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
34ad1f2099 GUAC-1140: Add class which allows easy dynamic reordering of the sorting predicate used by the orderBy filter. 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
68c3d36025 GUAC-1133: Redirect to proper parent URL for given management pages (fixes GUAC-1137). 2015-03-19 15:11:17 -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
1b3b0df12c GUAC-1133: Add session table styling. 2015-03-19 14:18:43 -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
Michael Jumper
dd78341cbd GUAC-1132: Implement session deletion within management UI. 2015-03-19 12:49:03 -07:00
James Muehlner
06b68a6834 GUAC-1133 Split out session, user, and connection manage pages, rudimentary session management interface. 2015-03-17 23:19:21 -07:00
Michael Jumper
4475fcb7fb GUAC-1120: Move notifications into own service. 2015-03-12 17:34:26 -07:00
Michael Jumper
38d3d1930c GUAC-1120: Use flex layout for headers containing the user menu. 2015-03-11 22:50:53 -07:00
Michael Jumper
9a8aa14674 GUAC-1120: Move logout panel to common user menu. 2015-03-11 18:34:19 -07:00
Michael Jumper
e7af75ceed GUAC-1118: Do not include self in list of users in management UI. 2015-03-11 00:16:09 -07:00
Michael Jumper
b03d0b7c44 GUAC-1099: Paginate the connection history list, too. 2015-02-28 13:17:02 -08:00
Michael Jumper
1f9356100b GUAC-1099: Paginate management interface. Remove styles from ui.css where possible/relevant. 2015-02-26 17:46:02 -08:00
Michael Jumper
79130e96fc GUAC-1100: Add getActiveConnections() function to Connectable. 2015-02-25 16:28:30 -08:00
James Muehlner
9101fcc6bf Merge pull request #87 from glyptodon/ie10-compat
GUAC-1052: Make compatible with IE10 and ancient Firefox by pulling teeth.
2015-02-18 22:38:54 -08:00
James Muehlner
024b1c8ec5 GUAC-1078 Added clone functionality for connections and fixed some bugs around button showing for connections, groups, and users. 2015-02-18 22:22:45 -08:00
Michael Jumper
7d65b4a024 GUAC-1078: Only traverse child connection groups if defined. 2015-02-18 21:59:30 -08:00