Michael Jumper
1810ec971f
GUACAMOLE-1: Relicense C and JavaScript files.
2016-03-28 20:50:18 -07:00
Michael Jumper
cbe3387d92
GUACAMOLE-1: Replace version 0.9.9 with version 0.9.9-incubating.
2016-03-28 20:49:58 -07:00
Michael Jumper
4198c33df6
GUACAMOLE-1: Refactor old net.sourceforge package to org.apache.
2016-03-28 20:49:54 -07:00
Michael Jumper
6990344697
GUACAMOLE-1: Refactor org.glyptodon package/groupId to org.apache.
2016-03-28 20:43:49 -07:00
Michael Jumper
bef2139822
GUAC-1392: Update "guacamoleVersion" of all guac-manifest.json to "0.9.9". Update ExtensionModule to accept only "0.9.9" (or "*").
2015-12-15 13:00:59 -08:00
Michael Jumper
6a77c39c68
GUAC-1392: Bump version to 0.9.9 within all pom.xml (all projects were modified for this release).
2015-12-15 12:58:22 -08:00
Michael Jumper
5f5b9f5cb8
GUAC-1280: Bump version numbers to 0.9.8 where appropriate.
2015-09-04 10:48:11 -07:00
Michael Jumper
70485286d6
GUAC-586: Add localized data source names. Display data sources as tabs within user edit screen.
2015-09-02 19:51:27 -07:00
Michael Jumper
b0ac5d22ff
GUAC-586: Associate unique identifier with each AuthenticationProvider.
2015-08-28 12:14:02 -07:00
Michael Jumper
f41c7a7b1a
GUAC-1174: Bump version numbers to 0.9.7.
2015-06-08 16:47:22 -07:00
Michael Jumper
190f61d927
GUAC-587: Default to noauth-config.xml.
2015-05-12 13:53:32 -07:00
Michael Jumper
abd3d381f9
GUAC-587: Include and validate Guacamole version in manifest.
2015-05-12 13:40:52 -07:00
Michael Jumper
3411c1b45a
GUAC-587: Migrate noauth and LDAP to self-contained .jar files.
2015-05-11 15:52:36 -07:00
Michael Jumper
5026841573
GUAC-587: Add guac-manifest.json to noauth.
2015-05-11 15:32:21 -07:00
Michael Jumper
4eadf19a91
GUAC-1170: Use relative paths for dist archives.
2015-04-26 23:24:24 -07:00
Michael Jumper
67424f693e
GUAC-1170: Move to maven-assembly-plugin 2.5.3 for all projects.
2015-04-26 23:17:44 -07:00
Michael Jumper
5fc0ff66b5
GUAC-1170: Remove use of deprecated GuacamoleProperties.
2015-04-26 18:46:28 -07:00
Michael Jumper
b74c05b9f7
GUAC-1170: Add -Werror and -Xlint:all options to Java builds.
2015-04-26 18:46:27 -07:00
Michael Jumper
bbae09b51b
GUAC-1128: Bump version numbers to 0.9.6 as necessary.
2015-03-23 15:36:00 -07:00
Michael Jumper
0bfdea2543
GUAC-1018: Bump version to 0.9.5.
2015-02-15 17:45:04 -08:00
Michael Jumper
b6a9f6849b
GUAC-938: Bump version numbers for 0.9.4.
2015-01-06 19:52:58 -08:00
Michael Jumper
48382b8285
GUAC-915: Clean up all log messages within Guacamole.
2014-10-30 17:12:54 -07:00
Michael Jumper
52a35ab0b1
GUAC-855: Update version numbers of packages which depend on 0.9.3.
2014-09-19 11:50:14 -07:00
Michael Jumper
db2066fa1f
GUAC-772: Bump version numbers to 0.9.2.
2014-07-21 13:42:53 -07:00
Michael Jumper
ac61c798e5
GUAC-569: Bump version numbers of guacamole-client components to 0.9.0.
2014-03-25 10:38:02 -07:00
Michael Jumper
8f32b98ae7
Re-license guacamole-auth-noauth as MIT.
2013-12-29 11:28:46 -08:00
Michael Jumper
b6b5cdc8aa
Fix classpath in dist.xml. Remove unnecessary logging dependency.
2013-08-26 15:53:10 -07:00
Michael Jumper
fe3f2b73c6
Modify noauth to support same .tar.gz distribution as other extensions.
2013-08-26 15:53:10 -07:00
Michael Jumper
5912ea402d
Remove central guac-dev repo reference. Refactor net.sourceforge.guacamole to org.glyptodon.guacamole. Extensions are remaining with their classes in net.sourceforge.guacamole for compatibility's sake until we have a better system for extensions.
2013-08-25 13:39:00 -07:00
Michael Jumper
4352e6d444
Use latest guacamole-ext.
2013-08-23 11:39:43 -07:00
Michael Jumper
f663f754bc
Fix whitespace errors.
2013-08-23 11:39:43 -07:00
Michael Jumper
1ac2918f2c
Add backup files to .gitignore
2013-08-23 11:39:43 -07:00
Michael Jumper
361072548a
Replace README.rst with standard README.
2013-08-23 11:39:43 -07:00
Michael Jumper
7ab0d7858e
Remove unexpected element sanity check for now.
2013-08-23 11:39:42 -07:00
Michael Jumper
379912311c
Clean up parser. Add sanity checks against XML. Add documentation.
2013-08-23 11:39:42 -07:00
Michael Jumper
5af0052430
Clean up auth provider code, avoid NPE with property. Use getRequiredProperty() for required property.
2013-08-23 11:39:42 -07:00
Michael Jumper
ab87ba5614
Extract NoAuthConfigContentHandler. Partial cleanup.
2013-08-23 11:39:42 -07:00
Michael Jumper
ac9f276ddc
Fix author and name.
2013-08-23 11:39:42 -07:00
Michael Jumper
e32d9006da
Fix auth extension naming and groupId.
2013-08-23 11:39:42 -07:00
Laurent Meunier
f1f2e04860
Move NoAuthenticationProvider under extensions/
...
New auth providers shouldn't go in guacamole-ext, which is strictly the
API used by extensions to Guacamole. Instead this should be a separate
project like "guacamole-auth-noauth", and should go under extensions/.
2013-08-23 11:39:41 -07:00