Commit Graph

1841 Commits

Author SHA1 Message Date
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
Michael Jumper
9821c38bb8 GUAC-919: Use minutes for timeout value. 2014-11-03 01:11:20 -08:00
Michael Jumper
44d924f1f9 GUAC-919: Implement period cleanup of sessions. Simplify TokenSessionMap implementation. 2014-11-03 01:06:07 -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
6fee9cb580 GUAC-919: Remove use of HttpSession. 2014-11-01 22:28:10 -07:00
Michael Jumper
fc889c29b3 GUAC-919: Migrate to /api/login service. Add GuacamoleService.Auth. 2014-11-01 02:01:30 -07:00
Michael Jumper
c0395df8c1 GUAC-919: Add missing REST servlets. 2014-10-31 14:56:59 -07:00
Michael Jumper
f08bb485da GUAC-919: LoginRESTService should read form parameters (POST). 2014-10-31 14:56:28 -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
48382b8285 GUAC-915: Clean up all log messages within Guacamole. 2014-10-30 17:12:54 -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
612a8b4b97 GUAC-434: Allow SimpleUserContext/SimpleAuthenticationProvider to provide actual usernames. 2014-10-27 15:39:41 -07:00
Michael Jumper
c20adb46a9 GUAC-907: Log source address, using X-Forwarded-For if available (after validation). 2014-10-27 15:38:48 -07:00
Michael Jumper
713ecaae2a GUAC-908: Handle errors during connect/bind/query distinctly. Only rethrow server error if connection or query fails - failure to bind is just an invalid login. 2014-10-27 13:26:13 -07:00
Michael Jumper
6f81584aed GUAC-909: Log full exceptions only in debug level. Rephrase log messages. 2014-10-27 13:03:20 -07:00
Michael Jumper
770105de06 GUAC-909: Log "unsupported operation" exceptions at debug level. 2014-10-27 10:27:13 -07:00
Michael Jumper
b83c83c324 GUAC-906: Implement GuacamoleConnectionClosedException. Throw when read/write fails due to closure. 2014-10-26 15:14:35 -07:00
Michael Jumper
721d9125ab GUAC-904: Implement copy constructor for GuacamoleConfiguration. 2014-10-25 19:28:39 -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
d339c8613e GUAC-842: Add onmouseout event to Guacamole.Mouse. Fix GUAC-833 while we're in here. 2014-10-16 23:15:12 -07:00
Michael Jumper
8f903acaa6 GUAC-823: Test for CSS3 cursor support. 2014-10-16 22:49:51 -07:00
Michael Jumper
c62e7c7b4b GUAC-823: Cursors must end with a cursor keyword (see https://developer.mozilla.org/en-US/docs/Web/CSS/cursor/url). 2014-10-16 22:38:29 -07:00
Michael Jumper
deaec480db GUAC-823: Use CSS3 cursor whenever possible. 2014-10-16 15:08:25 -07:00
Michael Jumper
22411a7790 GUAC-823: Add oncursor event to Guacamole.Display. Allow software mouse cursor to be manually shown/hidden. 2014-10-16 15:07:34 -07:00
Michael Jumper
162ceb97ba GUAC-823: Add setCursor() function to Guacamole.Mouse. Stub out feature detection. 2014-10-16 15:06:42 -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
58837fd136 GUAC-890: Allow Guacamole.Keyboard state to be externally modified or reset. 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
14d212319d GUAC-885: Jetty 9 dependency scope should be "provided". 2014-10-13 15:53:57 -07:00
Michael Jumper
200021b27a GUAC-875: Handle possibly-null key identifier. 2014-10-13 14:22:59 -07:00
Michael Jumper
c1e5822a19 GUAC-872: Fix keysym definition for PageUp/PageDown key identifiers. 2014-10-13 14:18:57 -07:00