Commit Graph

1253 Commits

Author SHA1 Message Date
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
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
Michael Jumper
ca6259ed6a GUAC-964: Add missing initialization of $scope variables in manageController. 2015-01-05 02:29:34 -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
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
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
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
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
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
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
Michael Jumper
58df817781 GUAC-981: Fix handling of errors. Fix handling of auto-reconnect. 2015-01-04 01:10:40 -08:00
Mike Jumper
0e35949b2b Merge pull request #44 from glyptodon/GUAC-978
GUAC-978 Digest in progress error when loading connection in FF/Win7
2015-01-03 19:24:42 -08:00
James Muehlner
24403e6fdc GUAC-978 use $evalAsync instead of $apply to avoid digest in progress error. 2015-01-03 19:22:46 -08:00
James Muehlner
2dd094827e GUAC-980 also need to set client-body to height 100% for it to work in FF. 2015-01-03 16:18:26 -08:00
Michael Jumper
4ddb760d19 GUAC-976: Do not display connection or connection group divs within guacGroupList if there is no corresponding template. 2015-01-02 21:19:15 -08:00
Michael Jumper
ecd0381051 GUAC-964: Only move connections/groups if parent identifier changes. 2015-01-02 20:50:17 -08:00
Michael Jumper
30002b2160 GUAC-963: Properly initialize clipboardData. 2015-01-02 20:41:35 -08:00
Michael Jumper
bce2270952 GUAC-963: Simplify guacUpload directive - $eval() only at link time. 2015-01-02 20:26:52 -08:00
Michael Jumper
a899a1a02f GUAC-963: Add support for file transfer errors. 2015-01-02 14:18:37 -08:00
Michael Jumper
664e90c53c GUAC-963: Fix comment. 2015-01-02 02:35:52 -08:00
Michael Jumper
2423422340 GUAC-963: Scroll file transfer into view when menu is shown. 2015-01-02 02:35:20 -08:00
Michael Jumper
8c4a0e7854 GUAC-963: Open menu when file transfers are started. 2015-01-02 02:13:49 -08:00
Michael Jumper
ba99316b50 GUAC-963: Allow files with blobs to be saved. Style savable transfers differently. 2015-01-02 01:45:41 -08:00
Michael Jumper
a538999856 GUAC-963: Display progress with units for file transfer. Only display moving bars when file transfer is in-progress. 2015-01-02 00:50:37 -08:00
Michael Jumper
e055bf6254 GUAC-963: Add initial implementation of file transfer manager. Display file transfers within guac menu. 2015-01-01 19:10:57 -08:00
Michael Jumper
0caa3b0161 GUAC-963: Only send clipboard data it's a string. 2015-01-01 19:10:57 -08:00
Michael Jumper
06828df960 GUAC-963: Add directive for selecting files for upload via arbitrary elements. 2015-01-01 19:10:56 -08:00