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 |
|
James Muehlner
|
8de93ad4ea
|
GUACAMOLE-172: Merge keep-alive ping fix.
|
2017-01-24 11:39:16 -08:00 |
|
Michael Jumper
|
41881be909
|
GUACAMOLE-172: Do not send potentially-invalid "sync" as a keep-alive. Use "nop" instead.
|
2017-01-24 11:01:45 -08:00 |
|
James Muehlner
|
005f6153f8
|
Merge 0.9.11-incubating changes back to master.
|
2017-01-22 12:43:45 -08:00 |
|
James Muehlner
|
d440bc732d
|
GUACAMOLE-163: Merge removal of DEFAULT CURRENT_TIMESTAMP for password_date.
|
2017-01-22 12:41:52 -08:00 |
|
Michael Jumper
|
b69599e822
|
GUACAMOLE-163: Remove DEFAULT CURRENT_TIMESTAMP from guacamole_user's password_date column (compatibility with MySQL 5.5 and older).
|
2017-01-22 12:04:01 -08:00 |
|
James Muehlner
|
7219957763
|
Merge 0.9.11-incubating changes back to master.
|
2017-01-13 21:49:17 -08:00 |
|
James Muehlner
|
cdf7e2ce59
|
GUACAMOLE-159: Merge mapper XML escape fix.
|
2017-01-13 16:11:41 -08:00 |
|
James Muehlner
|
2f91c96992
|
GUACAMOLE-159: Merge mapper XML escape fix.
|
2017-01-13 16:03:37 -08:00 |
|
Michael Jumper
|
ca7ec98d50
|
GUACAMOLE-159: Less-than characters must be properly escaped within mapper XML.
|
2017-01-13 13:14:06 -08:00 |
|
James Muehlner
|
cf8dca6324
|
Merge 0.9.11-incubating changes back to master.
|
2017-01-11 10:29:47 -08:00 |
|
James Muehlner
|
32052ce4e4
|
GUACAMOLE-154: Merge updated guacamole-ext version dependency.
|
2017-01-11 10:28:40 -08:00 |
|
Michael Jumper
|
9c584cd30d
|
GUACAMOLE-154: Guacamole should depend on 0.9.11-incubating version of guacamole-ext.
|
2017-01-11 09:18:41 -08:00 |
|
James Muehlner
|
5a84ed6d20
|
Merge 0.9.11-incubating changes back to master.
|
2017-01-10 13:24:38 -08:00 |
|
James Muehlner
|
ebdf02db75
|
GUACAMOLE-154: Merge updated version numbers.
|
2017-01-10 10:55:42 -08:00 |
|
Michael Jumper
|
8185a023f6
|
GUACAMOLE-154: Bump version numbers to 0.9.11-incubating for modified components.
|
2017-01-09 13:51:23 -08:00 |
|
Nick Couchman
|
962bec8806
|
GUACAMOLE-47: Shorten the token length and change name.
|
2017-01-06 19:38:31 -05:00 |
|
Nick Couchman
|
3614aff4d9
|
GUACAMOLE-47: Add imports needed for implementation of client token.
|
2017-01-06 19:26:53 -05:00 |
|
Nick Couchman
|
797bb86a43
|
GUACAMOLE-47: Implement support for client hostname/IP token for connections.
|
2017-01-06 19:24:50 -05:00 |
|
James Muehlner
|
d45580f226
|
GUACAMOLE-36: Merge password history tracking change.
|
2017-01-05 13:49:29 -08:00 |
|
Michael Jumper
|
497480cc53
|
GUACAMOLE-36: Clarify semantics of password policy history size.
|
2017-01-05 13:44:16 -08:00 |
|
Michael Jumper
|
52dda6b55f
|
GUACAMOLE-36: Clarify function naming regarding a user's current (at time of query) password record.
|
2017-01-05 13:37:13 -08:00 |
|
Michael Jumper
|
4a1ae7f292
|
GUACAMOLE-36: Verify new passwords against history.
|
2017-01-05 13:37:13 -08:00 |
|
Michael Jumper
|
a943077d40
|
GUACAMOLE-36: Record and maintain password history.
|
2017-01-05 13:37:13 -08:00 |
|
Michael Jumper
|
ae695ef17b
|
GUACAMOLE-36: Define and map historical password record table.
|
2017-01-05 13:37:13 -08:00 |
|
Michael Jumper
|
3c718f27bf
|
GUACAMOLE-36: Define historical password records. Use password records for password age comparisons.
|
2017-01-05 10:35:19 -08:00 |
|
James Muehlner
|
102d52f0f9
|
GUACAMOLE-36: Merge password aging support.
|
2017-01-05 10:25:57 -08:00 |
|
Michael Jumper
|
5cd90b85d4
|
GUACAMOLE-36: Correct description of minimum password age.
|
2017-01-05 10:07:56 -08:00 |
|
Michael Jumper
|
80b80655cf
|
GUACAMOLE-36: Automatically update password date. Store previous date for comparison.
|
2017-01-05 06:30:40 -08:00 |
|
Michael Jumper
|
5f6fb8a199
|
GUACAMOLE-36: Implement password aging checks.
|
2017-01-05 06:30:40 -08:00 |
|
Michael Jumper
|
a207411241
|
GUACAMOLE-36: Add password reset date to schema.
|
2017-01-03 20:55:42 -08:00 |
|
James Muehlner
|
565028565e
|
GUACAMOLE-36: Merge password policy support.
|
2017-01-03 20:41:46 -08:00 |
|
Michael Jumper
|
66f00adab0
|
GUACAMOLE-36: Do not automatically generate random passwords at the REST API level.
|
2017-01-03 20:13:19 -08:00 |
|
Michael Jumper
|
3744755a1e
|
GUACAMOLE-36: Define and enforce password policies.
|
2017-01-03 20:13:13 -08:00 |
|