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
|
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 |
|
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
|
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
|
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
|
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 |
|
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 |
|
James Muehlner
|
49d85dd89c
|
GUAC-1000 Responded to code review comments.
|
2015-01-20 19:40:14 -08:00 |
|
James Muehlner
|
9489eaa122
|
GUAC-1000 User list should be filtered based on update and delete permission - furthermore admins should always have access to any user.
|
2015-01-20 19:22:09 -08:00 |
|
James Muehlner
|
459449c6d3
|
GUAC-995 Improve permission checking around connections and groups.
|
2015-01-13 21:27:54 -08:00 |
|
Michael Jumper
|
aa0d11fb73
|
GUAC-992: Ignore root group when determining admin access. Take all permissions into account. Redirect to home screen if management UI cannot be used.
|
2015-01-05 18:09:36 -08:00 |
|
Michael Jumper
|
ca6259ed6a
|
GUAC-964: Add missing initialization of $scope variables in manageController.
|
2015-01-05 02:29:34 -08:00 |
|
Michael Jumper
|
47d03a8974
|
GUAC-975: Only display views once critical data is loaded.
|
2015-01-04 18:09:35 -08:00 |
|
Michael Jumper
|
74b94f9b2e
|
GUAC-968: Reduce number of namespaces. Adopt consistent string naming. Reorganize and reformat. Remove unused strings.
|
2014-12-26 21:30:09 -08:00 |
|
Michael Jumper
|
c1a606432a
|
GUAC-932: Update user connection/group permissions when saved.
|
2014-12-25 00:36:43 -08:00 |
|
Michael Jumper
|
ab553adb3b
|
GUAC-932: Actually save changes to system permissions when users are edited.
|
2014-12-24 00:52:19 -08:00 |
|
Michael Jumper
|
f564e26fd1
|
GUAC-932: Provide flag-based view for PermissionSets. Use ngModel instead of ngChecked for permission checkboxes in user edit UI.
|
2014-12-23 01:40:23 -08:00 |
|
Michael Jumper
|
c26d5a77ab
|
GUAC-932: Display current system permissions in user edit interface.
|
2014-12-22 22:51:43 -08:00 |
|
Michael Jumper
|
d4153470e7
|
GUAC-932: Display current connection/group permissions in user edit interface.
|
2014-12-22 22:37:44 -08:00 |
|
Michael Jumper
|
b8e335e3c7
|
GUAC-932: Add permissions list.
|
2014-12-22 16:40:06 -08:00 |
|
Michael Jumper
|
fae8f16780
|
GUAC-932: Partially-working user editor (no permissions).
|
2014-12-22 12:26:48 -08:00 |
|
Michael Jumper
|
73df4f4c7d
|
GUAC-932: Fully-working connection group editor.
|
2014-12-22 12:18:45 -08:00 |
|
Michael Jumper
|
8b53797b30
|
GUAC-932: Fully-working connection editor. Initial migration of users and connection groups to own edit pages. Add support for CSS classes on notification actions.
|
2014-12-22 03:19:24 -08:00 |
|
Michael Jumper
|
07a2a2da54
|
GUAC-932: Move connection editor to own page.
|
2014-12-21 23:18:37 -08:00 |
|
Michael Jumper
|
60f249aa6f
|
GUAC-932: Fix display of history.
|
2014-12-21 20:14:11 -08:00 |
|
Michael Jumper
|
c3bdbcd013
|
GUAC-932: Display the cog when parameters are not yet loaded.
|
2014-12-21 20:00:38 -08:00 |
|
Michael Jumper
|
086d9a9516
|
GUAC-932: Fix connection parameter directive and display.
|
2014-12-21 19:42:37 -08:00 |
|
Michael Jumper
|
b2b93ac858
|
GUAC-932: Fix comments regarding connection and connection group management.
|
2014-12-19 13:17:11 -08:00 |
|
Michael Jumper
|
66e7fb2234
|
GUAC-932: Migrate internals of locationChooser to guacGroupList.
|
2014-12-19 12:58:24 -08:00 |
|
Michael Jumper
|
45e107f5a9
|
GUAC-932: Begin migration of admin to new guacGroupList. Remove unused util module.
|
2014-12-19 00:11:29 -08:00 |
|
Michael Jumper
|
605d5980b8
|
GUAC-932: Restore fancy formatting of injected objects.
|
2014-12-18 21:23:39 -08:00 |
|
Michael Jumper
|
c4057baa42
|
GUAC-932: Replace use of legacy connection group filtering.
|
2014-12-17 00:21:48 -08:00 |
|
Michael Jumper
|
68d3b7741e
|
GUAC-932: Migrate to PermissionSet for reading permissions.
|
2014-12-15 15:09:14 -08:00 |
|
Michael Jumper
|
b1db52541d
|
GUAC-932: Remove filtering user service. Add permission filtering support to user retrieval endpoint.
|
2014-12-12 15:22:37 -08:00 |
|
Michael Jumper
|
4ebb66c40d
|
GUAC-932: Rename various *DAO to *Service. Rename legacy services to legacy*, pending removal/refactor.
|
2014-12-11 15:39:06 -08:00 |
|
James Muehlner
|
3c55e97abe
|
GUAC-933 Fixed connection history formatting, connection parameter saving, and create new connection view.
|
2014-12-09 23:30:14 -08:00 |
|
Michael Jumper
|
f8cef7f5df
|
GUAC-932: Add Connection and ConnectionHistoryEntry objects. Update documentation. Rename connectionDAO to connectionService.
|
2014-12-09 21:14:46 -08:00 |
|