James Muehlner
|
cde05ba929
|
Merge pull request #307 from glyptodon/bump-version
GUAC-1392: Bump Guacamole version to 0.9.9.
|
2015-12-15 16:41:39 -08:00 |
|
Michael Jumper
|
0aaf233759
|
GUAC-1392: Update Guacamole.API_VERSION.
|
2015-12-15 13:02:13 -08:00 |
|
Michael Jumper
|
bef2139822
|
GUAC-1392: Update "guacamoleVersion" of all guac-manifest.json to "0.9.9". Update ExtensionModule to accept only "0.9.9" (or "*").
|
2015-12-15 13:00:59 -08:00 |
|
Michael Jumper
|
6a77c39c68
|
GUAC-1392: Bump version to 0.9.9 within all pom.xml (all projects were modified for this release).
|
2015-12-15 12:58:22 -08:00 |
|
Mike Jumper
|
b587a39fe5
|
Merge pull request #306 from glyptodon/stuck-websocket-tunnels
GUAC-1427: Delay creation of tunnel until upgrade handshake is complete
|
2015-12-14 22:49:12 -08:00 |
|
James Muehlner
|
b4dbaf5bdb
|
GUAC-1427: Fix formatting and capitalization of comments.
|
2015-12-14 22:46:45 -08:00 |
|
James Muehlner
|
a5e7cecc27
|
GUAC-1427: Copy parameter values from request to new object since we can't keep the original request around.
|
2015-12-14 22:09:05 -08:00 |
|
Michael Jumper
|
df385a1a64
|
GUAC-1427: Do not invoke createTunnel() within WebSocket tunnels unless close() is guaranteed to eventually run.
|
2015-12-14 20:28:26 -08:00 |
|
James Muehlner
|
f1090ac977
|
Merge pull request #304 from glyptodon/stuck-http-tunnels
GUAC-1427: Ensure HTTP tunnels cannot become stuck.
|
2015-12-14 20:09:08 -08:00 |
|
James Muehlner
|
96d2477fd1
|
Merge pull request #305 from glyptodon/fix-jsdoc
GUAC-791: Fix JSDoc comments and upgrade to JSDoc 3.
|
2015-12-14 15:05:50 -08:00 |
|
Michael Jumper
|
d41a5c084f
|
GUAC-791: Add configuration file for JSDoc generation.
|
2015-12-14 14:51:15 -08:00 |
|
Michael Jumper
|
15edb39aed
|
GUAC-791: Document the Guacamole namespace.
|
2015-12-14 14:51:15 -08:00 |
|
Michael Jumper
|
7cdfd146ef
|
GUAC-791: Add missing private tags to inner variables/functions.
|
2015-12-14 14:51:15 -08:00 |
|
Michael Jumper
|
4554c64bb7
|
GUAC-791: Add missing constructor tag for Guacamole.Status. Fix swapped status code definitions.
|
2015-12-14 14:51:15 -08:00 |
|
Michael Jumper
|
2959513d95
|
GUAC-791: Fix type expressions to comply with JSDoc 3.
|
2015-12-14 14:51:15 -08:00 |
|
Michael Jumper
|
e1a256b1c1
|
GUAC-1427: Migrate HTTP tunnel storage to GuacamoleHTTPTunnelMap.
|
2015-12-11 14:37:04 -08:00 |
|
Michael Jumper
|
5b780fc8cf
|
GUAC-1427: Implement automatic tracking and expiration of HTTP tunnels, independent of explicit read/write requests.
|
2015-12-11 14:37:00 -08:00 |
|
Michael Jumper
|
b3a49dae05
|
GUAC-1427: Deprecate and remove use of guacamole-common's GuacamoleSession, storing tunnels directly within GuacamoleHTTPTunnelServlet instead.
|
2015-12-10 16:13:45 -08:00 |
|
Mike Jumper
|
91f8f5b06b
|
Merge pull request #302 from glyptodon/GUAC-1429
GUAC-1429: Return whole objects instead of identifiers to fix text/plain conversion error.
|
2015-12-09 23:06:00 -08:00 |
|
James Muehlner
|
b0ac9e8d52
|
GUAC-1429: Modify Directory API to set identifier on added object, and update javascript to use new models.
|
2015-12-09 22:59:08 -08:00 |
|
James Muehlner
|
86841ebfe3
|
GUAC-1429: Return whole objects instead of identifiers to fix text/plain conversion error.
|
2015-12-09 22:22:34 -08:00 |
|
Mike Jumper
|
f4f011e05d
|
Merge pull request #301 from glyptodon/GUAC-1430
GUAC-1430: Fix connection error handling
|
2015-12-09 21:48:27 -08:00 |
|
James Muehlner
|
28ff969d32
|
GUAC-1430: Always show connection closed status after authentication update attempt.
|
2015-12-09 21:41:47 -08:00 |
|
James Muehlner
|
f3ff3f62c7
|
GUAC-1430: Wrap error to ensure that required fields are always present.
|
2015-12-09 21:39:07 -08:00 |
|
James Muehlner
|
1b4181a200
|
GUAC-1430: Do not move on to the next chained tunnel on upstream timeout.
|
2015-12-09 21:15:15 -08:00 |
|
James Muehlner
|
5d89674a9d
|
Merge pull request #300 from glyptodon/dont-cross-the-streams
GUAC-1428: Do not call handlers on non-existent streams.
|
2015-12-09 19:45:17 -08:00 |
|
Michael Jumper
|
e6d6c5c56e
|
GUAC-1428: Do not call handlers on non-existent streams.
|
2015-12-09 19:43:44 -08:00 |
|
Mike Jumper
|
40a27a1c10
|
Merge pull request #299 from glyptodon/GUAC-1426
GUAC-1426 Remove code to retroactively grant UPDATE permission to existing users
|
2015-12-09 19:43:11 -08:00 |
|
James Muehlner
|
61a73ba5bc
|
GUAC-1426 Remove code to retroactively grant UPDATE permission to existing users.
|
2015-12-09 19:39:54 -08:00 |
|
James Muehlner
|
8cf4b61720
|
Merge pull request #297 from glyptodon/ldap-ssl-starttls
GUAC-1166: Add support for SSL/TLS and STARTTLS to LDAP.
|
2015-12-08 20:24:56 -08:00 |
|
Michael Jumper
|
d51a719f2f
|
GUAC-1406: Explicitly call startTLS() if STARTTLS is enabled.
|
2015-12-08 16:08:27 -08:00 |
|
Michael Jumper
|
8724ef7de7
|
GUAC-1166: Use appropriate socket factory depending on selected encryption method.
|
2015-12-08 14:27:38 -08:00 |
|
Michael Jumper
|
a692253b68
|
GUAC-1166: Add ldap-encryption-method property. Select appropriate default port depending on encryption method.
|
2015-12-08 14:27:38 -08:00 |
|
James Muehlner
|
13dd7fed48
|
Merge pull request #296 from glyptodon/connection-perm-filter
GUAC-1406: Filter connections/groups within user edit screen.
|
2015-12-08 14:26:43 -08:00 |
|
Michael Jumper
|
8e0dbfc36e
|
GUAC-1406: Add filtering to connection permissions within user edit screen.
|
2015-12-08 13:57:04 -08:00 |
|
Michael Jumper
|
c31e865b49
|
GUAC-1406: Remove injection of unused $q service from manageUserController.
|
2015-12-08 13:57:04 -08:00 |
|
Michael Jumper
|
e060b6dfed
|
GUAC-1406: Generalize header formatting into own stylesheet.
|
2015-12-08 13:49:59 -08:00 |
|
James Muehlner
|
b113b7a358
|
Merge pull request #294 from glyptodon/connection-filter
GUAC-1406: Implement connection filtering within admin UI and home screen
|
2015-12-08 12:44:06 -08:00 |
|
Michael Jumper
|
e7d89fc659
|
GUAC-1406: Add filtering to main connection list of the home screen.
|
2015-12-05 22:30:42 -08:00 |
|
Michael Jumper
|
edc3f19216
|
GUAC-1406: Add filtering to connection admin UI.
|
2015-12-03 22:13:11 -08:00 |
|
Michael Jumper
|
e38d4a089a
|
GUAC-1406: Add directive for filtering connection group hierarchies.
|
2015-12-03 20:20:39 -08:00 |
|
Mike Jumper
|
6188253398
|
Merge pull request #293 from glyptodon/GUAC-1406
GUAC-1406: Add user filtering on settings tab.
|
2015-12-02 22:55:23 -08:00 |
|
James Muehlner
|
400afcba64
|
GUAC-1406: Add user filtering on settings tab.
|
2015-12-02 22:29:35 -08:00 |
|
Mike Jumper
|
6009680cc2
|
Merge pull request #292 from glyptodon/GUAC-1391
GUAC-1391: Skip readable check when listing active sessions for system administrators
|
2015-12-02 20:19:54 -08:00 |
|
James Muehlner
|
a0e18286d1
|
GUAC-1391: Skip readable check when listing active sessions for system administrators.
|
2015-12-02 20:17:16 -08:00 |
|
Mike Jumper
|
87925d9dc6
|
Merge pull request #291 from glyptodon/search-perf
GUAC-1373: Improve connection history search performance
|
2015-11-24 23:35:26 -08:00 |
|
James Muehlner
|
e2e8979654
|
GUAC-1373: Modify connection history page to show duration instead of end date.
|
2015-11-24 23:29:01 -08:00 |
|
James Muehlner
|
622b7f5806
|
GUAC-1373: Refactor admin-specific HistoryEntryDuration class into generic ConnectionHistoryEntry.Duration.
|
2015-11-24 22:01:46 -08:00 |
|
James Muehlner
|
edf22d6ab1
|
GUAC-1373: Modified connection history record search to only filter by start date.
|
2015-11-24 22:01:38 -08:00 |
|
James Muehlner
|
8f58d90ec7
|
GUAC-1373: Add new indexes to help performance in search query.
|
2015-11-24 21:34:43 -08:00 |
|