Michael Jumper
700e2023af
GUACAMOLE-773: Remove use of XHTML-style self-closing tags from normal HTML.
...
This is particularly important for AngularJS 1.8.x and jQuery 3.5.0+,
which will no longer correct this automatically with their HTML
prefilters, resulting in unexpected nesting of tags when the browser
interprets something like "<div/>" as "<div>" (older versions of jQuery
would have corrected "<div/>" to "<div></div>").
See:
* https://docs.angularjs.org/guide/migration#migrating-from-1-7-to-1-8
* https://jquery.com/upgrade-guide/3.5/
2021-06-02 20:37:52 -07:00
Michael Jumper
8d63277ba7
GUACAMOLE-1204: Migrate Guacamole.Mouse to new event stack.
2021-05-30 17:37:17 -07:00
Michael Jumper
dec73c8457
GUACAMOLE-224: Remove @author tags from codebase.
2017-02-27 23:20:30 -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
67b09c39da
GUACAMOLE-1: Relicense CSS files.
2016-03-28 20:50:32 -07:00
Michael Jumper
de1ec05b5a
GUACAMOLE-1: Relicense XML files.
2016-03-28 20:50:30 -07:00
Michael Jumper
98a32feed8
GUACAMOLE-1: Remove copyright notice from template HTML (the DOM tree is insane otherwise). Add required license header to index.html.
2016-03-28 20:50:22 -07:00
Michael Jumper
1810ec971f
GUACAMOLE-1: Relicense C and JavaScript files.
2016-03-28 20:50:18 -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
b3a49dae05
GUAC-1427: Deprecate and remove use of guacamole-common's GuacamoleSession, storing tunnels directly within GuacamoleHTTPTunnelServlet instead.
2015-12-10 16:13:45 -08:00
Michael Jumper
b74c05b9f7
GUAC-1170: Add -Werror and -Xlint:all options to Java builds.
2015-04-26 18:46:27 -07:00
Vasily Loginov
7c61f549ea
Fixed use of getDisplay() -> getDisplay().getElement() in the example.
2015-01-29 16:39:12 +06:00
Michael Jumper
fd8ed7c705
GUAC-938: Update guacamole-example version and license.
2015-01-06 19:52:58 -08: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
202fbc8b79
Add guacamole-example, modified to work with 0.8.*
2013-07-02 10:13:17 -07:00