Commit Graph

4051 Commits

Author SHA1 Message Date
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
Michael Jumper
0d6500396a GUACAMOLE-47: Merge support for GUAC_CLIENT_HOSTNAME and GUAC_CLIENT_ADDRESS parameter tokens. 2017-01-28 10:50:26 -08:00
Nick Couchman
013e10d61e GUACAMOLE-47: Correct language of remoteHost/remoteAddr comments; Fix style issues on comment lines. 2017-01-28 13:42:51 -05:00
Nick Couchman
20a61fc845 GUACAMOLE-47: Remove unnecessary checks of getRemoteHost/getRemoteAddr. 2017-01-28 13:40:09 -05:00
Nick Couchman
3fadac632c GUACAMOLE-47: Remove XFF header code due to security concerns. 2017-01-28 13:40:09 -05:00
Nick Couchman
00df0d75eb GUACAMOLE-47: Remove custom header code due to complexity & security concerns. 2017-01-28 13:40:09 -05:00
Nick Couchman
f08a66bb7f GUACAMOLE-47: When using XFF header, just set hostname component to null. 2017-01-28 13:40:09 -05:00
Nick Couchman
44a197c762 GUACAMOLE-47: Change new token names to something more descriptive. 2017-01-28 13:40:09 -05:00
Nick Couchman
ac08688996 GUACAMOLE-47: Fix code style issues. 2017-01-28 13:40:09 -05:00
Nick Couchman
1b9f7c5154 GUACAMOLE-47: Fix checking for empty strings; Set tokens to null if nothing found. 2017-01-28 13:40:09 -05:00
Nick Couchman
b785fc208b GUACAMOLE-47: Tweak internal variable names for tokens. 2017-01-28 13:39:49 -05:00
Michael Jumper
b32ee2e9e7 GUACAMOLE-129: Set "Content-Disposition: attachment" for "application/octet-stream" downloads to ensure browser doesn't attempt mimetype detection. 2017-01-27 21:15:57 -08:00
Michael Jumper
69a25c4e48 GUACAMOLE-190: Synchronize page icon with client thumbnail. 2017-01-27 19:32:35 -08:00
Michael Jumper
fd1c652a84 GUACAMOLE-190: Update client thumbnail roughly every 5 seconds. 2017-01-27 19:32:29 -08:00
Michael Jumper
053f34a54d GUACAMOLE-187: Only preserve canvas contents during resize if there are contents to preserve. 2017-01-27 16:43:07 -08:00
Michael Jumper
7f176d0dd1 GUACAMOLE-187: Reduce the number of full canvas copies that occur when continuously resizing a layer. 2017-01-27 16:42:54 -08:00
James Muehlner
d8f9d26bdb GUACAMOLE-186: Merge DuoWeb LICENSE addition. 2017-01-27 11:29:11 -08:00
Michael Jumper
e0ab6e493a GUACAMOLE-186: Document DuoWeb API license within top-level LICENSE file. 2017-01-27 11:04:58 -08:00
James Muehlner
a64c358250 GUACAMOLE-177: Merge layer property change improvements. 2017-01-25 21:34:50 -08:00
Michael Jumper
47f2b95abc GUACAMOLE-177: Tie all layer property changes to display frame flush. 2017-01-24 16:09:13 -08:00