Michael Jumper
|
21864ed823
|
GUAC-1044: Move guac menu inside guacViewport. Move menu-specific properties to own object.
|
2015-01-30 14:07:12 -08:00 |
|
James Muehlner
|
5ee92d1729
|
Merge pull request #76 from glyptodon/resize-directive
GUAC-958: Move resize handling into directive. Fix resize event listener timing.
|
2015-01-30 00:10:59 -08:00 |
|
Michael Jumper
|
798e9d28c5
|
GUAC-958: Simplify resize handling (use directive). Only install resize handler after object loads.
|
2015-01-29 23:47:17 -08:00 |
|
James Muehlner
|
7b8846b786
|
Merge pull request #74 from glyptodon/mobile-issues
GUAC-958: Yet another attempt at a workaround for the iOS 7 visibility issue.
|
2015-01-29 20:03:36 -08:00 |
|
James Muehlner
|
c1216d02f8
|
Merge pull request #75 from glyptodon/GUAC-1043
GUAC-1043: Do not rely on fixed positioning for client viewport.
|
2015-01-29 20:02:18 -08:00 |
|
Michael Jumper
|
bb61a25166
|
GUAC-1043: Position viewport and menu absolutely, not with fixed. This also solves some iOS issues with the rendering of fixed elements after rotation.
|
2015-01-29 19:42:25 -08:00 |
|
Michael Jumper
|
5f6f63c5f7
|
GUAC-958: Work around iOS 7 visibility issue (again) by using object instead of iframe. The resize sensor needs to be where it used to be in the DOM for proper operation.
|
2015-01-29 18:01:51 -08:00 |
|
James Muehlner
|
5a95edfb71
|
Merge pull request #73 from glyptodon/mobile-issues
GUAC-956: Fix display and text input rendering on iOS 7.
|
2015-01-29 14:32:02 -08:00 |
|
Michael Jumper
|
03f0e22199
|
GUAC-958: Work around iOS 7 visibility issue (text input UI invisible - apparently miscalculated by Safari as obscured by the iframe).
|
2015-01-29 14:22:25 -08:00 |
|
Michael Jumper
|
1ea2d40c19
|
GUAC-958: Adjust viewport height based purely on scroll state. Manually scroll if we suspect doing so may result in height adjustments.
|
2015-01-29 12:54:38 -08:00 |
|
Mike Jumper
|
1542af3056
|
Merge pull request #71 from glyptodon/GUAC-997
GUAC-997 Added active user count to REST API and UI.
|
2015-01-27 22:23:47 -08:00 |
|
James Muehlner
|
f7e1f3a303
|
GUAC-997 Added active user count to REST API and UI.
|
2015-01-27 22:20:20 -08:00 |
|
James Muehlner
|
4573677880
|
Merge pull request #70 from glyptodon/no-null-identifiers
GUAC-1001: Do not use null identifiers
|
2015-01-22 17:20:41 -08:00 |
|
Michael Jumper
|
32754af507
|
GUAC-1001: Generate a username if blank, too.
|
2015-01-22 17:12:16 -08:00 |
|
Michael Jumper
|
0893493893
|
GUAC-1001: Treat queries with empty permission filter lists as unfiltered.
|
2015-01-22 16:45:47 -08:00 |
|
Michael Jumper
|
adc745da43
|
GUAC-1001: Generate username within SimpleAuthenticationProvider if no username is given.
|
2015-01-22 16:26:07 -08:00 |
|
Michael Jumper
|
4940f34483
|
GUAC-1001: Document that identifiers and usernames must not be null.
|
2015-01-22 16:25:06 -08:00 |
|
James Muehlner
|
7a6ccad549
|
Merge pull request #69 from glyptodon/contrib
GUAC-1011: Add CONTRIBUTING file describing how to contribute to the Guacamole project. Update README.
|
2015-01-20 21:17:06 -08:00 |
|
Michael Jumper
|
207452adc7
|
GUAC-1011: Add CONTRIBUTING file describing how to contribute to the Guacamole project. Update README.
|
2015-01-20 21:15:18 -08:00 |
|
James Muehlner
|
f8d67b55ce
|
Merge pull request #68 from glyptodon/fix-balancing-groups
GUAC-1010: Fix handling of balancing groups.
|
2015-01-20 20:42:06 -08:00 |
|
Michael Jumper
|
97189cb991
|
GUAC-1010: Only query contents of connection groups if they are not balancing or we have admin permission. Fix rendering of balancing groups for non-admins.
|
2015-01-20 20:38:59 -08:00 |
|
Mike Jumper
|
6d21612657
|
Merge pull request #67 from glyptodon/GUAC-1000
GUAC-1000 User list should be filtered based on update and delete permission - furthermore admins should always have access to any user.
|
2015-01-20 19:41:06 -08:00 |
|
James Muehlner
|
49d85dd89c
|
GUAC-1000 Responded to code review comments.
|
2015-01-20 19:40:14 -08:00 |
|
James Muehlner
|
9489eaa122
|
GUAC-1000 User list should be filtered based on update and delete permission - furthermore admins should always have access to any user.
|
2015-01-20 19:22:09 -08:00 |
|
Mike Jumper
|
e758fac0c0
|
Merge pull request #66 from glyptodon/GUAC-995
GUAC-995 Connection permission filter should take admin permission into account when filtering connection list.
|
2015-01-13 21:36:59 -08:00 |
|
James Muehlner
|
459449c6d3
|
GUAC-995 Improve permission checking around connections and groups.
|
2015-01-13 21:27:54 -08:00 |
|
James Muehlner
|
cdc0581a1a
|
GUAC-995 Connection permission filter should take admin permission into account when filtering connection list.
|
2015-01-12 22:24:46 -08:00 |
|
James Muehlner
|
9181706784
|
Merge pull request #65 from glyptodon/bump-version
GUAC-938: Bump version numbers for 0.9.4.
|
2015-01-06 20:00:57 -08:00 |
|
Michael Jumper
|
fd8ed7c705
|
GUAC-938: Update guacamole-example version and license.
|
2015-01-06 19:52:58 -08:00 |
|
Michael Jumper
|
b6a9f6849b
|
GUAC-938: Bump version numbers for 0.9.4.
|
2015-01-06 19:52:58 -08:00 |
|
James Muehlner
|
0d03ad72b0
|
Merge pull request #64 from glyptodon/tokenize-mysql
GUAC-340: Provide credentials through configurations via TokenFilter. Refactor use of user IDs to new AuthenticatedUser as needed.
|
2015-01-06 19:48:28 -08:00 |
|
Michael Jumper
|
de30229d16
|
GUAC-340: Provide credentials through configurations via TokenFilter. Refactor use of user IDs to new AuthenticatedUser as needed.
|
2015-01-06 19:39:47 -08:00 |
|
James Muehlner
|
9b9b93d614
|
Merge pull request #63 from glyptodon/config-tokenization
GUAC-340: Implement credential tokens.
|
2015-01-06 18:53:02 -08:00 |
|
Michael Jumper
|
1fa0153a8a
|
GUAC-340: Filter all configurations returned by getAuthorizedConfigurations() in SimpleAuthenticationProvider.
|
2015-01-06 14:22:53 -08:00 |
|
Michael Jumper
|
c4dda14c8b
|
GUAC-340: Add StandardTokens and credential-specific tokens.
|
2015-01-06 14:21:36 -08:00 |
|
Michael Jumper
|
49ba38b20a
|
GUAC-340: Add filterValues() function for convenience.
|
2015-01-06 03:59:07 -08:00 |
|
Michael Jumper
|
3b3b6b6955
|
GUAC-340: Add TokenFilter class which performs arbitrary token replacement.
|
2015-01-06 03:49:05 -08:00 |
|
Michael Jumper
|
c26cf7361e
|
GUAC-340: Add password show/hide button.
|
2015-01-06 02:41:35 -08:00 |
|
James Muehlner
|
cab6efbb79
|
Merge pull request #60 from glyptodon/secondary-auth
GUAC-971: Restore secondary authentication
|
2015-01-05 21:03:37 -08:00 |
|
James Muehlner
|
6a075688f8
|
Merge pull request #62 from glyptodon/fix-manage-button
GUAC-992: Fix display of manage button and UI.
|
2015-01-05 20:59:33 -08:00 |
|
Michael Jumper
|
aa0d11fb73
|
GUAC-992: Ignore root group when determining admin access. Take all permissions into account. Redirect to home screen if management UI cannot be used.
|
2015-01-05 18:09:36 -08:00 |
|
James Muehlner
|
e44c793d0c
|
Merge pull request #61 from glyptodon/scrollable-admin
GUAC-991: Fix size of connection/user lists. Allow connection/user lists to be scrolled.
|
2015-01-05 17:19:53 -08:00 |
|
Michael Jumper
|
32318d50ec
|
GUAC-991: Fix size of connection/user lists. Allow connection/user lists to be scrolled.
|
2015-01-05 17:09:11 -08:00 |
|
Michael Jumper
|
354e3180db
|
GUAC-971: Clarify documentation surrounding the credentials associated with a Guacamole session.
|
2015-01-05 16:42:59 -08:00 |
|
Michael Jumper
|
58f1093c58
|
GUAC-971: Pull username and password from HTTP "Authorization" header, if present, when username and password are not provided via parameters.
|
2015-01-05 15:37:54 -08:00 |
|
Michael Jumper
|
f1c5adfba8
|
GUAC-971: No need to re-authenticate when loading the login screen. The login screen is intended to allow fresh auth, overriding existing auth if necessary, and ignores any existing auth anyway.
|
2015-01-05 15:29:39 -08:00 |
|
Michael Jumper
|
98d5c19b1d
|
GUAC-971: Re-authenticate with server for each page visited.
|
2015-01-05 13:54:57 -08:00 |
|
Michael Jumper
|
83bf9d32c1
|
GUAC-971: Add re-authentication functions to authenticationService.
|
2015-01-05 13:21:36 -08:00 |
|
Michael Jumper
|
508a476e2e
|
GUAC-971: Allow existing sessions/tokens to be updated through the login process.
|
2015-01-05 12:03:53 -08:00 |
|
James Muehlner
|
ebe4e099c6
|
Merge pull request #57 from glyptodon/slow-ipad-text-input
GUAC-970: Reduce padding. It's too much for the poor iPad to handle.
|
2015-01-05 08:57:31 -08:00 |
|