Commit Graph

125 Commits

Author SHA1 Message Date
Michael Jumper
4df22ce67b Merge 1.1.0 changes back to master. 2019-06-07 09:01:40 -07:00
Nick Couchman
5ac98e441c GUACAMOLE-422: Remove extra space in pom.xml 2019-04-22 11:53:09 -04:00
Nick Couchman
ea913c98fe GUACAMOLE-422: Implement client-side timezone detection. 2019-04-22 11:53:09 -04:00
Virtually Nick
37f1da9f1f GUACAMOLE-736: Replace JAXB DatatypeConverter with Guava BaseEncoding. 2019-02-21 17:09:44 -05:00
Virtually Nick
068a458822 GUACAMOLE-734: Update logback version to latest stable. 2019-02-15 09:16:59 -05:00
Michael Jumper
c3fbf44f70 GUACAMOLE-729: Bump version numbers to 1.1.0. 2019-02-09 11:08:28 -08:00
Michael Jumper
1fef6a05e1 GUACAMOLE-635: Require Java 1.8 for all Java components except guacamole-common. 2018-09-29 12:56:17 -07:00
Michael Jumper
1cf16d1dc6 GUACAMOLE-220: Upgrade to latest versions of jQuery and Lodash.
The version of Lodash previously included with Guacamole lacks the
sortedIndexOf() function, which is needed by the identity set editor
directive for manipulating sorted arrays of identifiers.

If upgrading Lodash, may as well upgrade jQuery while we're at it. The
version previously included within Guacamole is no longer maintained.
2018-08-08 09:00:06 -07:00
Michael Jumper
e5a8442a2a GUACAMOLE-470: Use NPM webjar for datalist-polyfill, as Webjars' "bowergithub" version is broken (missing version number in path causes sanity checks in WebjarsServlet to refuse to serve the file). 2018-06-12 16:30:11 -07:00
Michael Jumper
3ae152fa35 GUACAMOLE-470: Add polyfill for <datalist> element (not supported by Safari). 2018-06-12 14:07:47 -07:00
Michael Jumper
45513592a7 GUACAMOLE-570: Bump version numbers to 1.0.0. 2018-06-05 21:34:26 -07:00
Michael Jumper
9a2e0c6087 GUACAMOLE-526: Merge changes updating AngularJS to the latest stable (1.6.9). 2018-04-26 09:55:31 -07:00
James Muehlner
b3eeb36b87 GUACAMOLE-526: Update webapp to angular 1.6.9. 2018-04-25 22:25:02 -07:00
Michael Jumper
18b0d99ae0 GUACAMOLE-549: Update to latest version of webjar-servlet-2.x. 2018-04-25 22:23:44 -07:00
Michael Jumper
884a9c0ee9 GUACAMOLE-549: Store auth token within localStorage rather than cookie. 2018-04-19 12:49:19 -07:00
Michael Jumper
ce4cd11993 GUACAMOLE-423: Bump version numbers for all modified components to 0.9.14. 2017-12-06 00:12:43 -08:00
Michael Jumper
8d92e45227 GUACAMOLE-436: Remove old references to pre-Incubator project. 2017-12-06 00:08:11 -08:00
Michael Jumper
7c4223ce3e GUACAMOLE-436: Remove incubator prefix from repositories and URLs. 2017-12-06 00:02:33 -08:00
Michael Jumper
9236aea866 GUACAMOLE-314: Bump version numbers of all modified components to 0.9.13-incubating. 2017-06-01 23:05:53 -07:00
Michael Jumper
3de690abfe GUACAMOLE-225: Bump version numbers to 0.9.12-incubating (guacamole-common unchanged). 2017-02-28 09:33:53 -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
Michael Jumper
8185a023f6 GUACAMOLE-154: Bump version numbers to 0.9.11-incubating for modified components. 2017-01-09 13:51:23 -08:00
James Muehlner
c29e6ba464 Merge 0.9.10-incubating changes back to master. 2016-12-02 19:40:42 -08:00
Michael Jumper
110ebf64e2 GUACAMOLE-133: Document all dependencies of Guacamole within LICENSE. 2016-12-02 18:18:56 -08:00
James Muehlner
c194e04894 Merge release-specific changes for 0.9.10-incubating back to master. 2016-12-02 15:37:35 -08:00
Michael Jumper
621af69f87 GUACAMOLE-133: Exclude StAX dependency, which is part of Java 6. 2016-12-02 14:25:41 -08:00
James Muehlner
f1edb9ffd1 Merge new changes for 0.9.10-incubating back to master. 2016-11-28 22:27:36 -08:00
Michael Jumper
9175ebf5d0 GUACAMOLE-131: Migrate to Webjars for JavaScript library dependencies. Upgrade messageformat.js to 1.0.2, which is now MIT-licensed. 2016-11-28 17:25:03 -08:00
James Muehlner
b0f73bb4d7 GUACAMOLE-119: Merge integration of Apache Rat into client and associated new license notices. 2016-11-13 10:49:49 -08:00
Michael Jumper
322d2ba144 GUACAMOLE-119: Add Apache license boilerplate to pom.xml. 2016-11-12 18:16:27 -08:00
Michael Jumper
27bb5632f5 GUACAMOLE-119: Add Apache RAT validation to build. 2016-11-12 18:16:03 -08:00
Michael Jumper
70ab4e48ee GUACAMOLE-116: Upgrade minify-maven-plugin. 2016-11-11 15:53:17 -08:00
Michael Jumper
141400bc77 GUACAMOLE-107: Point all pom.xml at new project website. 2016-10-26 21:53:26 -07:00
James Muehlner
3f7ed57a8a GUACAMOLE-87: Bump guacamole-client version numbers to 0.9.10-incubating. 2016-08-25 21:48:04 -07:00
James Muehlner
01c51f9998 GUACAMOLE-66: Remove Apache Commons Codec dependency. 2016-07-27 20:58:47 -07:00
Michael Jumper
d3a9cecb17 GUACAMOLE-5: Define base classes for REST API subresource locators. 2016-07-11 23:45:48 -07:00
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