Commit Graph

3656 Commits

Author SHA1 Message Date
Michael Jumper
629fa02113 GUACAMOLE-116: Replace lodash.js with non-minified version. 2016-11-14 15:30:37 -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
94fcd068a4 GUACAMOLE-119: Include guacamole-example in the build. 2016-11-12 18:41:00 -08:00
Michael Jumper
d78a2d9dad GUACAMOLE-119: Move NetBeans-specific .gitignore entries to guacamole project. 2016-11-12 18:16:54 -08:00
Michael Jumper
b483d8afef GUACAMOLE-119: Add Apache license boilerplate to guacConfigGroup LDAP schema. 2016-11-12 18:16:52 -08:00
Michael Jumper
d19c078280 GUACAMOLE-119: Add Apache license boilerplate to example config files. 2016-11-12 18:16:50 -08:00
Michael Jumper
44516e4de4 GUACAMOLE-119: Add Apache license boilerplate to example project. Remove META-INF. 2016-11-12 18:16:47 -08:00
Michael Jumper
4241e8c13f GUACAMOLE-119: Add Apache license boilerplate to project assembly XMLs. 2016-11-12 18:16:43 -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
James Muehlner
0227ccd96e GUACAMOLE-70: Merge changes allowing access restriction to DB users only. 2016-11-12 17:42:10 -08:00
Michael Jumper
5c800b1d89 GUACAMOLE-70: Allow access to be restricted to strictly the users in the database. 2016-11-11 17:34:29 -08:00
James Muehlner
d455dbaae7 GUACAMOLE-116: Merge unminification of checked-in angular source. 2016-11-11 16:06:32 -08:00
James Muehlner
d3d4fddaf9 GUACAMOLE-99: Merge change to support linking docker container to guacd. 2016-11-11 16:02:44 -08:00
Michael Jumper
96b2601581 GUACAMOLE-116: Replace angular.min.js with non-minified angular.js. 2016-11-11 15:54:00 -08:00
Michael Jumper
70ab4e48ee GUACAMOLE-116: Upgrade minify-maven-plugin. 2016-11-11 15:53:17 -08:00
James Muehlner
f9049d2e23 GUACAMOLE-100: Merge GUACAMOLE_HOME_TEMPLATE addition to docker image. 2016-11-11 14:57:35 -08:00
Michael Jumper
c86a94b91a GUACAMOLE-99: Support linking Docker container to guacd via GUACD_HOSTNAME and GUACD_PORT environment variables. 2016-11-11 10:21:42 -08:00
Michael Jumper
ebbed75550 GUACAMOLE-100: Use contents of provided GUACAMOLE_HOME as the basis for GUACAMOLE_HOME generated by the Docker container. 2016-11-11 10:20:33 -08:00
Michael Jumper
9240dd82c1 GUACAMOLE-79: Merge changes allowing LDAP result size limits to be overridden. 2016-11-11 09:18:50 -08:00
James Muehlner
d598ce18b8 GUACAMOLE-115: Merge client-side explicit disconnect fix. 2016-11-07 10:55:42 -08:00
Michael Jumper
1cdbd49dff GUACAMOLE-115: Explicitly close connection when disconnect instruction is received. 2016-11-07 10:29:53 -08:00
James Muehlner
3f43653a17 GUACAMOLE-105: Merge iframe cleanup fix. 2016-11-04 22:30:37 -07:00
Michael Jumper
92886e639d GUACAMOLE-105: Clean up download iframe only after download has truly completed. If completion cannot be determined, wait a reasonable amount of time before assuming completion. 2016-11-04 20:50:37 -07:00
James Muehlner
2dd1b322cc GUACAMOLE-107: Merge Apachification of guacamole-client documentation. 2016-10-26 22:21:19 -07:00
Michael Jumper
d1c0bde376 GUACAMOLE-107: Reference "Apache Guacamole" in README wherever most appropriate. 2016-10-26 21:53:27 -07:00
Michael Jumper
30e2122e61 GUACAMOLE-107: Remove redundant NOTICE and LICENSE. Should only be in top-level directory. 2016-10-26 21:53:26 -07:00
Michael Jumper
abbed83ba5 GUACAMOLE-107: Remove DTD for the XML on-screen keyboard (it's JSON now). 2016-10-26 21:53:26 -07:00
Michael Jumper
54504d15f8 GUACAMOLE-107: Remove legacy guacamole-common documentation (replaced by JavaDoc, guacamole-example, and the manual). 2016-10-26 21:53:26 -07:00
Michael Jumper
d39a50bb8c GUACAMOLE-107: Remove horrendously out-of-date READMEs. 2016-10-26 21:53:26 -07:00
Michael Jumper
141400bc77 GUACAMOLE-107: Point all pom.xml at new project website. 2016-10-26 21:53:26 -07:00
Michael Jumper
f8e79d9543 GUACAMOLE-107: Remove horrendously out-of-date changelogs. 2016-10-26 21:53:26 -07:00
Michael Jumper
139de9aed1 GUACAMOLE-107: Update READMEs to point to the new website and JIRA. 2016-10-26 21:53:26 -07:00
James Muehlner
02a03c83f0 GUACAMOLE-97: Merge docker README updates. 2016-10-12 18:57:29 -07:00
Michael Jumper
a7564f3da4 GUACAMOLE-97: Update Guacamole Docker README.md with respect to Apache. 2016-10-04 12:29:10 -07:00
Michael Jumper
057a092263 GUACAMOLE-104: Merge changes sanitizing filenames of transferred files. 2016-09-07 20:35:42 -07:00
James Muehlner
7f52e3c2ed GUACAMOLE-104: Sanitize filenames before upload or download. 2016-09-07 20:23:34 -07:00
James Muehlner
30639f2805 GUACAMOLE-93: Merge fix for client docker build. 2016-08-28 14:51:56 -07:00
Michael Jumper
dce39bdc1e GUACAMOLE-93: Ensure database auth extension .jars are included in dist .tar.gz. 2016-08-28 11:41:10 -07:00
Michael Jumper
ced30836a0 GUACAMOLE-93: Move Dockerfile to root of repository. 2016-08-28 11:41:10 -07:00
James Muehlner
25d259e67c GUACAMOLE-93: Merge updates to guacamole-client docker image. 2016-08-26 17:57:26 -07:00
Michael Jumper
e68ce29419 GUACAMOLE-93: Build guacamole-docker using parent guacamole-client source. 2016-08-26 16:06:30 -07:00
Michael Jumper
a5cfccb096 GUACAMOLE-95: Merge fix for bad constraint in PostgreSQL schema creation script. 2016-08-26 11:11:17 -07:00
ljruiten
0fd1a3aea6 GUACAMOLE-95: Minor change to postgresql schema. Fixes saving sessions to
history.
2016-08-26 19:20:48 +02:00
Michael Jumper
edc6d79000 GUACAMOLE-87: Merge changes bumping guacamole-client versions to 0.9.10-incubating. 2016-08-25 22:22:02 -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
0ce0144285 GUACAMOLE-82: Merge change to restore original clipboard behavior. 2016-08-20 21:05:47 -07:00
James Muehlner
83c744d271 GUACAMOLE-81: Merge sharing profile connection permission check changes. 2016-08-20 21:03:15 -07:00
Michael Jumper
70aec4c668 GUACAMOLE-82: Move back to textarea for clipboard for sake of stability (partially reverts GUACAMOLE-55). 2016-08-20 19:30:47 -07:00
Michael Jumper
f32dbac458 GUACAMOLE-81: Enforce parent/child permissions between SharingProfile and Connection. 2016-08-20 19:13:01 -07:00