Commit Graph

712 Commits

Author SHA1 Message Date
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
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
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
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
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
cc4b458fdd GUAC-919: Remove session timeout from web.xml - we're not using HttpSession. 2014-11-02 23:14:01 -08:00
Michael Jumper
2c476d4d72 GUAC-919: Remove SessionKeepAlive (not needed without HttpSession). Consider sessions to be active so long as they have associated tunnels. 2014-11-01 23:54:13 -07:00
Michael Jumper
fc889c29b3 GUAC-919: Migrate to /api/login service. Add GuacamoleService.Auth. 2014-11-01 02:01:30 -07:00
James Muehlner
6bf2ff3e2f GUAC-919: Copy REST and Guice changes over from GUAC-546 branch. 2014-10-31 00:07:28 -07:00
Michael Jumper
4a5efe4819 GUAC-916: Release ALL keys when browser window loses focus. 2014-10-30 13:24:36 -07:00
Michael Jumper
ca199e1ea6 GUAC-914: Migrate to logback and latest SLF4J. Read logback.xml from GUACAMOLE_HOME if present. 2014-10-30 11:42:22 -07:00
Michael Jumper
b9e416f189 GUAC-842: Hide mouse when it leaves the display. Reshow the mouse during down/up/move if not using local (hardware) cursor. 2014-10-16 23:16:18 -07:00
Michael Jumper
deaec480db GUAC-823: Use CSS3 cursor whenever possible. 2014-10-16 15:08:25 -07:00
Michael Jumper
34dff7e69c GUAC-890: Reset keyboard state after handling shortcut. Do not send client key events if a shortcut was handled. 2014-10-16 11:27:16 -07:00
Michael Jumper
b1941a1219 GUAC-804: Add onmatch to KeyboardShortcut constructor. 2014-10-15 21:58:31 -07:00
Michael Jumper
8ce1940f0e GUAC-804: Add keyboard shortcut object. Loosen Ctrl+Alt+Shift logic. 2014-10-15 16:24:40 -07:00
Michael Jumper
b55adfa9a8 GUAC-867: Fix comment regarding keep-alive interval. 2014-10-13 03:46:49 -07:00
Michael Jumper
04ba001f15 GUAC-867: Add periodic keep-alive ping to ensure the session does not perish while a connection is active. 2014-10-13 03:25:31 -07:00
Michael Jumper
f0087b27b0 GUAC-882: Tolerate lack of access to window.opener. 2014-10-12 21:09:41 -07:00
Michael Jumper
9611ba3738 GUAC-882: Use window.open("") to check for existing window, not window.open(null). 2014-10-12 20:55:45 -07:00
Michael Jumper
5731cb6b34 GUAC-882: Wrap calls to new Audio() within try/catch. 2014-10-12 20:54:57 -07:00
Michael Jumper
b7548675df GUAC-442: Clean up packages. 2014-10-09 21:16:37 -07:00
Michael Jumper
ce7cc71544 GUAC-442: Only update authentication in specific requests. 2014-10-09 16:25:31 -07:00
Michael Jumper
68f7afb8c9 GUAC-442: Restrict access to WebSocket tunnel using filter (rather than RestrictedHttpServlet like the rest of guac). 2014-10-09 15:29:45 -07:00
Michael Jumper
16b0f047ea GUAC-442: Use filter to authenticate and restrict access. 2014-10-09 14:50:08 -07:00
Michael Jumper
a792e6f271 GUAC-876: Update Blob implementation from upstream. 2014-10-08 15:30:52 -07:00
Michael Jumper
d44ee06f4c GUAC-855: Bump version numbers to 0.9.3 where applicable. 2014-09-19 11:35:55 -07:00
Michael Jumper
a1452dd0b0 GUAC-772: Update guacamole-common-js API_VERSION. 2014-07-21 13:51:11 -07:00
Michael Jumper
f03baec73b GUAC-761: Store API version. Perform sanity checks within webapp. 2014-07-01 15:45:29 -07:00
Michael Jumper
9d2ff099d3 GUAC-709: Prevent focus loss from text input. 2014-05-22 15:39:04 -07:00
Michael Jumper
4c4a6a9bfc GUAC-708: Do not allow user selection within text input (in case a user presses Ctrl+A, for example). 2014-05-22 15:09:02 -07:00
Michael Jumper
8d0923db2f GUAC-708: Text input field MUST be initialized. 2014-05-22 14:48:53 -07:00
Michael Jumper
5c32e449d5 GUAC-704: Handle touch events on reconnect button. Generalize reconnect procedure within dialog. 2014-05-20 18:09:39 -07:00
Michael Jumper
f56757c0a9 GUAC-705: Only call window.scrollTo() when absolutely necessary. 2014-05-20 16:23:09 -07:00
Michael Jumper
18ece342cd GUAC-701: Fix error preventing testing on iOS. 2014-05-20 14:37:53 -07:00
Michael Jumper
39720019cd GUAC-701: Lessen aggressiveness of text input UI. Disable autoeverything. 2014-05-20 14:28:53 -07:00