Commit Graph

2156 Commits

Author SHA1 Message Date
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
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