Commit Graph

  • c00525340f Merge pull request #218 from glyptodon/german-osk James Muehlner 2015-07-16 17:56:08 -07:00
  • e1f9539df2 GUAC-1254: Correct key abbreviations for German layout. Michael Jumper 2015-07-16 15:15:21 -07:00
  • 87acfecb1b GUAC-1254: Fade out keys not applicable to AltGR if AltGr is active. Michael Jumper 2015-07-16 14:47:25 -07:00
  • d4b03bc499 GUAC-1254: Align keys within German OSK JSON. Michael Jumper 2015-07-16 14:27:32 -07:00
  • d59ae6ca22 GUAC-1254: Remove duplicate "^" key. Michael Jumper 2015-07-16 14:26:00 -07:00
  • ff45819cd1 GUAC-1254: Add AltGr key to German keyboard layout and OSK style. Michael Jumper 2015-07-16 14:25:16 -07:00
  • 39b47de3cf GUAC-1254: German key layout is "qwertz", not "qwerty". Fix key spacing and titles. Michael Jumper 2015-07-16 13:37:47 -07:00
  • 8537496b76 GUAC-1254: Create German on screen layout Mathias Müller 2015-07-16 21:56:16 +02:00
  • f188866288 Merge pull request #214 from glyptodon/translation-fallback James Muehlner 2015-07-14 17:12:12 -07:00
  • f55aa0cfed Merge pull request #215 from glyptodon/ie11-z-index James Muehlner 2015-07-14 15:22:37 -07:00
  • 4e1bd0530f GUAC-1249: Ensure stacking context of login UI fields is explicit (see http://stackoverflow.com/questions/1287439/ie7-z-index-layering-issues). Michael Jumper 2015-07-14 15:08:30 -07:00
  • 1ac2986b93 GUAC-1230: Standardize inclusion of third-party JavaScript libraries. Michael Jumper 2015-07-14 13:36:10 -07:00
  • 8e1d8b8af9 GUAC-1230: Add all messageformat.js locales. Michael Jumper 2015-07-14 13:20:44 -07:00
  • 7efbaf10c3 GUAC-1230: Only explicitly specify JavaScript source files where order is critical. Michael Jumper 2015-07-14 13:11:09 -07:00
  • d60370b2d3 GUAC-1230: Do not rely on loader for fallback. Force fallback within angular-translate by returning an empty translation. Michael Jumper 2015-07-14 12:54:18 -07:00
  • 30b62f2cfb GUAC-1230: Restore usage of browser language default. Michael Jumper 2015-07-14 12:51:17 -07:00
  • 293dface89 Merge pull request #213 from glyptodon/vnc-rdp-sftp James Muehlner 2015-07-11 13:37:38 -07:00
  • f98ff0b98e GUAC-1171: Add translation strings for SFTP parameters of VNC and RDP. Michael Jumper 2015-07-10 21:16:19 -07:00
  • 10e266aea9 GUAC-1171: Add SFTP parameters to VNC. Michael Jumper 2015-07-10 21:15:35 -07:00
  • 1060d7b48e GUAC-1171: Add SFTP parameters to RDP. Michael Jumper 2015-07-10 21:15:27 -07:00
  • 4403663925 Merge pull request #212 from glyptodon/german James Muehlner 2015-07-09 17:24:01 -07:00
  • 5406b936f3 GUAC-1255: Translate plurals for German. Michael Jumper 2015-07-09 17:05:30 -07:00
  • f9ccd4c87b GUAC-1255: Add German locale for messageformat.js. Michael Jumper 2015-07-09 17:01:32 -07:00
  • e60fdd58a8 GUAC-1255: Remove country code from language name. Michael Jumper 2015-07-09 17:00:15 -07:00
  • 95422136e0 GUAC-1255: Add German translation. Sven Thuma 2015-07-09 16:57:32 -07:00
  • 7293dab3e1 Merge pull request #190 from stephenryoungster/master Mike Jumper 2015-07-08 10:53:19 -07:00
  • 7aeb16f31e Merge pull request #211 from glyptodon/cors-httptunnel James Muehlner 2015-07-07 22:11:46 -07:00
  • 19eb4e3971 GUAC-1083: Clarify new optional parameter for controlling CORS within Guacamole.HTTPTunnel. Michael Jumper 2015-07-07 22:06:37 -07:00
  • 8d4e413e2c GUAC-1083: Add CORS support to Guacamole.HTTPTunnel david 2015-02-11 11:03:00 +02:00
  • c3b6d68588 Merge pull request #210 from glyptodon/chained-tunnel-reconnect James Muehlner 2015-07-07 21:27:26 -07:00
  • 9d0703125a GUAC-1084: Clarify comment describing committedTunnel. Michael Jumper 2015-07-07 21:21:18 -07:00
  • f3573f0a59 Merge branch 'ChainedTunnelReconnectFix' of git://github.com/daviddvora/guacamole-client into chained-tunnel-reconnect Michael Jumper 2015-07-07 21:18:58 -07:00
  • b453f14c5e Merge pull request #208 from flangelo/keyboard_menu_super_stuck Mike Jumper 2015-07-07 21:02:19 -07:00
  • a61f7e8e30 Merge pull request #209 from glyptodon/flangelo-mouse-scroll James Muehlner 2015-07-07 20:56:33 -07:00
  • 3d3149246a GUAC-1244: Replace timeout with better line/page constants. Reset scroll_delta so the delta doesn't have to evenly divide into scrollThreshold. Michael Jumper 2015-07-07 20:33:02 -07:00
  • 198951a3d9 GUAC-1244: Restore compliance with coding style. Michael Jumper 2015-07-07 19:41:21 -07:00
  • dded6644f8 GUAC-1244: Added timeout to mouse scroll events to catch and issue minor scrolling to remote Frode Langelo 2015-07-06 12:33:43 -07:00
  • be36726a9b GUAC-1245: OSK Super and Menu keys are stuck together. Remove 'super' modifier on Meny key so that these work independently and the context menu can be accessed from the Menu key Frode Langelo 2015-07-06 13:45:01 -07:00
  • fd3619a41d Merge pull request #206 from glyptodon/file-browser James Muehlner 2015-07-05 14:06:09 -07:00
  • a7366e88b3 GUAC-1172: Use $templateRequest now that we have it (Angular 1.3.x) - no need to manually check/populate $templateCache. Michael Jumper 2015-07-05 13:45:10 -07:00
  • 05eb8da0ec GUAC-1172: Use template for files within the file browser. Michael Jumper 2015-07-05 13:42:56 -07:00
  • e6886f7bbf GUAC-1172: Move file transfer manager to corner of client display. Michael Jumper 2015-07-03 16:16:55 -07:00
  • 6816314797 GUAC-1172: Add translation strings for filesystem menu. Michael Jumper 2015-07-03 13:12:18 -07:00
  • daf52dee5e GUAC-1172: Implement file upload through object streams. Michael Jumper 2015-07-03 13:07:19 -07:00
  • cfd3710bf2 GUAC-1172: Provide root-level breadcrumb. Michael Jumper 2015-07-03 12:40:11 -07:00
  • 94b022b513 GUAC-1172: Allow file browser breadcrumbs to wrap. Michael Jumper 2015-07-03 11:55:10 -07:00
  • 6edb954501 GUAC-1172: No whitespace between icon and filename. Michael Jumper 2015-07-03 11:47:22 -07:00
  • d265c814e1 GUAC-1172: Sort files lexicographically with directories first. Michael Jumper 2015-07-03 11:44:51 -07:00
  • e2f83dd306 GUAC-1172: Migrate to from ngRepeat to $interpolate for the file browser - Guacamole needs to be easy to $digest ;). Michael Jumper 2015-07-02 23:08:06 -07:00
  • 149fba6737 GUAC-1172: Implement navigation via breadcrumbs - no more tree. Michael Jumper 2015-07-01 15:47:01 -07:00
  • c673de30e1 GUAC-1172: Implement download of specific files via click. Michael Jumper 2015-07-01 11:49:11 -07:00
  • 0055cf71ee GUAC-1172: Display file browser within own menu. Show available devices in guac menu. Michael Jumper 2015-06-23 16:42:50 -07:00
  • 3109fe8138 GUAC-1172: Implement file browsing directive. Track expanded/collapsed state within ManagedFilesystem.File. Michael Jumper 2015-06-23 16:40:34 -07:00
  • 1494f2d46c GUAC-1172: Separate sidebar menu style into own class. Michael Jumper 2015-06-23 16:34:11 -07:00
  • 4c589c0f34 GUAC-1172: Define ManagedFilesystem type. Handle received filesystem objects. Michael Jumper 2015-06-22 16:42:56 -07:00
  • c8cfbc2e96 Merge pull request #205 from glyptodon/angular-1.3 James Muehlner 2015-07-02 18:48:37 -07:00
  • 04a303108d GUAC-1172: Work around angular-translate/angular-translate#788 by using the translate directive (no filter). Current scope is not available to filters as of AngularJS 1.3. Michael Jumper 2015-07-02 16:12:17 -07:00
  • 076a549754 GUAC-1172: Upgrade angular-translate to 2.7.2. Configure required sanitization strategy. Use null instead of false for lack of login error. Michael Jumper 2015-07-02 15:28:34 -07:00
  • e973f7de6b GUAC-1172: Upgrade to Angular 1.3.16. Update form template to work around angular/angular.js#12260. Michael Jumper 2015-07-02 15:10:38 -07:00
  • 7a88c98dba Merge pull request #203 from glyptodon/object-api James Muehlner 2015-06-22 14:44:21 -07:00
  • 4ec407b6b6 GUAC-1172: Comply with newly-adopted JavaScript coding style. Michael Jumper 2015-06-22 12:41:11 -07:00
  • 88a3f12a8b GUAC-1172: Add constant for stream index mimetype. Michael Jumper 2015-06-20 16:06:54 -07:00
  • fae71e44f6 GUAC-1172: Fix reference to enqueueBodyCallback() - it's "enqueue", not "queue". Michael Jumper 2015-06-20 13:09:11 -07:00
  • d332b028e3 GUAC-1172: Add Guacamole.Object and handlers for object-related instructions. Michael Jumper 2015-06-19 21:38:56 -07:00
  • d37d3914c9 GUAC-1172: Implement JSONreader for convenience. Michael Jumper 2015-06-19 21:30:02 -07:00
  • 83f6c00b21 Merge pull request #202 from glyptodon/dutch James Muehlner 2015-06-19 09:57:57 -07:00
  • cc409d0b36 GUAC-1238: Remove country code from English, as well. If none of the others use it, we really shouldn't either unless multiple dialects of English are added. Michael Jumper 2015-06-19 09:50:34 -07:00
  • 3c1580ce77 GUAC-1238: Add missing messageformat.js locale. Michael Jumper 2015-06-19 09:49:39 -07:00
  • ab7119311d GUAC-1238: Remove country code from language name. Michael Jumper 2015-06-19 09:45:47 -07:00
  • 8f8873e4e5 GUAC-1238: Added Dutch translation Norbert Klaus 2015-06-19 13:26:06 +02:00
  • 00ee57a415 Merge pull request #200 from glyptodon/rdp-perf-flags James Muehlner 2015-06-15 10:04:54 -07:00
  • 73f4ae9d72 GUAC-835: Add RDP performance flag parameters to interface. Michael Jumper 2015-06-12 17:10:05 -07:00
  • 027fa1d85e Merge pull request #199 from glyptodon/really-bad-language-regression James Muehlner 2015-06-12 11:12:59 -07:00
  • 19e4b5496f GUAC-1229: Default to English until language fallback issues can be resolved. Michael Jumper 2015-06-12 11:08:06 -07:00
  • 26bdd3b418 Merge pull request #198 from glyptodon/remove-old-example James Muehlner 2015-06-10 18:20:08 -07:00
  • 864d56769a GUAC-1221: Remove now-unnecessary guacamole.properties example (everything now has a reasonable default and Guacamole will work without guacamole.properties). Michael Jumper 2015-06-10 18:17:01 -07:00
  • f0eb91b2ee Merge pull request #197 from glyptodon/schema-changes James Muehlner 2015-06-09 11:59:47 -07:00
  • b078804c87 GUAC-1220: MySQL init scripts should not rely on specific IDs nor on column order/count of guacamole_user. Michael Jumper 2015-06-09 11:41:01 -07:00
  • c215b32fc4 Merge pull request #196 from glyptodon/bump-version James Muehlner 2015-06-08 16:49:42 -07:00
  • f41c7a7b1a GUAC-1174: Bump version numbers to 0.9.7. Michael Jumper 2015-06-08 16:47:22 -07:00
  • 7171f86f37 Merge pull request #195 from glyptodon/password-expiration James Muehlner 2015-06-08 16:32:15 -07:00
  • dcd82f9e63 GUAC-1176: Remove all human-readable title properties from the REST form objects. Michael Jumper 2015-06-08 16:15:31 -07:00
  • 4eb5989c18 GUAC-1176: Ensure blank values are interpreted consistently (no multiple blank options in select fields). Michael Jumper 2015-06-08 13:18:59 -07:00
  • 9ac64441cd GUAC-1176: Explicitly specify ng-trim="false" for password fields. The AngularJS documentation states password fields will not be trimmed, but that is apparently only true if the input field type does not vary dynamically. The trimmed/untrimmed state seems only to be set when the directive initially loads. Michael Jumper 2015-06-08 10:27:38 -07:00
  • 68af0bab7e GUAC-1176: Field.Type is no longer absolutely all possible types - it is only the set of types supported by default. Michael Jumper 2015-06-08 10:16:32 -07:00
  • a532e22926 GUAC-1176: Generalize form fields by removing the value property. Add type-specific convenience classes for each field. Michael Jumper 2015-06-08 10:14:10 -07:00
  • 0b8b67026a GUAC-1176: Implement password reset logic within UserService, like the rest of user auth. Michael Jumper 2015-06-08 01:44:53 -07:00
  • b53bd3ca4f GUAC-1176: Ensure login fields default to blank, not null or undefined. Michael Jumper 2015-06-08 01:40:49 -07:00
  • 6ea589b7e8 GUAC-1176: Use existing login error status. No need for modal notifications. Michael Jumper 2015-06-08 01:28:37 -07:00
  • de6c5fd4da GUAC-1176: Provide user with help text during login. Style continuation dialog differently. Add continue button. Michael Jumper 2015-06-08 01:19:57 -07:00
  • 7826039d1f GUAC-1176: Set CSS "continuation" class on login interface if login is continuing. Michael Jumper 2015-06-07 22:15:02 -07:00
  • 02ffe81f2c GUAC-1176: Bring up-to-date with changes from GUAC-1217. Michael Jumper 2015-06-07 12:00:03 -07:00
  • a3d3203211 GUAC-1176: Add password confirmation to reset procedure. Michael Jumper 2015-06-03 16:52:20 -07:00
  • 4c0cf58d9f GUAC-1176: Add Russian translation strings to JDBC authentication. Michael Jumper 2015-06-03 16:34:52 -07:00
  • 91fb8e3c88 GUAC-1176: Only clear entered passwords - do not delete the fields entirely. Michael Jumper 2015-06-03 16:32:13 -07:00
  • 904e54090f GUAC-1176: Use translation strings for client error messages. Michael Jumper 2015-06-03 16:28:47 -07:00
  • 304e150a1e GUAC-1176: Validate new password set due to expiration. Allow errors dialogs during login process. Michael Jumper 2015-06-03 16:04:44 -07:00
  • 85dae9e52a GUAC-1176: Clear passwords if credentials are rejected for any reason (even client error). Flag generic login error only for specifically invalid credentials. Michael Jumper 2015-06-03 00:35:10 -07:00
  • 7a3503a40e GUAC-1176: Handle insufficient credentials distinctly from invalid credentials. Michael Jumper 2015-06-03 00:29:36 -07:00
  • 542c87d631 GUAC-1176: Stub password reset logic. Michael Jumper 2015-05-27 15:15:22 -07:00