Commit Graph

3920 Commits

Author SHA1 Message Date
Michael Jumper
69ff583a07 GUACAMOLE-230: Supply oncursor event with new canvas (having correct dimensions). 2017-03-04 20:36:24 -08:00
Michael Jumper
c2f7fdb61d GUACAMOLE-230: Provide means of retrieving a canvas with the same dimensions and content as a layer. 2017-03-04 20:33:57 -08:00
Michael Jumper
865ec19704 GUACAMOLE-229: Merge fix for improper clearing of XHR polling interval. 2017-03-02 11:47:53 -08:00
Tyler Schneider
b5bd316dfd GUACAMOLE-229: Remove intervals properly when XHR is polling. 2017-03-02 11:59:58 -07:00
James Muehlner
3ec99cbcdd Merge 0.9.12-incubating changes back to master. 2017-03-01 08:27:22 -08:00
James Muehlner
6bcb983838 GUACAMOLE-225: Merge updated version numbers. 2017-02-28 11:00:45 -08:00
James Muehlner
f8877304e0 GUACAMOLE-224: Merge removal of @author tags. 2017-02-28 10:06:28 -08:00
Michael Jumper
3de690abfe GUACAMOLE-225: Bump version numbers to 0.9.12-incubating (guacamole-common unchanged). 2017-02-28 09:33:53 -08:00
Michael Jumper
dec73c8457 GUACAMOLE-224: Remove @author tags from codebase. 2017-02-27 23:20:30 -08:00
James Muehlner
6a2235eff7 GUACAMOLE-208: Merge new codes and translations. 2017-02-15 22:04:27 -08:00
Michael Jumper
ecf506ecef GUACAMOLE-208: Automatically reconnect after network errors. 2017-02-15 21:24:59 -08:00
Michael Jumper
ee4f8cf796 GUACAMOLE-208: Define UPSTREAM_UNAVAILABLE and UPSTREAM_NOT_FOUND strings for tunnel errors. 2017-02-15 21:24:57 -08:00
Michael Jumper
dd6964afb1 GUACAMOLE-208: Define translation strings for new status codes. 2017-02-15 21:24:55 -08:00
Michael Jumper
3835eaef47 GUACAMOLE-208: Define and document missing RESOURCE_CLOSED status code. 2017-02-15 21:24:53 -08:00
Michael Jumper
bc97fc8246 GUACAMOLE-208: Define and document new status codes. 2017-02-15 21:24:39 -08:00
James Muehlner
fa07460390 GUACAMOLE-201: Merge client responsiveness verification change. 2017-02-08 20:27:08 -08:00
Michael Jumper
6ae9faddc2 GUACAMOLE-201: Occasionally verify client responsiveness when intercepting streams. 2017-02-08 20:19:11 -08:00
James Muehlner
7fd7035a47 GUACAMOLE-196: Merge filename sanitization fix. 2017-02-07 12:43:52 -08:00
Michael Jumper
0105b3e4ec GUACAMOLE-196: Strip backslashes from stream download filenames. 2017-02-07 12:36:04 -08:00
Michael Jumper
d7b3391379 GUACAMOLE-195: Merge support for authenticating via HTTP headers. 2017-02-03 14:07:18 -08:00
Nick Couchman
bc5f88884b GUACAMOLE-195: Add some spacing around comments and if statements to make things more readable. 2017-02-03 15:06:47 -05:00
Nick Couchman
4faa806ae9 GUACAMOLE-195: Fix style issues with if statements. 2017-02-03 15:05:00 -05:00
Nick Couchman
8eb33b5ca6 GUACAMOLE-195: Remove call to getRemoteUser() and just use the configured HTTP header. 2017-02-03 13:13:02 -05:00
Nick Couchman
96fb8a9c6b GUACAMOLE-195: Rename extension to guacamole-auth-header to more accurately reflect nature of the authentication. 2017-02-03 08:00:47 -05:00
Nick Couchman
3d6239d3aa GUACAMOLE-195: Remove remaining license reference to jldap. 2017-01-31 23:08:14 -05:00
Nick Couchman
b8fb8f771b GUACAMOLE-195: Fix comments to correctly specify that this is HTTP header-based authentication. 2017-01-31 22:37:39 -05:00
Nick Couchman
63cb838df1 GUACAMOLE-195: Add the necessary license files to the new extension. 2017-01-31 22:27:58 -05:00
Nick Couchman
8054f42777 GUACAMOLE-195: Remove word basic from comments - module is just HTTP header-based authentication. 2017-01-31 22:24:11 -05:00
Nick Couchman
88903880f9 GUACAMOLE-195: Add RAT plugin to extension; fix build issue from leftover logger() call. 2017-01-31 22:23:58 -05:00
Nick Couchman
9b4302c9a3 GUACAMOLE-195: Remove empty README.md file. 2017-01-31 22:23:53 -05:00
Nick Couchman
6ab40f98fa GUACAMOLE-195: Fix license headers in several Java source files. 2017-01-31 22:23:46 -05:00
Nick Couchman
1cd2c53bee GUACAMOLE-195: Fix .gitignore file in the guacamole-auth-http directory. 2017-01-31 22:23:38 -05:00
Nick Couchman
89145b9ee9 GUACAMOLE-195: Fix ordering of extensions in pom.xml. 2017-01-31 22:23:26 -05:00
Nick Couchman
e890819cbd GUACAMOLE-195: Remove unnecessary LICENSE file. 2017-01-31 22:23:18 -05:00
Nick Couchman
af0b6a3a23 GUACAMOLE-195: Remove XML comments that were preventing src/licenses from being picked up. 2017-01-31 22:23:11 -05:00
Nick Couchman
3b27e46676 GUACAMOLE-195: Correct common version in extension pom.xml file. 2017-01-31 22:23:05 -05:00
Nick Couchman
ab27739b02 GAUCAMOLE-195: Fix code style issues to conform to project standards. 2017-01-31 22:22:59 -05:00
Nick Couchman
ee9fb5d7ed GUACAMOLE-195: Add new module to main pom.xml for maven build. 2017-01-31 22:22:52 -05:00
Nick Couchman
41b60ed62b GUACAMOLE-195: Remove incorrect check on empty username string. 2017-01-31 22:22:46 -05:00
Nick Couchman
fdc654b945 GUACAMOLE-195: Add module to support HTTP header-based authentication. 2017-01-31 22:22:30 -05:00
Michael Jumper
d358449c7f GUACAMOLE-156: Merge updated French translations for database auth. 2017-01-31 13:47:55 -08:00
Nick Couchman
4d998aa650 GUACAMOLE-156: Add missing French translations. 2017-01-31 15:51:50 -05:00
James Muehlner
c0e050c65a GUACAMOLE-190: Merge client thumbnail tab favicon. 2017-01-29 12:01:00 -08:00
James Muehlner
5776104f40 GUACAMOLE-187: Merge layer resize optimizations. 2017-01-29 11:53:11 -08:00
James Muehlner
257c160aa8 GUACAMOLE-47: Merge storage of remote address and hostname in credentials. 2017-01-29 11:49:38 -08:00
James Muehlner
8462d6ba0b GUACAMOLE-135: Merge Swiss-French keyboard layout. 2017-01-29 11:47:58 -08:00
Michael Jumper
946816363e GUACAMOLE-135: Add Swiss-French keyboard layout option for RDP. 2017-01-28 13:47:59 -08:00
James Muehlner
72a605559a GUACAMOLE-129: Merge addition of new Content-Disposition header. 2017-01-28 13:14:31 -08:00
Michael Jumper
b336e26cb2 GUACAMOLE-47: Store remote address and hostname within Credentials. 2017-01-28 11:23:31 -08:00
Michael Jumper
1ed73e6a97 GUACAMOLE-47: Correct documentation of address/hostname token names. 2017-01-28 11:20:23 -08:00