Commit Graph

139 Commits

Author SHA1 Message Date
Michael Jumper
831e974f5f GUACAMOLE-1: Update pom.xml to reflect Apache licensing. 2016-03-28 20:50:39 -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
1f7d9bb052 GUACAMOLE-1: Update SCM references in pom.xml 2016-03-28 20:49:52 -07:00
Michael Jumper
6990344697 GUACAMOLE-1: Refactor org.glyptodon package/groupId to org.apache. 2016-03-28 20:43:49 -07:00
Mike Jumper
41297c5079 Merge pull request #240 from Hatsize/master
GUAC-1295: Add cache busting for app.css and app.js
2015-12-15 17:00:05 -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
Corin Froese
ae23c071ce GUAC-1295: Add cache busting for app.css and app.js 2015-08-11 13:06:31 -06:00
Michael Jumper
1ac2986b93 GUAC-1230: Standardize inclusion of third-party JavaScript libraries. 2015-07-14 13:36:10 -07:00
Michael Jumper
8e1d8b8af9 GUAC-1230: Add all messageformat.js locales. 2015-07-14 13:20:44 -07:00
Michael Jumper
7efbaf10c3 GUAC-1230: Only explicitly specify JavaScript source files where order is critical. 2015-07-14 13:11:09 -07:00
Michael Jumper
f9ccd4c87b GUAC-1255: Add German locale for messageformat.js. 2015-07-09 17:01:32 -07:00
Michael Jumper
e973f7de6b GUAC-1172: Upgrade to Angular 1.3.16. Update form template to work around angular/angular.js#12260. 2015-07-02 15:10:38 -07:00
Michael Jumper
3c1580ce77 GUAC-1238: Add missing messageformat.js locale. 2015-06-19 09:56:12 -07:00
Michael Jumper
f41c7a7b1a GUAC-1174: Bump version numbers to 0.9.7. 2015-06-08 16:47:22 -07:00
Michael Jumper
a0bd737ac6 GUAC-1217: Add French message format rules. 2015-06-05 19:11:23 -07:00
James Muehlner
2d8b092681 GUAC-1187 Prepared Konstantin Kozhin's Russian translation for merge. 2015-05-18 19:14:38 -07:00
Michael Jumper
12edc7a256 GUAC-1170: Add missing Maven plugin versions. 2015-04-26 22:58:37 -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
4215cd4f1e GUAC-1161: Pre-cache Angular templates during build. 2015-04-22 15:50:46 -07:00
James Muehlner
770078fc6e GUAC-1138 Fix modal.min.js warning during build. 2015-03-25 22:36:18 -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
e3a7a7dcd3 GUAC-959: Add ngTouch. 2015-01-05 01:46:41 -08:00
Michael Jumper
207e87f60f GUAC-932: Remove legacy JavaScript source. 2014-12-08 13:55:09 -08:00
Michael Jumper
1d86419cc1 GUAC-605: Use MessageFormat interpolation for angular-translate. 2014-11-28 22:25:42 -08:00
Michael Jumper
4f6a69fea1 GUAC-925: Replace modal.js with pre-minified version of the same. 2014-11-12 16:31:17 -08:00
Michael Jumper
3aacbe8c26 GUAC-900: Restore minification, remove unused files. 2014-11-06 14:39:08 -08:00
James Muehlner
4c34220c65 GUAC-807 Fixed login page error, minify button usage, and menu initial state. 2014-11-05 22:41:46 -08:00
Michael Jumper
b655b58267 GUAC-919: Fix filtering of project properties in web pages. 2014-11-03 16:24:26 -08:00
James Muehlner
5c43ae4ff9 GUAC-919: Copy Angular changes from old GUAC-546 branch. 2014-11-03 13:57:01 -08:00
James Muehlner
6bf2ff3e2f GUAC-919: Copy REST and Guice changes over from GUAC-546 branch. 2014-10-31 00:07:28 -07:00
Michael Jumper
ca199e1ea6 GUAC-914: Migrate to logback and latest SLF4J. Read logback.xml from GUACAMOLE_HOME if present. 2014-10-30 11:42:22 -07:00
Michael Jumper
14d212319d GUAC-885: Jetty 9 dependency scope should be "provided". 2014-10-13 15:53:57 -07:00
Michael Jumper
2202ede609 GUAC-879: Dependency should be version 0.9.3 for guacamole-ext. 2014-10-12 14:34:06 -07:00
Michael Jumper
5a9cb31971 GUAC-879: Fix build on Maven 2 (state problematic transitive dependencies early so they aren't pulled from the faulty repository later). 2014-10-11 00:50:52 -07:00
Michael Jumper
e26a4c3b7d GUAC-878: Add support for Jetty 9.0.3 WebSocket. 2014-10-10 15:12:49 -07:00
Michael Jumper
b6f45c585f GUAC-878: Generalize loading of WebSocket classes in WebSocketSupportLoader. Note that Jetty support is specific to Jetty 8. Update documentation. 2014-10-10 13:54:20 -07:00
Michael Jumper
7927ffa9b0 GUAC-442: Add JSR 356 implementation of WebSocket tunnel. 2014-10-09 18:22:14 -07:00
Michael Jumper
d44ee06f4c GUAC-855: Bump version numbers to 0.9.3 where applicable. 2014-09-19 11:35:55 -07:00
Michael Jumper
db2066fa1f GUAC-772: Bump version numbers to 0.9.2. 2014-07-21 13:42:53 -07:00
Michael Jumper
9ab3a58b2f GUAC-681: Bump version numbers of modified projects to 0.9.1. 2014-05-22 14:10:14 -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
e993e96752 GUAC-565: Remove experimental code from master (it will be restored in a branch for the corresponding epic). 2014-03-24 22:23:58 -07:00
Michael Jumper
c2852d4a22 Re-license guacamole as MIT. 2013-12-28 20:32:51 -08:00
James Muehlner
b15777a70f Ticket #362: Got JSON mapping working. 2013-12-16 14:40:00 -08:00
James Muehlner
064802a9fb Ticket #362: Authentication working. 2013-12-16 14:40:00 -08:00
James Muehlner
4df635e407 Ticket #362: Super basic REST endpoint exposed with Guice and Jersey. 2013-12-16 14:40:00 -08:00
Michael Jumper
4599ac7431 Add official WebSocket support, always enabled, for both Jetty and Tomcat. 2013-10-15 18:04:48 -07:00