Commit Graph

2150 Commits

Author SHA1 Message Date
Michael Jumper
bda9751bd9 GUAC-901: Add touch module and guacPan directive for handling panning gestures. 2014-12-20 22:25:43 -08:00
Mike Jumper
0e0a7f12d5 Merge pull request #26 from glyptodon/guac-input
GUAC-810: Complete implementation of text input
2014-12-20 21:26:28 -08:00
Michael Jumper
bcbe57dec3 GUAC-810: Inform text input UI when focus is needed. 2014-12-20 16:33:04 -08:00
Michael Jumper
a89101acaf GUAC-810: Reorganize client view to support text input. Handle text input choice in menu. 2014-12-20 16:07:57 -08:00
Michael Jumper
50d5a79031 GUAC-810: Resize client display depending only on containing element, not entire window. 2014-12-20 16:01:06 -08:00
Michael Jumper
f55c3561a4 GUAC-810: Allow Ctrl/Alt/AltGr to become guacKeyup/guacKeydown. 2014-12-20 14:25:50 -08:00
Michael Jumper
eaed778f91 GUAC-810: Send "synthetic" key events for non-physical input options. Allow components to prevent production/handling of guacKeyup/guacKeydown via guacBeforeKeyup/guacBeforeKeydown. 2014-12-20 14:05:54 -08:00
James Muehlner
81f9ee8370 Merge pull request #25 from glyptodon/guac-input
GUAC-810: Implement guacTextInput directive.
2014-12-19 22:52:38 -08:00
Michael Jumper
b33333da3f GUAC-810: Implement guacTextInput directive. 2014-12-19 21:56:38 -08:00
James Muehlner
06fd57f704 Merge pull request #24 from glyptodon/cleanup-angular
GUAC-932: Partially restore admin UI
2014-12-19 13:37:34 -08:00
Michael Jumper
b2b93ac858 GUAC-932: Fix comments regarding connection and connection group management. 2014-12-19 13:17:11 -08:00
Michael Jumper
e26ebbe91e GUAC-932: The guacGroupList context is an arbitrary object. 2014-12-19 13:06:34 -08:00
Michael Jumper
66e7fb2234 GUAC-932: Migrate internals of locationChooser to guacGroupList. 2014-12-19 12:58:24 -08:00
Michael Jumper
028be3cc85 GUAC-932: Allow root group to be shown in group list. 2014-12-19 12:06:11 -08:00
Michael Jumper
45e107f5a9 GUAC-932: Begin migration of admin to new guacGroupList. Remove unused util module. 2014-12-19 00:11:29 -08:00
Michael Jumper
2d60d2a4f9 GUAC-932: Make display of connections and groups within guacGroupList more abstract. 2014-12-18 23:16:01 -08:00
James Muehlner
ad5ceaa6c7 Merge pull request #23 from glyptodon/guac-input
Guac input
2014-12-18 21:48:54 -08:00
James Muehlner
a67b4d5631 Merge pull request #22 from glyptodon/cleanup-angular
Rewrite an absolute ton of Angular and REST code
2014-12-18 21:37:49 -08:00
Michael Jumper
1e39ff7569 GUAC-809: Show OSK if selected within menu. 2014-12-18 21:36:59 -08:00
Michael Jumper
de24eef9b8 GUAC-809: Implement guacOsk directive. 2014-12-18 21:36:59 -08:00
Michael Jumper
b305c9b148 GUAC-932: Remove excessive display logic from document structure. 2014-12-18 21:30:22 -08:00
Michael Jumper
25e16922d0 GUAC-932: Use correct case for @type tag. 2014-12-18 21:25:17 -08:00
Michael Jumper
605d5980b8 GUAC-932: Restore fancy formatting of injected objects. 2014-12-18 21:23:39 -08:00
Michael Jumper
23f7566c5c GUAC-932: Surely I mean function PermissionSet(template). 2014-12-18 21:16:23 -08:00
Michael Jumper
3b318ba870 GUAC-932: Fix documented connection group filtering semantics. 2014-12-18 21:14:42 -08:00
Michael Jumper
e16ba11899 GUAC-932: Send individual patch operations for permission types. 2014-12-18 21:08:30 -08:00
Michael Jumper
b517354cea GUAC-932: Fix copyright year. 2014-12-18 20:57:04 -08:00
Michael Jumper
2ea28fd877 GUAC-932: Add getParameters() and setParameters() to GuacamoleConfiguration. Use where reasonable. 2014-12-18 20:48:20 -08:00
Michael Jumper
3a6a704452 GUAC-932: Fix naming. 2014-12-18 04:05:48 -08:00
Michael Jumper
a6c601ca12 GUAC-932: Recent connections needs to load, too. 2014-12-18 03:52:56 -08:00
Michael Jumper
e27760a4a5 GUAC-932: Update history entries when client directive is destroyed. 2014-12-18 03:48:35 -08:00
Michael Jumper
b4ab50910a GUAC-932: Restore recent connections through new guacRecentConnections directive. 2014-12-18 03:34:51 -08:00
Michael Jumper
f35cd1fdd1 GUAC-932: Consistently refer to user identifier as "username", not "user ID". Clean up JS and Java related to user service. 2014-12-18 01:47:02 -08:00
Michael Jumper
01306a4a2b GUAC-932: Clean up auth service. Change token service path to /api/tokens. 2014-12-18 01:17:57 -08:00
Michael Jumper
b7eaccf60b GUAC-932: Change user service path to /api/users. 2014-12-18 01:12:33 -08:00
Michael Jumper
dc9d9da8d2 GUAC-932: Require auth token for listing protocols. Clean style of JS and Java. 2014-12-18 01:10:43 -08:00
Michael Jumper
993fbef86d GUAC-932: Restore patch support within permission service. 2014-12-18 01:03:36 -08:00
Michael Jumper
3c5213e103 GUAC-932: Clean up REST JavaScript for connections and groups. Update Java style to match. 2014-12-18 00:02:05 -08:00
Michael Jumper
0dd2cd87fb GUAC-932: Fix validation in client.html. 2014-12-17 11:15:11 -08:00
Michael Jumper
db8b3230cf GUAC-932: Fix bad closing tag in index.html. 2014-12-17 11:12:32 -08:00
Michael Jumper
b0ad6f45ec GUAC-932: Ignore the Netbeans customs.json HTML element/attribute validation file. 2014-12-17 10:52:03 -08:00
Michael Jumper
15f7fedd53 GUAC-932: Do not return parameters and history for all connections. Provide explicit endpoints for connection parameters and history. 2014-12-17 01:03:42 -08:00
Michael Jumper
c4057baa42 GUAC-932: Replace use of legacy connection group filtering. 2014-12-17 00:21:48 -08:00
Michael Jumper
ef5a9f9600 GUAC-932: Add permission filtering to recursive connection group query. 2014-12-17 00:18:38 -08:00
Michael Jumper
21ee9073d0 GUAC-932: Migrate home to connection list directive. 2014-12-16 19:25:20 -08:00
Michael Jumper
9b261f2a71 GUAC-932: Implement connection list directive. 2014-12-16 19:24:38 -08:00
Michael Jumper
ac6e92860b GUAC-932: Add support for recursive query (and break JS). 2014-12-16 17:47:15 -08:00
Michael Jumper
4d255e21a1 GUAC-932: Get rid of APIConstants. 2014-12-15 16:13:06 -08:00
Michael Jumper
68d3b7741e GUAC-932: Migrate to PermissionSet for reading permissions. 2014-12-15 15:09:14 -08:00
Michael Jumper
b1db52541d GUAC-932: Remove filtering user service. Add permission filtering support to user retrieval endpoint. 2014-12-12 15:22:37 -08:00