Commit Graph

2344 Commits

Author SHA1 Message Date
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
James Muehlner
f2dc1d6919 Merge pull request #58 from glyptodon/ipad-click-speed
GUAC-970: Add and fix ngTouch.
2015-01-05 08:56:27 -08:00
James Muehlner
17a699e7f5 Merge pull request #59 from glyptodon/root-consistency
GUAC-964: Ensure connections and connection groups only refer to the root group as "ROOT"
2015-01-05 08:53:38 -08:00
Michael Jumper
ca6259ed6a GUAC-964: Add missing initialization of $scope variables in manageController. 2015-01-05 02:29:34 -08:00
Michael Jumper
f993bc0dbc GUAC-964: Maintain consistency regarding null vs "ROOT" for connection group identifiers. 2015-01-05 02:28:50 -08:00
Michael Jumper
ecf62ffbb7 GUAC-959: Unwrap touch events if they come from jQuery (based on the various solutions and pull requests discussed here: https://github.com/angular/angular.js/issues/2548) 2015-01-05 01:48:51 -08:00
Michael Jumper
e3a7a7dcd3 GUAC-959: Add ngTouch. 2015-01-05 01:46:41 -08:00
Michael Jumper
77cdf81d44 GUAC-970: Reduce padding. It's too much for the poor iPad to handle. 2015-01-05 00:58:19 -08:00
James Muehlner
c36a9948ab Merge pull request #56 from glyptodon/blank-default
GUAC-987: Ensure all enum parameters have legal blank values.
2015-01-05 00:46:12 -08:00
Michael Jumper
91761641eb GUAC-987: Ensure all enum parameters have legal blank values. 2015-01-05 00:31:57 -08:00
James Muehlner
a8e4f952d9 Merge pull request #55 from glyptodon/update-thumbnails
GUAC-985: Update history entries when client disconnects. Do not rely on tunnel closure.
2015-01-04 23:49:55 -08:00
Michael Jumper
c7c2437641 GUAC-985: Update history entries when client disconnects. Do not rely on tunnel closure. 2015-01-04 23:45:45 -08:00
James Muehlner
e24609eaca Merge pull request #54 from glyptodon/fix-user-edit
GUAC-986: Initialize object permission types of PermissionFlagSet.
2015-01-04 23:36:20 -08:00
Michael Jumper
38dba11e44 GUAC-986: Initialize object permission types of PermissionFlagSet. 2015-01-04 23:33:17 -08:00
James Muehlner
05c9463de3 Merge pull request #53 from glyptodon/fix-spinning-cog
GUAC-984: Make the spinning gear spin on Safari (and other old WebKit).
2015-01-04 23:15:55 -08:00
Michael Jumper
8c8f30ed63 GUAC-984: Make the spinning gear spin on Safari (and other old WebKit). 2015-01-04 23:12:29 -08:00
James Muehlner
272f295178 Merge pull request #52 from glyptodon/fix-object-move
GUAC-983: Move connections/groups based on parent, not parent of parent.
2015-01-04 21:15:36 -08:00
James Muehlner
d605eaedfe Merge pull request #51 from glyptodon/link-usability
GUAC-972: Ensure list links stretch the entire width of the list.
2015-01-04 21:14:54 -08:00
Michael Jumper
3673f6cd03 GUAC-983: Move connections/groups based on parent, not parent of parent. 2015-01-04 21:13:22 -08:00
Michael Jumper
9a373ae982 GUAC-972: Ensure list links stretch the entire width of the list. 2015-01-04 21:05:03 -08:00
James Muehlner
b66c543bda Merge pull request #50 from glyptodon/fix-permission-handling
GUAC-975: Fix permission handling
2015-01-04 18:30:46 -08:00
Michael Jumper
66779543c4 GUAC-975: Always hide status dialogs upon navigation. 2015-01-04 18:11:32 -08:00
Michael Jumper
47d03a8974 GUAC-975: Only display views once critical data is loaded. 2015-01-04 18:09:35 -08:00
Michael Jumper
5a6a23cdd7 GUAC-975: Do not use index controller as permissions cache. 2015-01-04 17:06:49 -08:00
James Muehlner
a484d77d25 Merge pull request #49 from glyptodon/home-button
GUAC-973: Replace back button with home button where necessary.
2015-01-04 14:36:52 -08:00
Michael Jumper
0e7fed21f7 GUAC-973: Replace back button with home button where necessary. 2015-01-04 13:00:24 -08:00
James Muehlner
02eec645f7 Merge pull request #48 from glyptodon/osk-ui-breakage
GUAC-982: Containing div of the OSK resize-sensor must have relative positioning.
2015-01-04 11:20:19 -08:00
James Muehlner
bb97fb9442 Merge pull request #47 from glyptodon/disconnect-on-unload
GUAC-977: Automatically disconnect all connections when window/tab is closed.
2015-01-04 11:19:28 -08:00
Michael Jumper
e3240b26d3 GUAC-982: Containing div of the OSK resize-sensor must have relative positioning. Lacking that, the resize sensor fills the entire screen, intercepting all mouse and touch events. 2015-01-04 01:48:08 -08:00
Michael Jumper
6d814673cd GUAC-977: Automatically disconnect all connections when window/tab is closed. 2015-01-04 01:30:45 -08:00
James Muehlner
03ccdea71c Merge pull request #46 from glyptodon/fix-error-handling
GUAC-981: Fix handling of errors. Fix handling of auto-reconnect.
2015-01-04 01:17:04 -08:00
Michael Jumper
58df817781 GUAC-981: Fix handling of errors. Fix handling of auto-reconnect. 2015-01-04 01:10:40 -08:00