guacamole.git
12 years agoInitial fixes for buggy menu hiding feature.
Michael Jumper [Mon, 19 Dec 2011 23:56:12 +0000 (15:56 -0800)]
Initial fixes for buggy menu hiding feature.

12 years agoFixed comments.
Michael Jumper [Mon, 19 Dec 2011 05:33:51 +0000 (21:33 -0800)]
Fixed comments.

12 years agoAdded README
Michael Jumper [Mon, 19 Dec 2011 04:36:02 +0000 (20:36 -0800)]
Added README

12 years agoAdded changelog
Michael Jumper [Mon, 19 Dec 2011 04:35:54 +0000 (20:35 -0800)]
Added changelog

12 years agoFixed confusing "Idle" error handling, improved scoping of UI elements and behavior.
Michael Jumper [Tue, 13 Dec 2011 04:21:04 +0000 (20:21 -0800)]
Fixed confusing "Idle" error handling, improved scoping of UI elements and behavior.

12 years agoRemoved unused retrieval of auth provider.
Michael Jumper [Sat, 10 Dec 2011 23:21:26 +0000 (15:21 -0800)]
Removed unused retrieval of auth provider.

12 years agoFix ticket #66 - XMLReader.parse() can throw an exception if string given is a path...
Michael Jumper [Fri, 9 Dec 2011 07:36:38 +0000 (23:36 -0800)]
Fix ticket #66 - XMLReader.parse() can throw an exception if string given is a path and not a URI. Using Reader as InputSource, forcing interpretation of string as local path.

12 years agoHide menu on connect, remove rounded edges of clipboard, separate menu hide/show...
Michael Jumper [Sun, 20 Nov 2011 07:05:12 +0000 (23:05 -0800)]
Hide menu on connect, remove rounded edges of clipboard, separate menu hide/show code into own file.

12 years agoConnection icons, initial autohiding menu implementation.
Michael Jumper [Sun, 20 Nov 2011 06:16:05 +0000 (22:16 -0800)]
Connection icons, initial autohiding menu implementation.

12 years agoFurther style improvements.
Michael Jumper [Tue, 8 Nov 2011 20:33:30 +0000 (12:33 -0800)]
Further style improvements.

12 years agoStyle improvements, moved connection-related JavaScript code to own file.
Michael Jumper [Tue, 8 Nov 2011 20:28:46 +0000 (12:28 -0800)]
Style improvements, moved connection-related JavaScript code to own file.

12 years agoBumped versions to 0.5.0.
Michael Jumper [Fri, 4 Nov 2011 22:20:01 +0000 (15:20 -0700)]
Bumped versions to 0.5.0.

12 years agoFix arrow key caps (not rendering properly in Chrome).
Michael Jumper [Fri, 9 Sep 2011 04:50:28 +0000 (21:50 -0700)]
Fix arrow key caps (not rendering properly in Chrome).

12 years agoCode cleanup.
Michael Jumper [Thu, 8 Sep 2011 17:28:13 +0000 (10:28 -0700)]
Code cleanup.

12 years agoFixed ticket #57: Wrong keysym sent for Ctrl when "Ctrl-Alt-Del" button is clicked.
Michael Jumper [Thu, 8 Sep 2011 07:30:10 +0000 (00:30 -0700)]
Fixed ticket #57: Wrong keysym sent for Ctrl when "Ctrl-Alt-Del" button is clicked.

12 years agoRestored dependencies (removed "provided"), added lib-directory parameter, added...
Michael Jumper [Fri, 26 Aug 2011 20:20:26 +0000 (13:20 -0700)]
Restored dependencies (removed "provided"), added lib-directory parameter, added custom classloader which reads .jar's from lib-directory, using new classloader to find auth provider.

12 years agoSetting scope of slf4j to provided.
Michael Jumper [Thu, 25 Aug 2011 07:52:48 +0000 (00:52 -0700)]
Setting scope of slf4j to provided.

