James Muehlner
|
fa246fe19c
|
Merge pull request #128 from glyptodon/filter-date
GUAC-1138: Add filtering/sorting on displayed date.
|
2015-03-29 14:30:42 -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 |
|
James Muehlner
|
9eb9ccc5fa
|
Merge pull request #126 from glyptodon/generic-filter
GUAC-1138: Remove wrapper-specific filter code.
|
2015-03-27 13:57:19 -07:00 |
|
Michael Jumper
|
0e01cfc4fb
|
GUAC-1138: Remove wrapper-specific filter code. Make FilterPattern, etc. generic.
|
2015-03-27 13:37:39 -07:00 |
|
James Muehlner
|
97ba33700c
|
Merge pull request #125 from glyptodon/list-module
GUAC-1138: Add generalized list module
|
2015-03-26 16:11:11 -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
|
647a1b15b3
|
GUAC-1138: Add missing semicolon within guacPager controller.
|
2015-03-26 12:14:08 -07:00 |
|
Michael Jumper
|
b582aa45ef
|
GUAC-1138: Fix guacPager template path.
|
2015-03-26 12:13:43 -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 |
|
Mike Jumper
|
00324f9cfb
|
Merge pull request #124 from glyptodon/pattern-filtering
Basic pattern filtering
|
2015-03-26 01:09:32 -07:00 |
|
James Muehlner
|
d26d354ff9
|
GUAC-1138 Migrate to FilterPattern class.
|
2015-03-25 22:38:01 -07:00 |
|
James Muehlner
|
770078fc6e
|
GUAC-1138 Fix modal.min.js warning during build.
|
2015-03-25 22:36:18 -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 |
|
James Muehlner
|
88eb8dba24
|
Merge pull request #123 from glyptodon/session-sort
GUAC-1140: Implement dynamic sorting of active sessions.
|
2015-03-25 18:01:48 -07:00 |
|
Michael Jumper
|
5f9d5c9cf1
|
GUAC-1140: Use new generic down arrow instead of action-specific "open-downward".
|
2015-03-23 16:41:09 -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 |
|
James Muehlner
|
c83c34ee7e
|
Merge pull request #121 from glyptodon/active-connection-directory
GUAC-1132: Implement active connection directory.
|
2015-03-23 16:30:53 -07:00 |
|
James Muehlner
|
30166fcb58
|
Merge pull request #122 from glyptodon/bump-version
GUAC-1128: Bump version numbers to 0.9.6 as necessary.
|
2015-03-23 15:39:08 -07:00 |
|
Michael Jumper
|
bbae09b51b
|
GUAC-1128: Bump version numbers to 0.9.6 as necessary.
|
2015-03-23 15:36:00 -07:00 |
|
Michael Jumper
|
328ecb1f9c
|
GUAC-1132: Add active connection permission support to JavaScript permission services and related types.
|
2015-03-20 21:32:47 -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
|
2e08cd27c4
|
GUAC-1132: Fix active connection REST service - wrong permission set.
|
2015-03-20 19:12:41 -07:00 |
|
Michael Jumper
|
e1ae69c159
|
GUAC-1132: Add permissions for active connections.
|
2015-03-20 18:24:56 -07:00 |
|
Michael Jumper
|
2179f7b143
|
GUAC-1132: Move canReadPermissions() into AbstractPermissionService.
|
2015-03-20 18:24:17 -07:00 |
|
Michael Jumper
|
f9584bb59d
|
GUAC-1132: Split non-database permission service functions into interfaces.
|
2015-03-20 17:36:54 -07:00 |
|
Michael Jumper
|
ffc29ed398
|
GUAC-1132: Handle active connections via permissions. Expose via dedicated object - do not rely on calling them tunnels.
|
2015-03-20 17:17:59 -07:00 |
|
Michael Jumper
|
c2bffcba23
|
GUAC-1132: Rename DirectoryObject to ModeledDirectoryObject.
|
2015-03-20 16:35:30 -07:00 |
|
Michael Jumper
|
55fb19c87b
|
GUAC-1132: Extract non-database pieces of DirectoryObjectService into IdentifiableObjectService interface.
|
2015-03-20 16:19:06 -07:00 |
|
James Muehlner
|
90551955cd
|
Merge pull request #120 from glyptodon/restore-xff
GUAC-1135: Restore support for X-Forwarded-For.
|
2015-03-20 14:04:40 -07:00 |
|
Michael Jumper
|
24a7525ab5
|
GUAC-1135: Derive remote host from X-Forwarded-For, if present.
|
2015-03-20 13:10:15 -07:00 |
|
Michael Jumper
|
8c7b89986c
|
GUAC-1135: Restore logging of IP addresses during authentication. Restore logging of failed auth attempts.
|
2015-03-20 12:03:42 -07:00 |
|
James Muehlner
|
a4b0325f51
|
Merge pull request #119 from glyptodon/management-ui-style
GUAC-1133: Clean up management UI style.
|
2015-03-19 15:32:00 -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
|
35f3d9e158
|
GUAC-1133: Modify section headers to match menu option.
|
2015-03-19 15:03:32 -07:00 |
|
Michael Jumper
|
70e7d1b329
|
GUAC-1133: Fix disabling of management menu options for users/connections/sessions.
|
2015-03-19 15:01:53 -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
|
292b01d475
|
GUAC-1133: Add disabled button styling.
|
2015-03-19 14:19:20 -07:00 |
|