Commit Graph

  • dc41f58639 Merge pull request #285 from glyptodon/video-error James Muehlner 2015-11-02 14:00:23 -08:00
  • ae8161e2db Merge pull request #287 from glyptodon/dutch-translations James Muehlner 2015-11-02 13:56:11 -08:00
  • 91d47425a9 GUAC-1380: Add missing Dutch translations. Norbert Klaus 2015-11-02 13:50:41 -08:00
  • fe68f44c44 Merge pull request #286 from glyptodon/logout-action James Muehlner 2015-11-02 13:39:42 -08:00
  • f708e4b204 GUAC-1376: Add reconnect button style. Michael Jumper 2015-11-02 13:35:09 -08:00
  • 835cb21315 GUAC-1376: Add logout action to disconnect/error notification in client. Michael Jumper 2015-11-02 13:15:37 -08:00
  • 3cc78665e2 GUAC-1375: MS EDGE will fail if canPlayType() is called under certain circumstances, but this function need not be called anymore anyway. Use Guacamole.VideoPlayer.getSupportedTypes(). Michael Jumper 2015-11-02 12:52:04 -08:00
  • 727f2980dd Merge pull request #265 from IT-Experte/patch-2 Mike Jumper 2015-11-02 12:05:06 -08:00
  • 0476b7a87e GUAC-1338: Add German translation for connection session and filter Mathias 2015-11-02 12:56:33 +01:00
  • a1071832fb Merge pull request #284 from glyptodon/complex-ldap James Muehlner 2015-10-23 16:59:09 -07:00
  • 70785697f0 GUAC-1115: Fix typo in comment regarding ldap-username-attribute. Michael Jumper 2015-10-23 16:42:01 -07:00
  • 1b0961bee5 GUAC-1115: Do not require config base DN if not storing connections. Michael Jumper 2015-10-23 16:29:44 -07:00
  • c173929002 GUAC-1115: Log failures to bind with search DN. Michael Jumper 2015-10-23 16:09:54 -07:00
  • bd497c40b1 GUAC-1115: Move LDAP connection management into own service. Michael Jumper 2015-10-23 16:03:53 -07:00
  • 00bf24791f GUAC-1115: Ensure LDAP connection is always cleaned up. Michael Jumper 2015-10-23 15:53:04 -07:00
  • 80a6e4cac6 GUAC-1115: Fix formatting of user query. Michael Jumper 2015-10-23 15:51:40 -07:00
  • 529dccf675 GUAC-1115: Fix NPE in password conversion. Michael Jumper 2015-10-23 15:51:22 -07:00
  • 725e7d553c GUAC-1115: Add ConfigurationService functions for retrieving search DN and password. Michael Jumper 2015-10-23 15:38:44 -07:00
  • bf53b5515d GUAC-1115: Move DN derivation into UserService. Michael Jumper 2015-10-23 15:22:31 -07:00
  • 947e7b1004 GUAC-1115: Add LDAP query for retrieving the DNs which correspond to a particular user account. Michael Jumper 2015-10-23 15:18:33 -07:00
  • eca825c899 GUAC-1115: Split bindAs() into LDAP- and Guacamole-specific versions of the same. Michael Jumper 2015-10-23 15:17:57 -07:00
  • c563fa43b4 GUAC-1115: Warn if we need to directly derive the user DN, but can't because multiple username attributes were provided. Michael Jumper 2015-10-20 15:24:26 -07:00
  • 1c7794b870 GUAC-1115: Treat empty lists as blank. Michael Jumper 2015-10-20 15:21:47 -07:00
  • cbfcd8b1e4 GUAC-1115: Add and document ldap-search-bind-* properties. Michael Jumper 2015-10-20 15:19:04 -07:00
  • abe709a71b GUAC-1115: Proceed even if an error prevents retrieval of all users in the directory (mitigates GUAC-1353). Michael Jumper 2015-10-20 15:18:17 -07:00
  • b87afb9b54 GUAC-1115: Correct documented semantics of LDAP_USER_BASE_DN. Michael Jumper 2015-10-20 15:00:19 -07:00
  • 8c284399b1 GUAC-1115: Accept multiple username attributes. Michael Jumper 2015-10-20 14:57:09 -07:00
  • 024557feeb Merge pull request #282 from glyptodon/ssh-command James Muehlner 2015-10-20 11:56:38 -07:00
  • 638e83a98c GUAC-1038: Add SSH "command" parameter to translation strings and protocol JSON. Michael Jumper 2015-10-19 16:06:06 -07:00
  • 1c00646eb8 Merge pull request #281 from glyptodon/video-stream James Muehlner 2015-10-19 09:59:39 -07:00
  • 3057db60ff GUAC-1354: Add base Guacamole.VideoPlayer (no codec implementations at present). Allow custom video codec implementations via onvideo callback on Guacamole.Client. Michael Jumper 2015-10-18 22:07:01 -07:00
  • b9a97646ee Merge pull request #279 from glyptodon/history-usability James Muehlner 2015-10-17 12:24:17 -07:00
  • c0b2f106be Merge pull request #280 from glyptodon/jdbc-history-perf James Muehlner 2015-10-17 12:22:51 -07:00
  • 6f99b89926 GUAC-1193: Fix logic error caused by missing braces. Add braces for readability elsewhere. Michael Jumper 2015-10-16 22:47:49 -07:00
  • 18d8674c6f GUAC-1193: Show the gear within the history table when search results are loading. Michael Jumper 2015-10-16 22:45:34 -07:00
  • 58d7fc4e18 GUAC-1193: Add indexes to start_date and end_date columns. Michael Jumper 2015-10-16 17:54:50 -07:00
  • 50e7c7075f Merge pull request #278 from glyptodon/invalidate-sessions James Muehlner 2015-10-16 15:51:21 -07:00
  • 7ae531d3c2 GUAC-1364: Implicitly invalidate user session if unauthorized upon disconnect. Michael Jumper 2015-10-16 14:55:19 -07:00
  • 2a155cdbac GUAC-1364: Implicitly invalidate user session if unauthorized upon connect. Michael Jumper 2015-10-16 14:07:08 -07:00
  • 1f316e5e68 GUAC-1364: Move session management into AuthenticationService. The token map should not appear anywhere else (except where needed to configure dependency injection of the same). Michael Jumper 2015-10-16 13:59:43 -07:00
  • 4cded89c83 GUAC-1364: Check authentication status at the end of each connection. Michael Jumper 2015-10-16 12:34:53 -07:00
  • c606d72c8a GUAC-1364: Invalidate session after token has been invalidated. Michael Jumper 2015-10-16 12:00:15 -07:00
  • 6dc4adf6c9 GUAC-1364: Implicitly invalidate auth tokens when handling GuacamoleUnauthorizedExceptions within REST services. Michael Jumper 2015-10-16 11:46:28 -07:00
  • 226f37e7e7 GUAC-1364: Restrict use of reflection API to objects compatible with Java 6. Michael Jumper 2015-10-15 16:42:03 -07:00
  • 25dff1a322 GUAC-1364: Pull auth token from the parameters of methods which throw a GuacamoleUnauthorizedException. Stub out automatic invalidation of that token. Michael Jumper 2015-10-15 16:04:46 -07:00
  • 51712f2727 GUAC-1364: GuacamoleCredentialsException should be a GuacamoleUnauthorizedException (not just a generic "security" exception). Michael Jumper 2015-10-15 15:13:31 -07:00
  • f5e5e90158 Merge pull request #277 from glyptodon/fix-sort-order James Muehlner 2015-10-16 09:38:55 -07:00
  • 404a9ee77d GUAC-1193: Fix the history sort order - sorting mainly by username for historical records is just silly. Michael Jumper 2015-10-15 16:56:46 -07:00
  • 74121cb796 Merge pull request #276 from glyptodon/GUAC-1193 James Muehlner 2015-10-15 15:58:40 -07:00
  • e5d1458ef7 GUAC-1193: We're displaying history records, not user sessions. Michael Jumper 2015-10-15 15:25:50 -07:00
  • e71d7e3a4f GUAC-1193: Fix year of copyright notice. Michael Jumper 2015-10-15 15:24:56 -07:00
  • a24e754c80 GUAC-1193: Fix documentation of historyRecords property. Michael Jumper 2015-10-15 15:23:07 -07:00
  • 854e7e8196 GUAC-1193: Reword history search instructions. Michael Jumper 2015-10-15 14:38:19 -07:00
  • aa2261c282 GUAC-1193: Use actual form and submit button - allow automatic handling of searching via pressing "Enter", etc. Michael Jumper 2015-10-15 14:07:26 -07:00
  • 83edfb9832 GUAC-1193: Use filter token parser to split search string. Michael Jumper 2015-10-15 14:03:14 -07:00
  • fc11926288 GUAC-1193: Add filter placeholder to search input field. Michael Jumper 2015-10-15 13:50:49 -07:00
  • e221933e03 GUAC-1193: Remove use of @AuthProviderRESTExposure from history service (not used as of GUAC-1364). Michael Jumper 2015-10-15 13:25:19 -07:00
  • cef124e212 Merge branch 'master' into GUAC-1193 Michael Jumper 2015-10-15 13:24:14 -07:00
  • 38e62bd28e Merge pull request #275 from glyptodon/remove-auth-provider-rest-exposure James Muehlner 2015-10-14 17:33:40 -07:00
  • 4b26750a3a GUAC-1364: Finally remove the @AuthProviderRESTExposure annotation. Michael Jumper 2015-10-14 17:18:08 -07:00
  • fdbc68bb92 GUAC-1193: Implement front end for connection history. James Muehlner 2015-10-13 23:38:55 -07:00
  • 03c1ac1876 GUAC-1193 Add required connection name property to connection record. James Muehlner 2015-10-13 20:04:24 -07:00
  • 6979ca8e29 Merge pull request #273 from glyptodon/dialog-overflow James Muehlner 2015-10-13 10:39:15 -07:00
  • bd249a2a36 Merge pull request #274 from glyptodon/restrict-lang James Muehlner 2015-10-12 18:05:42 -07:00
  • fdd23036a2 GUAC-1345: Add 'allowed-languages' property. Restrict loaded languages to keys explicitly listed, if any. Michael Jumper 2015-10-12 17:23:41 -07:00
  • 35a828bfb6 GUAC-1345: Do not attempt to retrieve translation files for languages which are not explicitly listed as available by the REST API. Michael Jumper 2015-10-12 17:11:46 -07:00
  • c57893f5d3 GUAC-1345: Add simple property type which parses to a set of strings. Michael Jumper 2015-10-12 17:10:46 -07:00
  • 27fea9574b GUAC-1349: Ensure file transfer dialog does not overflow viewport bounds. Michael Jumper 2015-10-12 10:53:53 -07:00
  • 3c271da9b4 GUAC-1193: Do not use <bind> within <foreach>, as it only substitutes the last bound value for *ALL* usages of the created variable. Do not use LIKE, as we would then have to escape the search term in Java. Michael Jumper 2015-10-08 17:54:43 -07:00
  • 3cdcb1004f GUAC-1193: Move history record query and permission checks into ConnectionService. Michael Jumper 2015-10-08 16:33:33 -07:00
  • 9b99fd7323 GUAC-1193: Add searchReadable() query, limited by available permissions. Michael Jumper 2015-10-08 16:32:55 -07:00
  • b02fdb673a GUAC-1193: Fix ordering of record search results (OGNL comparison for enums is not string-based). Michael Jumper 2015-10-08 14:35:06 -07:00
  • ac71bf553a GUAC-1193: Remove unused import. Michael Jumper 2015-10-08 14:00:03 -07:00
  • 2ce4fd12ad GUAC-1193: Add PostgreSQL version of history query. Michael Jumper 2015-10-08 13:54:01 -07:00
  • ef128b492d GUAC-1193: Fix description of query. Michael Jumper 2015-10-08 13:53:49 -07:00
  • a631aa803b GUAC-1193: Implement JDBC ConnectionRecordSet. Add MySQL mapping. James Muehlner 2015-10-06 23:06:21 -07:00
  • ae9a39edb9 GUAC-1193: Do not search for empty terms. James Muehlner 2015-10-06 23:05:18 -07:00
  • 1b5663f5c0 GUAC-1193: Document possibility of side effects when using subset functions of ConnectionRecordSet. James Muehlner 2015-10-06 22:47:04 -07:00
  • 189265165a Merge pull request #272 from glyptodon/new-media-streams James Muehlner 2015-10-02 23:27:17 -07:00
  • d4f4ec0fb2 GUAC-1354: Use ArrayBuffer.slice - do not call slice directly on typed arrays (not widely supported). Michael Jumper 2015-10-02 16:52:37 -07:00
  • 079e3dad8c GUAC-1354: Dynamically split and reassemble audio packets to minimize clicking. Michael Jumper 2015-10-02 16:42:24 -07:00
  • a3dd959dc4 GUAC-1354: Do not recalculate max latency using packet duration. Audio packet duration will ALWAYS be roughly the same due to the max blob size. Michael Jumper 2015-09-30 17:11:54 -07:00
  • 324c800167 GUAC-1354: Use Guacamole.AudioPlayer.getSupportedTypes() to query available audio mimetypes within webapp. Michael Jumper 2015-09-30 17:07:14 -07:00
  • 572534c6d3 GUAC-1354: Use Web Audio API timestamps directly - no need to convert to milliseconds and back. Michael Jumper 2015-09-30 17:06:23 -07:00
  • f0e6da86c9 GUAC-1354: Use Guacamole.AudioPlayer.getInstance(), etc. to abstract away the various implementations. Michael Jumper 2015-09-30 17:02:18 -07:00
  • df57eac616 GUAC-1354: Use past audio packet size to determine playback latency threshold for audio. Add missing private annotations. Michael Jumper 2015-09-28 13:23:40 -07:00
  • ff5687c01e GUAC-1354: Refactor Guacamole.AudioChannel to Guacamole.AudioPlayer. Michael Jumper 2015-09-28 12:37:09 -07:00
  • c54001476d Merge pull request #253 from flangelo/num_keypad_map Mike Jumper 2015-09-24 13:25:52 -07:00
  • ff255ce977 GUAC-1314: Remove is_mac flag Frode Langelo 2015-09-24 15:55:54 +00:00
  • 005d7897fb GUAC-1314: Remove mapping of Mac's Clear to Num Lock. Frode Langelo 2015-09-24 03:21:27 +00:00
  • 3c5f72b288 GUAC-1193: Include connection identifier within history records. Michael Jumper 2015-09-23 16:02:17 -07:00
  • e1908bf6e8 GUAC-1193: Implement and document historyService - a JavaScript service for accessing the history REST endpoint. Michael Jumper 2015-09-23 15:46:38 -07:00
  • 805c647cdd GUAC-1193: Implement history REST service. Michael Jumper 2015-09-23 15:22:58 -07:00
  • 16d047e81e GUAC-1193: Remove after() and before() functions from ConnectionRecordSet. They would not be used. Michael Jumper 2015-09-23 14:41:19 -07:00
  • 5de7682cf7 GUAC-1193: Create connection history interface, and add simple implementation. James Muehlner 2015-09-22 23:33:42 -07:00
  • 250ad62539 Merge pull request #271 from glyptodon/check-once James Muehlner 2015-09-21 00:30:48 -07:00
  • 8cc51113a2 GUAC-1305: Only test for supported images when guacImage is initially loaded. No need to retest. Michael Jumper 2015-09-20 22:30:01 -07:00
  • 82a7af1cdb Merge pull request #270 from glyptodon/check-webp-support James Muehlner 2015-09-20 17:48:02 -07:00
  • ed4e07d640 Merge pull request #269 from glyptodon/image-handshake James Muehlner 2015-09-20 17:43:28 -07:00
  • b890ab17f3 Merge branch 'webp' of git://github.com/flangelo/guacamole-client into check-webp-support Michael Jumper 2015-09-20 17:24:42 -07:00