Commit Graph

1044 Commits

Author SHA1 Message Date
Michael Jumper
9fcd7af361 GUAC-605: Add separate stylesheet for status dialogs. 2014-11-14 21:36:14 -08:00
Michael Jumper
49637fe17f GUAC-605: Separate common mouse code into functions. 2014-11-14 15:35:34 -08:00
Michael Jumper
534c706d1b GUAC-605: Remove menu/clipboard logic from client directive. It belongs elsewhere and, in the case of the menu, already is elsewhere. 2014-11-14 15:21:10 -08:00
Michael Jumper
1a69a12c61 GUAC-605: Allow non-root scope for client and tunnel factories. 2014-11-14 15:08:34 -08:00
Michael Jumper
777761a616 GUAC-605: Add comments denoting logical sections. Fix keyboard default prevention logic. 2014-11-14 14:22:28 -08:00
Michael Jumper
38153b49d3 GUAC-605: Move mouse and touch handling outside client attach. 2014-11-14 14:11:35 -08:00
Michael Jumper
7956a0302d GUAC-605: Implement reconnect. 2014-11-14 13:41:56 -08:00
Michael Jumper
14446d1afa GUAC-605: Move client, display, and display element to higher, shared level. 2014-11-14 13:36:35 -08:00
Michael Jumper
5db4905510 GUAC-605: Clean up and rename variable use. Remove unnecessary DOM manipulation. 2014-11-14 12:33:47 -08:00
Michael Jumper
b5ec678906 GUAC-605: Remove unnecessary watch on connection name. 2014-11-14 11:54:31 -08:00
Michael Jumper
4863a8e96b GUAC-605: Move client and tunnel creation into factories. Use scope watch on ID to handle connect/disconnect. 2014-11-14 11:46:06 -08:00
Michael Jumper
660828da9d GUAC-605: Reduce use of $scope for variables that are local in spirit. 2014-11-13 15:12:40 -08:00
Michael Jumper
c1505cace2 GUAC-605: Add reconnect button and placeholder. 2014-11-12 20:37:24 -08:00
Michael Jumper
b95b32971e GUAC-605: Broadcast guacStatusAction from root scope. 2014-11-12 20:21:16 -08:00
Michael Jumper
79f8ee07da GUAC-605: Handle tunnel state/error events. Handle client error events. Add remaining translations for state/error display. 2014-11-12 20:03:34 -08:00
Michael Jumper
3f55c93bc4 GUAC-605: Make guacClient status/error events more consistent. Add "reconnect" callback to ALL error events. 2014-11-12 20:02:25 -08:00
Michael Jumper
53411640a0 GUAC-605: Add status strings. Show dialog when status changes. 2014-11-12 18:29:37 -08:00
Michael Jumper
1fd5497382 GUAC-605: Add statusModal service. Set appropriate styles. 2014-11-12 18:26:38 -08:00
Michael Jumper
4f6a69fea1 GUAC-925: Replace modal.js with pre-minified version of the same. 2014-11-12 16:31:17 -08:00
James Muehlner
2a050128c8 GUAC-807 Got rid of useless checked attribute on radio button now model-controlled. 2014-11-12 08:24:58 -08:00
James Muehlner
598e64b757 GUAC-807 Got mouse emulation modes working. 2014-11-11 22:06:53 -08:00
James Muehlner
28398b5577 GUAC-807 Menu title changed to name of connection. 2014-11-11 21:11:01 -08:00
James Muehlner
8e2ac6660a GUAC-807 Clipboard is working. 2014-11-11 20:59:59 -08:00
Michael Jumper
3aacbe8c26 GUAC-900: Restore minification, remove unused files. 2014-11-06 14:39:08 -08:00
Michael Jumper
e932c1ee1a GUAC-900: While we're at it, move the other CSS to reasonable locations. 2014-11-06 14:25:14 -08:00
Michael Jumper
6223be61f0 GUAC-900: Merge client styles. 2014-11-06 14:22:52 -08:00
Michael Jumper
7a697550e4 GUAC-921: Restore Jetty 9 support. Tunnel request service was marked for injection in the wrong place. 2014-11-06 13:03:26 -08:00
Michael Jumper
d1ec32d066 GUAC-921: Move WebSocket support loading into independent modules. 2014-11-06 12:41:07 -08:00
James Muehlner
3f65e45e0f GUAC-807 safeApply should be using a function parameter, not a random undefined value that's returned from a function. 2014-11-06 00:00:40 -08:00
James Muehlner
c2521b1b15 GUAC-807 Moved usage of safeApply to a more sane place. 2014-11-05 23:59:12 -08:00
James Muehlner
e33fff4730 GUAC-807 Fixed scaling/zooming. 2014-11-05 23:46:21 -08:00
James Muehlner
4c34220c65 GUAC-807 Fixed login page error, minify button usage, and menu initial state. 2014-11-05 22:41:46 -08:00
Michael Jumper
fa68aa7d80 GUAC-919: Remove \!@# automatically-added weird jar thing from who-knows-where. 2014-11-05 19:45:25 -08:00
Michael Jumper
78eae400ca GUAC-919: Take user to login page upon logout even if logout fails (which only happens if they are already logged out). 2014-11-05 13:13:10 -08:00
Michael Jumper
5ecb5c9306 GUAC-919: Do not expire active sessions. 2014-11-05 12:55:31 -08:00
Michael Jumper
4c6d838249 GUAC-919: Add new tunnels to session. If session does not exist upon closure, close tunnel anyway. 2014-11-05 12:28:01 -08:00
Michael Jumper
6bea1eed44 GUAC-919: Rename LoginRESTService to TokenRESTService and provide logout semantics. Move Angular auth stuff to own module. Actually logout user. 2014-11-05 12:10:05 -08:00
Michael Jumper
68a9a4f6dc GUAC-919: Implement basic session invalidate(). 2014-11-05 12:07:36 -08:00
Michael Jumper
04ce36f335 GUAC-919: Add page-specific CSS class support. Use client-specific body style. 2014-11-04 21:24:16 -08:00
Michael Jumper
0542146e8e GUAC-919: Open connections in new tabs. Fix group display. 2014-11-04 00:07:45 -08:00
Michael Jumper
a8d0f94456 GUAC-919: Restore button styling. 2014-11-03 23:58:10 -08:00
Michael Jumper
53251e3771 GUAC-919: Comment login template. 2014-11-03 16:33:56 -08:00
Michael Jumper
2428b65e89 GUAC-919: Restore version on login page. 2014-11-03 16:28:54 -08:00
Michael Jumper
b655b58267 GUAC-919: Fix filtering of project properties in web pages. 2014-11-03 16:24:26 -08:00
Michael Jumper
161c4d2359 GUAC-919: Restore CSS3 cursor-related code from GUAC-823 and GUAC-842. 2014-11-03 15:10:23 -08:00
James Muehlner
2e8283c94f GUAC-807: Zoom controls somewhat working. 2014-11-03 14:02:36 -08:00
James Muehlner
72c82aea8b GUAC-807: Fixed connection parameter editing and made menu show on keydown instead of keyup. 2014-11-03 14:02:32 -08:00
Michael Jumper
1b121ba665 GUAC-919: POST login via form data. 2014-11-03 13:57:28 -08:00
James Muehlner
5c43ae4ff9 GUAC-919: Copy Angular changes from old GUAC-546 branch. 2014-11-03 13:57:01 -08:00
Michael Jumper
ac2617b92a GUAC-919: Separate auth stuff into own module. Automatically shutdown TokenSessionMap when application is destroyed. 2014-11-03 12:08:15 -08:00