Commit Graph

  • 442518b01b GUAC-1170: Scale border size relative to font. Michael Jumper 2015-04-30 00:26:58 -07:00
  • 53f8522201 GUAC-1170: Use OSK style for text input. Michael Jumper 2015-04-30 00:22:06 -07:00
  • 5e9efc1c8b GUAC-1170: Adopt cleaner OSK style. Michael Jumper 2015-04-30 00:21:38 -07:00
  • fe95106fc3 Merge pull request #169 from glyptodon/json-layout James Muehlner 2015-04-29 15:37:11 -07:00
  • f9911a3288 GUAC-1170: Fix styling of modifiers. Michael Jumper 2015-04-29 10:13:38 -07:00
  • c7625fd002 GUAC-1170: Restore original functionality of OSK. Michael Jumper 2015-04-29 10:13:23 -07:00
  • 4defd9b22b GUAC-1170: Fix spacing of sections on resize - nothing should ever wrap. Michael Jumper 2015-04-28 21:47:33 -07:00
  • 9a276e1232 GUAC-1170: Restructure and resize cursor keys. Space using flex layout. Michael Jumper 2015-04-28 21:37:21 -07:00
  • 5877848796 GUAC-1170: Restore original font size. Michael Jumper 2015-04-28 21:32:34 -07:00
  • 2e78137c1a GUAC-1170: Add gap between function keys and main keys. Michael Jumper 2015-04-28 21:06:39 -07:00
  • df433eb4e1 GUAC-1170: CSS line-height of keyboard rows must be 0 (or row gaps do not function as expected). Michael Jumper 2015-04-28 21:06:08 -07:00
  • 110c736ebf GUAC-1170: Separate function keys out from main sections. Michael Jumper 2015-04-28 21:01:57 -07:00
  • dd5e055f1c GUAC-1170: Combine and restore styling location for sake of diff. Michael Jumper 2015-04-28 21:00:47 -07:00
  • d8e74fee6a GUAC-1170: Simplify cursor movement section. Add gap before arrow keys. Michael Jumper 2015-04-28 20:53:25 -07:00
  • 8e9aa36732 GUAC-1170: Move the two main OSK sections to the same line. Abuse section sort order to place arrow keys below others. Michael Jumper 2015-04-28 20:46:10 -07:00
  • 7666ff6547 GUAC-1170: Add spacing between each key. Remove now-unused function group styling. Michael Jumper 2015-04-28 20:38:43 -07:00
  • 146f59e9c0 GUAC-1170: Merge function keys into main section. Add spacing between function groups. Michael Jumper 2015-04-28 20:38:01 -07:00
  • fa130a8e25 GUAC-1170: Restore support for gaps within the OSK. Michael Jumper 2015-04-28 20:37:32 -07:00
  • 741d25291f GUAC-1170: For sake of consistency, keyWidth should be keyWidths. Michael Jumper 2015-04-28 18:57:25 -07:00
  • abc8726b22 GUAC-1170: Use same font for OSK as rest of app. Michael Jumper 2015-04-28 18:53:58 -07:00
  • eefab37775 GUAC-1170: Keep function key groups within same row. Michael Jumper 2015-04-28 18:47:42 -07:00
  • c58935398a GUAC-1170: Center the arrow keys. Michael Jumper 2015-04-28 18:43:56 -07:00
  • 6ae278fde5 GUAC-1170: Add widths of wide keys. Add proper titles for arrow keys. Michael Jumper 2015-04-28 18:37:20 -07:00
  • 2a1eb4dd70 GUAC-1170: Use separately-declared key widths. Michael Jumper 2015-04-28 18:36:54 -07:00
  • 6f99e3f1ab GUAC-1170: Fix coercion of key definition into key array (missing name). Use CSS style names compatible with 0.9.6 and older OSK. Michael Jumper 2015-04-28 18:15:35 -07:00
  • 7554441869 GUAC-1170: Add each associated key to the DOM. Expose keys predictably within OSK object, even if shorthand is used in the layout definition object. Michael Jumper 2015-04-28 17:38:57 -07:00
  • ddf44817c8 GUAC-1170: Retrieve associated keys for each key in layout. Michael Jumper 2015-04-28 17:05:08 -07:00
  • 3e1e59c58f GUAC-1170: Derive keysym from title. Michael Jumper 2015-04-28 16:41:08 -07:00
  • 71e2198420 GUAC-1170: Parse layout structure. Michael Jumper 2015-04-28 16:33:17 -07:00
  • 181290f1f5 GUAC-1170: Fix names of modifier keys in layout. Michael Jumper 2015-04-28 16:03:59 -07:00
  • ee83060bb5 GUAC-1170: Load keyboard layout within guacOsk directive. Update translation to point to new JSON layout. Remove old XML layouts. Michael Jumper 2015-04-28 14:56:00 -07:00
  • 29a0bc6387 GUAC-1170: Migrate to JSON representation, at least in spirit. Michael Jumper 2015-04-28 14:34:04 -07:00
  • 16072bd4d8 GUAC-1170: Add JSON format for layouts. Michael Jumper 2015-04-28 12:27:38 -07:00
  • c899ace33f Merge pull request #166 from glyptodon/maven-warnings James Muehlner 2015-04-27 19:21:54 -07:00
  • b85da4b201 Merge pull request #167 from glyptodon/upgrade-jquery James Muehlner 2015-04-27 19:21:27 -07:00
  • 5080bc6373 Merge pull request #168 from glyptodon/js-warnings James Muehlner 2015-04-27 19:21:04 -07:00
  • 51fc2a01b3 GUAC-1170: Upgrade to jQuery 2.1.3 (resolves warning about deprecated getPreventDefault()). Michael Jumper 2015-04-27 15:07:00 -07:00
  • c3a4c072cd GUAC-1170: Resize events might be evaluated synchronously (Firefox). Michael Jumper 2015-04-27 15:00:28 -07:00
  • 1b5968fb34 GUAC-1170: Ensure charset is declared within first 1024 bytes of HTML. Michael Jumper 2015-04-27 14:18:54 -07:00
  • 17fd23baf0 GUAC-1170: Use keyLocation only if necessary. Michael Jumper 2015-04-27 14:06:12 -07:00
  • 04303d8eec GUAC-1170: Use AudioContext if available, in favor of webkitAudioContext. Michael Jumper 2015-04-27 11:45:50 -07:00
  • a0ba68fcaf GUAC-1170: Use maven-dependency-plugin instead of maven-assembly-plugin, when build artifact should really only be one .jar file. Michael Jumper 2015-04-26 23:42:53 -07:00
  • 4eadf19a91 GUAC-1170: Use relative paths for dist archives. Michael Jumper 2015-04-26 23:21:46 -07:00
  • 67424f693e GUAC-1170: Move to maven-assembly-plugin 2.5.3 for all projects. Michael Jumper 2015-04-26 23:17:44 -07:00
  • 2e2cd76a9c GUAC-1170: Explicitly use GNU mode for long filenames in .tar.gz source archive. Michael Jumper 2015-04-26 23:10:32 -07:00
  • 12edc7a256 GUAC-1170: Add missing Maven plugin versions. Michael Jumper 2015-04-26 22:52:34 -07:00
  • fa69246668 Merge pull request #165 from glyptodon/build-warnings James Muehlner 2015-04-26 21:43:57 -07:00
  • 81abdd0d3d GUAC-1170: Move modules back to separate packages. Michael Jumper 2015-04-26 20:58:36 -07:00
  • fad3263909 GUAC-1170: LDAPAttribute.getStringValues() returns a non-generic Enumeration (sadly). Michael Jumper 2015-04-26 18:31:38 -07:00
  • ae3cb3e81c GUAC-1170: Add missing type parameters. Michael Jumper 2015-04-26 18:27:54 -07:00
  • 62edc38237 GUAC-1170: Remove use of deprecated GuacamoleHome. Michael Jumper 2015-04-26 18:24:36 -07:00
  • 05a6127fca GUAC-1170: Fix unchecked cast warnings. Michael Jumper 2015-04-26 15:28:20 -07:00
  • 5fc0ff66b5 GUAC-1170: Remove use of deprecated GuacamoleProperties. Michael Jumper 2015-04-26 14:29:35 -07:00
  • 51e9ff77e5 GUAC-1170: Use checked versions of empty list/set/map. Michael Jumper 2015-04-26 13:56:57 -07:00
  • b74c05b9f7 GUAC-1170: Add -Werror and -Xlint:all options to Java builds. Michael Jumper 2015-04-26 13:44:19 -07:00
  • 24535446b1 Merge pull request #164 from glyptodon/ipad-keyboard James Muehlner 2015-04-26 14:29:23 -07:00
  • 67624e190c GUAC-661: Reset all keys if keyup received for unknown key. Michael Jumper 2015-04-26 13:25:34 -07:00
  • 990950da4d Merge pull request #163 from glyptodon/fix-manage-errors James Muehlner 2015-04-25 13:22:13 -07:00
  • da468c6ac9 GUAC-1181: Consider null to be empty. Michael Jumper 2015-04-25 13:13:08 -07:00
  • 6463a047bb Merge pull request #162 from glyptodon/fix-group-redirect James Muehlner 2015-04-25 12:56:25 -07:00
  • b7eec98a2f GUAC-1180: Update group management controller to use new settings URLs. Michael Jumper 2015-04-25 12:51:52 -07:00
  • df5741e934 Merge pull request #161 from glyptodon/fix-numeric-fields James Muehlner 2015-04-25 12:46:33 -07:00
  • 9b3312f18a GUAC-1179: Fix handling of numeric fields - use model value, not field value. Michael Jumper 2015-04-25 12:42:08 -07:00
  • 5af04196de Merge pull request #159 from glyptodon/session-storage James Muehlner 2015-04-24 22:22:42 -07:00
  • 000d001c3e Merge pull request #160 from glyptodon/fix-language-defaults James Muehlner 2015-04-24 22:19:38 -07:00
  • 20d51309b5 GUAC-1053: Pull language from preferences when configuring the translate service. Fallback to US English if there is no such translation file. Michael Jumper 2015-04-24 15:47:00 -07:00
  • 1c14f73a1d GUAC-1053: Use US English as a failsafe. Michael Jumper 2015-04-23 19:04:15 -07:00
  • 39440be4ff GUAC-1053: Use system language for default language. Michael Jumper 2015-04-23 19:03:52 -07:00
  • e486c32477 GUAC-1161: Remove completely-unused notification area and associated functions. Michael Jumper 2015-04-23 16:18:17 -07:00
  • d1be55809a GUAC-1161: Store managed clients in session storage. Michael Jumper 2015-04-23 15:20:41 -07:00
  • 592ce3b8d3 GUAC-1161: Store notification state in session-local storage. Michael Jumper 2015-04-23 13:57:44 -07:00
  • afd9cd8032 GUAC-1161: Allow custom destructor to be defined for each session-local storage. Michael Jumper 2015-04-23 14:28:04 -07:00
  • e162bef02c GUAC-1161: Add session-local storage. Michael Jumper 2015-04-23 13:33:35 -07:00
  • e917f8d376 Merge pull request #158 from glyptodon/home-page-redirect James Muehlner 2015-04-23 12:06:28 -07:00
  • 7c542e8de8 GUAC-1161: Reject attempts to visit '/' unless '/' is actually the home page. Redirect to true home page otherwise. Michael Jumper 2015-04-23 12:00:37 -07:00
  • 35c5d846ce Merge pull request #157 from glyptodon/clean-preferences James Muehlner 2015-04-23 11:44:13 -07:00
  • 0a8edf2e4c GUAC-1053: Add "Change Password" header. Michael Jumper 2015-04-23 11:37:15 -07:00
  • 9c2415880c Merge pull request #156 from glyptodon/update-defaults James Muehlner 2015-04-23 11:24:42 -07:00
  • b114dbaf01 GUAC-1053: Ensure new preferences are set even if the user already had preferences from an older version. Michael Jumper 2015-04-23 11:22:48 -07:00
  • 07789a08ac Merge pull request #155 from glyptodon/GUAC-1053 Mike Jumper 2015-04-22 22:53:34 -07:00
  • 8e3e27b8cd GUAC-1053 Fixed problems highlighted in pull request comments. James Muehlner 2015-04-22 22:52:23 -07:00
  • c2b2302708 GUAC-1053 New endpoint for listing languages, JS service for retrieving languages, and settings section for choosing language. James Muehlner 2015-04-22 22:39:57 -07:00
  • 5788876283 GUAC-1053: Fix warning regarding resource path of PATCH method for active connection service. James Muehlner 2015-04-22 21:13:46 -07:00
  • 3ea93c30b0 Merge pull request #154 from glyptodon/html2js James Muehlner 2015-04-22 16:03:20 -07:00
  • 4215cd4f1e GUAC-1161: Pre-cache Angular templates during build. Michael Jumper 2015-04-22 15:50:46 -07:00
  • 2650c4087e Merge pull request #153 from glyptodon/challenge-responses James Muehlner 2015-04-21 22:31:53 -07:00
  • fed3fdf0c4 GUAC-1161: Use ngIf to ensure the old ngView is completely demolished when user logs out. Michael Jumper 2015-04-21 22:07:45 -07:00
  • 03f17c6223 GUAC-1161: Set page title when login directive is shown. Michael Jumper 2015-04-21 22:06:46 -07:00
  • dc88c27149 GUAC-1161: Do not continue routing if authentication fails. Michael Jumper 2015-04-21 22:03:45 -07:00
  • 419e936c82 GUAC-1161: Ignore key events while user is logged out. Michael Jumper 2015-04-21 14:11:29 -07:00
  • db7cba1884 GUAC-1161: For now, just show normal login prompt for insufficient credentials. Michael Jumper 2015-04-21 12:30:25 -07:00
  • 1000bcb866 GUAC-1161: Move field header within guacFormField directive. Michael Jumper 2015-04-21 12:25:32 -07:00
  • f29a24ad68 GUAC-1161: Convert login page to directive which accepts a dynamic form. Display login directive when credentials are needed. Michael Jumper 2015-04-21 12:02:01 -07:00
  • 872aa38498 GUAC-1161: Broadcast guacInsufficientCredentials or guacInvalidCredentials if credentials were somehow incorrect. Michael Jumper 2015-04-21 11:53:30 -07:00
  • a97145edf6 GUAC-1161: Use labels and CSS for form layout. Michael Jumper 2015-04-20 23:33:19 -07:00
  • 999be47b20 GUAC-1161: Reorganize authenticationInterceptor to match service pattern used elsewhere. Michael Jumper 2015-04-20 15:45:16 -07:00
  • 1010552c69 GUAC-1161: Generalize HTTPException to APIException. Michael Jumper 2015-04-20 14:51:29 -07:00
  • 74883ae121 GUAC-1161: Generalize APICredentialError into APIError. Provide consistent error responses for all REST endpoints. Michael Jumper 2015-04-20 14:43:55 -07:00
  • c80a203e97 GUAC-1161: Include credential information in REST responses. Michael Jumper 2015-04-20 13:33:20 -07:00
  • 2537b3d8ee GUAC-1161: Request username/password if no user context is generated (backwards compat). Michael Jumper 2015-04-20 13:07:07 -07:00