Commit Graph

2191 Commits

Author SHA1 Message Date
Nick Couchman
ed6722ba59 GUACAMOLE-394: Merge add interface for browsing user access history. 2018-01-05 10:33:56 -05:00
Michael Jumper
dba3f52d2e GUACAMOLE-394: Timestamps within JSON from the REST API are in milliseconds, not seconds. 2018-01-04 23:25:09 -08:00
Michael Jumper
138ea40dc9 GUACAMOLE-394: List users in a table displaying last active time. 2017-12-11 20:44:28 -08:00
Michael Jumper
67fc77a1c7 GUACAMOLE-394: Expose "last active" time for connections and users via REST API. 2017-12-11 20:44:28 -08:00
Michael Jumper
b8ce9c96e7 GUACAMOLE-394: Add history endpoint at user level (analogous to Connection). 2017-12-11 20:44:28 -08:00
Michael Jumper
2928472549 GUACAMOLE-394: Add user history REST endpoint. 2017-12-11 20:44:28 -08:00
Michael Jumper
ce4cd11993 GUACAMOLE-423: Bump version numbers for all modified components to 0.9.14. 2017-12-06 00:12:43 -08:00
Michael Jumper
8d92e45227 GUACAMOLE-436: Remove old references to pre-Incubator project. 2017-12-06 00:08:11 -08:00
Michael Jumper
7c4223ce3e GUACAMOLE-436: Remove incubator prefix from repositories and URLs. 2017-12-06 00:02:33 -08:00
Michael Jumper
3df5b222a6 GUACAMOLE-436: Remove Incubator DISCLAIMER files. 2017-12-05 23:48:08 -08:00
Michael Jumper
223102c38c GUACAMOLE-412: Refactor user events with respect to extension API changes since the decoupling of auth from storage, providing AuthenticatedUser instead of UserContext to represent the user involved. 2017-10-27 13:03:17 -07:00
Michael Jumper
153996b725 GUACAMOLE-364: Merge changes restoring extension support for event listeners. 2017-10-06 09:48:33 -07:00
Carl Harris
25705a86e8 GUACAMOLE-364: addressed some documentation stragglers 2017-10-06 10:26:26 -04:00
Carl Harris
f8484befaf GUACAMOLE-364: addressed various documentation issues 2017-10-06 10:22:10 -04:00
Nick Couchman
81ffa5c8e1 GUACAMOLE-394: Merge refactor extension API to define user history 2017-09-27 18:14:43 -04:00
Michael Jumper
b59c1e7233 GUACAMOLE-210: Use empty template if field otherwise has no template. 2017-09-25 13:06:44 -07:00
Michael Jumper
3cd7f453c0 GUACAMOLE-394: Add getLastActive() function, returning the time that a user/connection was last logged-in / used. 2017-09-25 12:50:52 -07:00
Michael Jumper
b61f14e4db GUACAMOLE-394: Add history list at User object level (similar to Connection). 2017-09-25 12:49:43 -07:00
Michael Jumper
26122ebc3e GUACAMOLE-394: Deprecate ConnectionRecordSet. Refactor accordingly. 2017-09-25 12:30:03 -07:00
Michael Jumper
2c587e5f9f GUACAMOLE-393: Add AuthenticationProvider shutdown hook. 2017-09-25 11:47:44 -07:00
Michael Jumper
45adf2fd93 GUACAMOLE-393: Add session invalidation hooks to UserContext. 2017-09-25 11:47:37 -07:00
Michael Jumper
c20457f89b GUACAMOLE-393: Add session invalidation hooks to AuthenticatedUser. 2017-09-25 11:47:25 -07:00
Carl Harris
2bdf49205c GUACAMOLE-364: fixed misspelled instance variable name 2017-09-25 06:18:43 -04:00
Carl Harris
f05b108e9d GUACAMOLE-364: delete unused interface 2017-09-25 06:18:05 -04:00
Carl Harris
f63c8b43a8 GUACAMOLE-364: declare and implement new listener API
This commit also deprecates the existing listener API and
includes support for adapting existing listener implementations
to the new API.
2017-09-07 16:58:44 -04:00
Michael Jumper
1c50311178 GUACAMOLE-128: Check clipboard for received events only during bubble phase (allow clipboard service to manage propagation from its event target). 2017-09-03 18:02:46 -07:00
Michael Jumper
6ce1eb1d3a GUACAMOLE-128: Stop propagation of "cut" events from within clipboard service event target. 2017-09-03 18:02:46 -07:00
Michael Jumper
75a575d050 GUACAMOLE-128: Do not allow overlapping clipboard read attempts. 2017-09-03 18:02:46 -07:00
Michael Jumper
7e0cdd2adf GUACAMOLE-310: Use input element select() function when available. 2017-09-03 17:08:34 -07:00
Michael Jumper
47acaf5b41 GUACAMOLE-310: Wait until clipboard target is actually focused before attempting paste. 2017-09-03 17:08:34 -07:00
Michael Jumper
cc22f23c02 GUACAMOLE-310: Ensure clipboard service target remains hidden (1x1 px may be below browser's minimum dimensions for a textarea). 2017-09-03 17:08:34 -07:00
Michael Jumper
535b70fdce GUACAMOLE-310: Switch clipboard service back to using textarea for contents. 2017-09-03 17:08:34 -07:00
Carl Harris
2062f1ccc5 GUACAMOLE-364: eliminate unnecessary local variable 2017-08-17 05:28:47 -04:00
Carl Harris
beac46bff5 GUACAMOLE-364: revert unnecessary code simplification
This change isn't necessary to the stated issue. The expression
here is unnecessarily complex but that should be addressed in
another issue.
2017-08-17 05:25:51 -04:00
Carl Harris
10bc443864 GUACAMOLE-364: eliminate unnecessary local variable 2017-08-17 05:24:10 -04:00
Carl Harris
059cb75f0f GUACAMOLE-364: address style consistency issues 2017-08-17 05:11:54 -04:00
Carl Harris
6b6340ac46 GUACAMOLE-364: notify tunnel listeners in TunnelRequestService 2017-08-16 06:59:12 -04:00
Carl Harris
5a232f6825 GUACAMOLE-364: notify authentication listeners in AuthenticationService 2017-08-16 06:58:18 -04:00
Carl Harris
cfb879b763 GUACAMOLE-364: add injectable ListenerService 2017-08-16 06:57:16 -04:00
Carl Harris
109d57ecb3 GUACAMOLE-364: add extension module support for event listeners 2017-08-16 06:55:28 -04:00
Carl Harris
dca7862351 GUACAMOLE-364: add facade used to wrap extension listeners 2017-08-16 06:54:55 -04:00
Carl Harris
287ab56f0f GUACAMOLE-364: factor out common provider class instantiation support
This will allow the same error and debug logging to be used both
for the AuthenticationProviderFacade and a new ListenerFacade.
2017-08-16 06:52:49 -04:00
Nick Couchman
252c4478b4 GUACAMOLE-358: Allow settings page to load even if permissions cannot be loaded. 2017-08-11 12:57:41 -04:00
Nick Couchman
7522a495b8 GUACAMOLE-339: Display the remote host field in connection history tables. 2017-07-16 22:23:00 -04:00
Nick Couchman
7c162fde95 GUACAMOLE-338: Merge expand connections/groups by default if any of their descendants are selected. 2017-07-14 15:07:11 -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
5c4188e7ed GUACAMOLE-338: The "expandable" property of connection GroupListItems should accurately reflect the default includeSharingProfiles value. 2017-07-03 16:21:21 -07:00
Michael Jumper
5648c36c26 GUACAMOLE-338: Allow guacGroupList and guacGroupListFilter to accept GroupListItems in addition to ConnectionGroups. 2017-07-03 16:07:24 -07:00
Michael Jumper
5fcd48451c GUACAMOLE-303: Add definitions and translations for new "sftp-root-directory" parameter. 2017-06-29 15:49:43 -07:00
James Muehlner
b26a664d66 GUACAMOLE-334: Merge ability to download connection history results as csv. 2017-06-26 21:17:57 -07:00