Commit Graph

29 Commits

Author SHA1 Message Date
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