Michael Jumper
|
1b262985b2
|
GUACAMOLE-197: Merge changes ensuring RADIUS state is handled as opaque.
|
2018-02-04 19:08:17 -08:00 |
|
Nick Couchman
|
4195ac6d19
|
GUACAMOLE-197: Fix errors that happen when you try to code before coffee.
|
2018-02-04 15:56:59 -05:00 |
|
Nick Couchman
|
b9a6880470
|
GUACAMOLE-197: Brush up log messages and change levels for invalid state information.
|
2018-02-04 09:31:47 -05:00 |
|
Michael Jumper
|
6db2539569
|
GUACAMOLE-499: Merge simplification of REST API error handling, leveraging the status codes built into GuacamolException subclasses.
|
2018-02-03 21:35:54 -08:00 |
|
Michael Jumper
|
e2e166d2d7
|
GUACAMOLE-316: Merge changes disabling IE's "compatibility mode".
|
2018-02-03 21:24:00 -08:00 |
|
Nick Couchman
|
d889352941
|
GUACAMOLE-499: Have RESTExceptionWrapper leverage HTTP status codes built into GuacamoleStatus.
|
2018-02-03 23:33:52 -05:00 |
|
Nick Couchman
|
ef6d0c6a53
|
GUACAMOLE-197: Check for empty byte array in more sane manner.
|
2018-02-03 23:24:25 -05:00 |
|
Nick Couchman
|
0729fa09cd
|
GUACAMOLE-197: Handle IllegalArgumentException when parsing state string.
|
2018-02-03 23:23:27 -05:00 |
|
Nick Couchman
|
41dd9fc60d
|
GUACAMOLE-197: Deal with null state field..
|
2018-02-03 23:17:30 -05:00 |
|
Nick Couchman
|
77b4665c5c
|
GUACAMOLE-197: Remove unnecessarily precise method calls.
|
2018-02-03 23:11:22 -05:00 |
|
Nick Couchman
|
8747acfc7f
|
GUACAMOLE-316: Make sure IE compatibility mode does not impact Guacamole.
|
2018-02-03 17:39:48 -05:00 |
|
Nick Couchman
|
769a34f511
|
GUACAMOLE-197: Convert state to Hex string to avoid encoding issues.
|
2018-02-03 17:22:36 -05:00 |
|
Michael Jumper
|
6b0f31053a
|
GUACAMOLE-197: Merge migration to FileGuacamoleProperty for CA and key file RADIUS properties.
|
2018-02-02 09:35:09 -08:00 |
|
Nick Couchman
|
18084c2031
|
GUACAMOLE-197: Use FileGuacamoleProperty for CA and Key file propeties.
|
2018-02-02 10:59:28 -05:00 |
|
Nick Couchman
|
6ed4dcdeab
|
GUACAMOLE-497: Merge remove usage of function/classes deprecated within Java 9.
|
2018-02-02 09:52:52 -05:00 |
|
Nick Couchman
|
d6adc07dce
|
GUACAMOLE-494: Merge remove support for properties which have been deprecated for sufficiently long.
|
2018-02-02 09:47:02 -05:00 |
|
Nick Couchman
|
9b5701cd65
|
GUACAMOLE-495: Merge remove parts of the API which have been deprecated for sufficiently long.
|
2018-02-02 09:26:24 -05:00 |
|
Nick Couchman
|
d68f4cd762
|
GUACAMOLE-493: Merge remove guacamole-auth-noauth.
|
2018-02-02 09:19:08 -05:00 |
|
Michael Jumper
|
2aa8054065
|
GUACAMOLE-494: Remove support for "mysql-disallow-*" and "postgresql-disallow-*" properties, deprecated since 0.9.8 (9b27a27 ).
|
2018-02-01 22:53:17 -08:00 |
|
Michael Jumper
|
cbed98e849
|
GUACAMOLE-494: Remove support for "basic-user-mapping" property, deprecated since 0.9.10-incubating (8590a0a ).
|
2018-02-01 22:42:36 -08:00 |
|
Michael Jumper
|
57d81544ea
|
GUACAMOLE-495: Remove setClipboard() function of Guacamole.Client, deprecated since 0.9.1 (05a7c87 ).
|
2018-02-01 22:32:36 -08:00 |
|
Michael Jumper
|
17f6862d17
|
GUACAMOLE-495: Remove guacamole-ext's GuacamoleHome and GuacamoleProperties classes, deprecated since 0.9.4 (ff28626 ).
|
2018-02-01 22:30:23 -08:00 |
|
Michael Jumper
|
3d9310dbe7
|
GUACAMOLE-495: Remove guacamole-common's GuacamoleSession class, deprecated since 0.9.9 (b3a49da ).
|
2018-02-01 22:28:56 -08:00 |
|
Michael Jumper
|
37f7df804d
|
GUACAMOLE-497: Fall back to qualified name of XML element if SAX parser does not provide local name.
|
2018-02-01 21:21:05 -08:00 |
|
Michael Jumper
|
c6aa790b41
|
GUACAMOLE-497: Remove usage of now-deprecated XMLReaderFactory.
|
2018-02-01 21:21:05 -08:00 |
|
Nick Couchman
|
798349e231
|
GUACAMOLE-96: Merge restore compatibility with 1.7 JDK.
|
2018-02-01 23:10:55 -05:00 |
|
Michael Jumper
|
5dbac644e5
|
GUACAMOLE-493: Remove guacamole-auth-noauth, deprecated since 0.9.13-incubating.
|
2018-02-01 19:48:12 -08:00 |
|
Michael Jumper
|
29f838f63d
|
GUACAMOLE-497: Remove usage of now-deprecated container class constructors.
|
2018-02-01 19:02:39 -08:00 |
|
Michael Jumper
|
3a90dbbd00
|
GUACAMOLE-96: Do not rely on Map.remove(key, value) which is specific to Java 8.
|
2018-02-01 13:01:43 -08:00 |
|
Michael Jumper
|
1c012f4ed0
|
GUACAMOLE-96: Implement Iterator.remove() within ArbitraryAttributeMap's iterator.
|
2018-02-01 12:43:24 -08:00 |
|
Michael Jumper
|
4a7857571e
|
GUACAMOLE-96: Reference Map.Entry rather than HashMap.Entry.
|
2018-02-01 12:41:00 -08:00 |
|
Nick Couchman
|
07d0307855
|
GUACAMOLE-96: Merge allow extensions to voluntarily store each other's data.
|
2018-02-01 13:31:46 -05:00 |
|
Frode Langelo
|
a28c81c001
|
GUACAMOLE-161: Add CapsLock to the no_repeat key list.
|
2018-02-01 16:43:15 +00:00 |
|
Michael Jumper
|
d5768ead6d
|
GUACAMOLE-96: Correct version number of upgrade scripts for next release (it will be 1.0.0, not 0.9.15).
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
2d685766c0
|
GUACAMOLE-96: Map base JDBC support for arbitrary attributes to SQL Server tables.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
6a834a1066
|
GUACAMOLE-96: Map base JDBC support for arbitrary attributes to MySQL tables.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
494733569f
|
GUACAMOLE-96: Map base JDBC support for arbitrary attributes to PostgreSQL tables.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
b6de402c0c
|
GUACAMOLE-96: Add base support within JDBC auth for storage of arbitrary attributes from other extensions.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
a3cee158cb
|
GUACAMOLE-96: Add object- and model-level support for storage of arbitrary attributes.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
fff1411768
|
GUACAMOLE-96: Extract Attributes interface from objects which provide getAttributes() / setAttributes().
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
79936c4c41
|
GUACAMOLE-96: Document semantics of voluntary attribute storage and guaranteed sanitization.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
77255652bf
|
GUACAMOLE-96: Restrict submitted attributes to those explicitly declared by the UserContext.
|
2018-01-31 15:26:16 -08:00 |
|
Michael Jumper
|
a050c16020
|
GUACAMOLE-197: Merge corrections to API compatibility for RADIUS auth.
|
2018-01-30 20:28:52 -08:00 |
|
Nick Couchman
|
d032e76aa9
|
GUACAMOLE-197: Add overrides for compatibility with extension decoration.
|
2018-01-30 22:06:27 -05:00 |
|
Michael Jumper
|
64ba8a8524
|
GUACAMOLE-197: Merge support for RADIUS authentication.
|
2018-01-30 15:43:32 -08:00 |
|
Nick Couchman
|
dcb9e46e43
|
GUACAMOLE-197: Add/fix fields in guac manifest.
|
2018-01-30 18:33:59 -05:00 |
|
Nick Couchman
|
789da68574
|
GUACAMOLE-197: Change RADIUS server to RADIUS hostname.
|
2018-01-30 18:33:13 -05:00 |
|
Nick Couchman
|
eaeaeb10cd
|
GUACAMOLE-96: Merge allow extensions to decorate each other's objects.
|
2018-01-30 14:31:04 -05:00 |
|
Nick Couchman
|
037913ac73
|
GUACAMOLE-197: Handle all non-username fields identically.
|
2018-01-30 09:50:21 -05:00 |
|
Nick Couchman
|
4a57012f9d
|
GUACAMOLE-197: Revert some unnecessary code changes.
|
2018-01-29 17:08:12 -05:00 |
|