12 years agoRemoved unnecessary scope definitions, set scope of guacamole-common and guacamole...
Michael Jumper [Thu, 25 Aug 2011 07:23:27 +0000 (00:23 -0700)]
Removed unnecessary scope definitions, set scope of guacamole-common and guacamole-common-auth to provided (jars must then be added to servlet container's classpath, but auth plugins can finally be written AND included without rebuilding the .war)

12 years agoRemoved excessive escaping.
Michael Jumper [Wed, 24 Aug 2011 02:58:35 +0000 (19:58 -0700)]
Removed excessive escaping.

12 years agoRemoved debug line.
Michael Jumper [Fri, 19 Aug 2011 01:02:20 +0000 (18:02 -0700)]
Removed debug line.

12 years agoFormatting.
Michael Jumper [Wed, 17 Aug 2011 16:36:08 +0000 (09:36 -0700)]
Formatting.

12 years agoRestyled logout link on index.
Michael Jumper [Wed, 17 Aug 2011 07:14:03 +0000 (00:14 -0700)]
Restyled logout link on index.

12 years agoLogout button instead of link, removed logo.
Michael Jumper [Wed, 17 Aug 2011 02:07:25 +0000 (19:07 -0700)]
Logout button instead of link, removed logo.

12 years agoAuth API improvements, logout link.
Michael Jumper [Wed, 17 Aug 2011 02:00:00 +0000 (19:00 -0700)]
Auth API improvements, logout link.

12 years agoSwitch to external auth API.
Michael Jumper [Mon, 15 Aug 2011 16:39:07 +0000 (09:39 -0700)]
Switch to external auth API.

12 years agoConverted to generic credentials.
Michael Jumper [Mon, 15 Aug 2011 06:19:49 +0000 (23:19 -0700)]
Converted to generic credentials.

12 years agoAdded UserConfiguration, refactored auth into own package.
Michael Jumper [Mon, 15 Aug 2011 02:38:05 +0000 (19:38 -0700)]
Added UserConfiguration, refactored auth into own package.

12 years agoWorking multiple-config login stub.
Michael Jumper [Sat, 13 Aug 2011 04:40:07 +0000 (21:40 -0700)]
Working multiple-config login stub.

12 years agoWorking login + connection list UI stub.
Michael Jumper [Thu, 11 Aug 2011 16:57:25 +0000 (09:57 -0700)]
Working login + connection list UI stub.

12 years agoSplit into client and conn-list UIs, split CSS, stub for login handling and auth.
Michael Jumper [Thu, 11 Aug 2011 00:59:14 +0000 (17:59 -0700)]
Split into client and conn-list UIs, split CSS, stub for login handling and auth.

12 years agoRemoved unused file.
Michael Jumper [Wed, 10 Aug 2011 22:06:26 +0000 (15:06 -0700)]
Removed unused file.

12 years agoHandle possible NPE in mapping loader.
Michael Jumper [Fri, 15 Jul 2011 07:26:26 +0000 (00:26 -0700)]
Handle possible NPE in mapping loader.

12 years agoImproved logging for user-mapping and login.
Michael Jumper [Fri, 15 Jul 2011 07:14:47 +0000 (00:14 -0700)]
Improved logging for user-mapping and login.

12 years agoAdded logging via SLF4J
Michael Jumper [Thu, 14 Jul 2011 01:08:11 +0000 (18:08 -0700)]
Added logging via SLF4J

12 years agoSwitching to new namespace.
Michael Jumper [Wed, 6 Jul 2011 05:14:19 +0000 (22:14 -0700)]
Switching to new namespace.

12 years agoMore migration to traditional JS events.
Michael Jumper [Tue, 5 Jul 2011 17:16:28 +0000 (10:16 -0700)]
More migration to traditional JS events.

12 years agoMerge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole...
Michael Jumper [Tue, 5 Jul 2011 01:35:32 +0000 (18:35 -0700)]
Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole into unstable

12 years agoRemoved header from error dialog, migrating to traditional JS handlers.
Michael Jumper [Mon, 4 Jul 2011 21:26:09 +0000 (14:26 -0700)]
Removed header from error dialog, migrating to traditional JS handlers.

12 years agoCleaned up styles.
Michael Jumper [Mon, 4 Jul 2011 21:22:52 +0000 (14:22 -0700)]
Cleaned up styles.

12 years agoFixed corrupt cursor image.
Michael Jumper [Mon, 4 Jul 2011 20:43:04 +0000 (13:43 -0700)]
Fixed corrupt cursor image.

12 years agoMerge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole...
Michael Jumper [Sun, 3 Jul 2011 22:35:26 +0000 (15:35 -0700)]
Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole into unstable

12 years agoFixed case of ctrl-alt-del, removed keymap.js
Michael Jumper [Sun, 3 Jul 2011 22:33:18 +0000 (15:33 -0700)]
Fixed case of ctrl-alt-del, removed keymap.js

12 years agoAutofocus username.
Michael Jumper [Fri, 1 Jul 2011 16:59:00 +0000 (09:59 -0700)]
Autofocus username.

12 years agoXHTML5 compliance, UTF-8 encoding
Michael Jumper [Thu, 30 Jun 2011 21:42:55 +0000 (14:42 -0700)]
XHTML5 compliance, UTF-8 encoding

12 years ago50% opacity for version.
Michael Jumper [Thu, 30 Jun 2011 20:58:02 +0000 (13:58 -0700)]
50% opacity for version.

12 years agoUI cleanup, removing unused images.
Michael Jumper [Thu, 30 Jun 2011 17:00:34 +0000 (10:00 -0700)]
UI cleanup, removing unused images.

12 years agoFilter webapp/* so we don't have to hard-code the version number. Display version...
Michael Jumper [Wed, 29 Jun 2011 23:43:23 +0000 (16:43 -0700)]
Filter webapp/* so we don't have to hard-code the version number. Display version number in login UI.

12 years agoUpdated version numbers to 0.4.0
Michael Jumper [Fri, 27 May 2011 20:45:29 +0000 (13:45 -0700)]
Updated version numbers to 0.4.0

13 years agoRefactored supporting revised API.
Michael Jumper [Fri, 13 May 2011 07:53:11 +0000 (00:53 -0700)]
Refactored supporting revised API.

13 years agoMigrated to new tunnel API.
Michael Jumper [Sat, 9 Apr 2011 05:42:27 +0000 (22:42 -0700)]
Migrated to new tunnel API.

13 years agoKeyboard/mouse handling
Michael Jumper [Thu, 3 Mar 2011 00:01:37 +0000 (16:01 -0800)]
Keyboard/mouse handling

13 years agoFixed version number
Michael Jumper [Tue, 1 Mar 2011 09:09:38 +0000 (01:09 -0800)]
Fixed version number

13 years agoFixed spacing
Michael Jumper [Tue, 1 Mar 2011 09:06:10 +0000 (01:06 -0800)]
Fixed spacing

13 years agoRemoved SNAPSHOT
Michael Jumper [Fri, 18 Feb 2011 03:21:03 +0000 (19:21 -0800)]
Removed SNAPSHOT

13 years agoMerge branch 'master' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole
Michael Jumper [Mon, 24 Jan 2011 22:16:10 +0000 (14:16 -0800)]
Merge branch 'master' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole

13 years agoAdded name handler
Michael Jumper [Mon, 24 Jan 2011 22:15:49 +0000 (14:15 -0800)]
Added name handler

13 years agoUsing UTF-8 source encoding.
Michael Jumper [Mon, 24 Jan 2011 01:01:47 +0000 (17:01 -0800)]
Using UTF-8 source encoding.

13 years agoUpdated example properties file
Michael Jumper [Sun, 23 Jan 2011 23:31:10 +0000 (15:31 -0800)]
Updated example properties file

13 years agoMigrated to new tunnel servlet API, updated .gitignore
Michael Jumper [Sun, 23 Jan 2011 23:25:37 +0000 (15:25 -0800)]
Migrated to new tunnel servlet API, updated .gitignore

13 years agoMoved error style change into hook
Michael Jumper [Sun, 23 Jan 2011 09:42:03 +0000 (01:42 -0800)]
Moved error style change into hook

13 years agoMigrating to separate Guacamole javascript library
Michael Jumper [Sun, 23 Jan 2011 05:53:57 +0000 (21:53 -0800)]
Migrating to separate Guacamole javascript library

13 years agoRemoved experimental ready message
Michael Jumper [Sat, 22 Jan 2011 04:00:46 +0000 (20:00 -0800)]
Removed experimental ready message

13 years agoSupport for newly added ready message
Michael Jumper [Fri, 21 Jan 2011 11:12:00 +0000 (03:12 -0800)]
Support for newly added ready message

13 years agoMerge branch 'master' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole
Michael Jumper [Mon, 3 Jan 2011 07:55:18 +0000 (23:55 -0800)]
Merge branch 'master' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole

13 years agoUpdated examples.
Michael Jumper [Mon, 3 Jan 2011 07:54:35 +0000 (23:54 -0800)]
Updated examples.

13 years agoMigrated to new format and new (more strict) parser.
Michael Jumper [Mon, 3 Jan 2011 06:35:17 +0000 (22:35 -0800)]
Migrated to new format and new (more strict) parser.

13 years agoForgot to invoke connect()
Michael Jumper [Mon, 3 Jan 2011 01:08:46 +0000 (17:08 -0800)]
Forgot to invoke connect()

13 years agoImplementing API improvements made in guacamole-common
Michael Jumper [Sun, 2 Jan 2011 22:28:06 +0000 (14:28 -0800)]
Implementing API improvements made in guacamole-common

13 years agoMigrated to improved API.
Michael Jumper [Sun, 2 Jan 2011 10:37:09 +0000 (02:37 -0800)]
Migrated to improved API.

13 years agoIgnore target dir
Michael Jumper [Sat, 1 Jan 2011 09:48:20 +0000 (01:48 -0800)]
Ignore target dir

13 years agoDefining dist repo in property.
Michael Jumper [Sat, 1 Jan 2011 08:40:11 +0000 (00:40 -0800)]
Defining dist repo in property.

13 years agoEnabling snapshots in pom.xml
Michael Jumper [Wed, 29 Dec 2010 23:28:02 +0000 (15:28 -0800)]
Enabling snapshots in pom.xml

13 years agoUsing SNAPSHOT version
Michael Jumper [Wed, 29 Dec 2010 22:48:24 +0000 (14:48 -0800)]
Using SNAPSHOT version

13 years agoAdding package descriptor for build system
Michael Jumper [Fri, 17 Dec 2010 23:17:22 +0000 (15:17 -0800)]
Adding package descriptor for build system

13 years agoRemoved all files now part of other repos, moved default webapp source up
Michael Jumper [Wed, 15 Dec 2010 21:36:33 +0000 (13:36 -0800)]
Removed all files now part of other repos, moved default webapp source up

13 years agoRemoved native components (now in own repositories)
Michael Jumper [Wed, 15 Dec 2010 19:20:45 +0000 (11:20 -0800)]
Removed native components (now in own repositories)

13 years agoMoved basic auth into default webapp
Michael Jumper [Thu, 9 Dec 2010 07:42:34 +0000 (23:42 -0800)]
Moved basic auth into default webapp

13 years agoMore renaming
Michael Jumper [Wed, 8 Dec 2010 21:14:04 +0000 (13:14 -0800)]
More renaming

13 years agoUsing ssh for repo deploy
Michael Jumper [Wed, 8 Dec 2010 21:11:45 +0000 (13:11 -0800)]
Using ssh for repo deploy

13 years agoMore reorganization
Michael Jumper [Wed, 8 Dec 2010 10:09:19 +0000 (02:09 -0800)]
More reorganization

13 years agoOrganized structure
Michael Jumper [Wed, 8 Dec 2010 10:07:36 +0000 (02:07 -0800)]
Organized structure

13 years agoRepo configuration, working deploy, working webapp build
Michael Jumper [Wed, 8 Dec 2010 10:02:28 +0000 (02:02 -0800)]
Repo configuration, working deploy, working webapp build

13 years agoMoved webapp static parts into own project
Michael Jumper [Wed, 8 Dec 2010 09:38:17 +0000 (01:38 -0800)]
Moved webapp static parts into own project

13 years agoWorking build script. Still need to split servlets, etc. off from common
Michael Jumper [Wed, 8 Dec 2010 09:33:55 +0000 (01:33 -0800)]
Working build script. Still need to split servlets, etc. off from common

13 years agoPartial move to maven build system
Michael Jumper [Wed, 8 Dec 2010 09:17:55 +0000 (01:17 -0800)]
Partial move to maven build system

13 years agoShouldn't use get method (default), even if overridden by JS (browser may show in...
Michael Jumper [Wed, 8 Dec 2010 03:30:46 +0000 (19:30 -0800)]
Shouldn't use get method (default), even if overridden by JS (browser may show in URL, cache page, etc.)

13 years agoChanged green background to gray
Michael Jumper [Mon, 6 Dec 2010 21:15:50 +0000 (13:15 -0800)]
Changed green background to gray

13 years agoMerge branch 'zhangmaike/native-client' of ssh://guacamole.git.sourceforge.net/gitroo...
Michael Jumper [Mon, 6 Dec 2010 01:12:03 +0000 (17:12 -0800)]
Merge branch 'zhangmaike/native-client' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole into zhangmaike/native-client

13 years agoAdded CDATA to allow proper validation of script tag
Michael Jumper [Mon, 6 Dec 2010 01:11:41 +0000 (17:11 -0800)]
Added CDATA to allow proper validation of script tag

13 years agoUpdated build.xml to include proper example files
Michael Jumper [Mon, 6 Dec 2010 00:40:42 +0000 (16:40 -0800)]
Updated build.xml to include proper example files

13 years agoUpdated build.xml to include META-INF
Michael Jumper [Mon, 6 Dec 2010 00:39:30 +0000 (16:39 -0800)]
Updated build.xml to include META-INF

13 years agoAdding missing license/copyright notices
Michael Jumper [Sun, 5 Dec 2010 23:10:28 +0000 (15:10 -0800)]
Adding missing license/copyright notices

13 years agoAdded auth provider to properties, fixed classnames
Michael Jumper [Sun, 5 Dec 2010 23:04:11 +0000 (15:04 -0800)]
Added auth provider to properties, fixed classnames

13 years agoInitial auth provider, using properties instead of XML
Michael Jumper [Sun, 5 Dec 2010 22:33:43 +0000 (14:33 -0800)]
Initial auth provider, using properties instead of XML

13 years agoAutomatic reloading of password file
Michael Jumper [Sun, 5 Dec 2010 10:06:51 +0000 (02:06 -0800)]
Automatic reloading of password file

13 years agoFixed MD5 auth
Michael Jumper [Sun, 5 Dec 2010 07:40:24 +0000 (23:40 -0800)]
Fixed MD5 auth

13 years agoAdded MD5 example
Michael Jumper [Sun, 5 Dec 2010 07:04:48 +0000 (23:04 -0800)]
Added MD5 example

13 years agoMD5 encoding, fixed build.xml
Michael Jumper [Sun, 5 Dec 2010 07:02:32 +0000 (23:02 -0800)]
MD5 encoding, fixed build.xml

13 years agoWorking login page and user auth configuration
Michael Jumper [Sun, 5 Dec 2010 04:47:34 +0000 (20:47 -0800)]
Working login page and user auth configuration

13 years agoAdded login screen (simulated for now) and improved styling
Michael Jumper [Sun, 5 Dec 2010 02:33:10 +0000 (18:33 -0800)]
Added login screen (simulated for now) and improved styling