Commit Graph

6942 Commits

Author SHA1 Message Date
Michael Jumper
2edd5dfbf5 Removed debug line. 2011-08-18 18:02:20 -07:00
Michael Jumper
b7a5cc7013 Fixed layer resize(), avoid multiple handlePengingTasks() calls 2011-08-18 18:00:45 -07:00
Michael Jumper
b574a33cfd Initial commit 2011-08-17 09:42:40 -07:00
Michael Jumper
e47e66c906 Formatting. 2011-08-17 09:36:08 -07:00
Michael Jumper
2c862ae9e1 Restyled logout link on index. 2011-08-17 00:14:03 -07:00
Michael Jumper
2a3f7f9e28 Logout button instead of link, removed logo. 2011-08-16 19:07:25 -07:00
Michael Jumper
cff7445529 Auth API improvements, logout link. 2011-08-16 19:00:00 -07:00
Michael Jumper
111e9163e2 Switch to external auth API. 2011-08-15 09:39:07 -07:00
Michael Jumper
ab90d1d846 Converted to generic credentials. 2011-08-14 23:19:49 -07:00
Michael Jumper
c559f4ae33 Added UserConfiguration, refactored auth into own package. 2011-08-14 19:38:05 -07:00
Michael Jumper
e2e110b12f Working multiple-config login stub. 2011-08-12 21:40:07 -07:00
Michael Jumper
9ef50a1ce7 Working login + connection list UI stub. 2011-08-11 09:57:25 -07:00
Michael Jumper
e5e34a0367 Split into client and conn-list UIs, split CSS, stub for login handling and auth. 2011-08-10 17:59:14 -07:00
Michael Jumper
de526911a5 Removed unused file. 2011-08-10 15:14:04 -07:00
Michael Jumper
b4973d8744 Removed unused file. 2011-08-10 15:06:26 -07:00
Michael Jumper
6c41eb5aad Alpha for rgba() is from 0.0 to 1.0, not 0 to 255. 2011-08-09 16:08:18 -07:00
Michael Jumper
d0155cdf52 Rect and clip instructions. 2011-07-21 15:16:19 -07:00
Michael Jumper
8b8ee8dae3 Handle possible NPE in mapping loader. 2011-07-15 00:26:26 -07:00
Michael Jumper
493b43fe27 Improved logging for user-mapping and login. 2011-07-15 00:14:47 -07:00
Michael Jumper
69f166f85b Added logging via SLF4J 2011-07-13 18:08:30 -07:00
Michael Jumper
1240b10474 Added logging via SLF4J 2011-07-13 18:08:11 -07:00
Michael Jumper
b5a81afe87 Fixed message generation logic. 2011-07-13 11:09:14 -07:00
Michael Jumper
b567591395 Client now handles tunnel errors. 2011-07-13 00:17:34 -07:00
Michael Jumper
01c3c943d4 Add close() to tunnel, properly detach and close tunnel on error. 2011-07-12 15:18:44 -07:00
Michael Jumper
0452f36f04 Tunnel JSDoc. 2011-07-10 20:49:38 -07:00
Michael Jumper
4b4f21e9ab More JSDoc and cleanup. 2011-07-09 09:12:06 -07:00
Michael Jumper
a4d810969d Cleanup, JSDoc for keyboard events. 2011-07-08 09:16:52 -07:00
Michael Jumper
5ea2be369c Some JSDoc for keyboard, cleaned up keymap. 2011-07-07 23:48:32 -07:00
Michael Jumper
3684bc5522 Fixed type error in copy rect of Layer. 2011-07-07 23:28:06 -07:00
Michael Jumper
aea01a5cdb Better mouse state object, more JSDoc, cleanup. 2011-07-07 23:19:19 -07:00
Michael Jumper
867e64637f Fixed autosize -> layer.autosize. 2011-07-06 15:33:11 -07:00
Michael Jumper
649d873373 Finished JSDoc of Layer, more cleanup. 2011-07-06 14:39:50 -07:00
Michael Jumper
086192f414 More JSDoc, renamed Update to Task, fixed wording. 2011-07-06 13:14:40 -07:00
Michael Jumper
c7b880d1bc More JSDoc. 2011-07-05 23:08:34 -07:00
Michael Jumper
b9b034eba0 Switching to new namespace. 2011-07-05 22:14:19 -07:00
Michael Jumper
3e65c46204 JSDoc + namespace, some cleanup. 2011-07-05 22:13:45 -07:00
Michael Jumper
1edd4ff66b More migration to traditional JS events. 2011-07-05 10:16:28 -07:00
Michael Jumper
bd477daa2c More migration to traditional JS events. 2011-07-05 10:16:03 -07:00
Michael Jumper
2e93774be2 Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole into unstable 2011-07-04 18:35:32 -07:00
Michael Jumper
7e3ecfd5db Removed header from error dialog, migrating to traditional JS handlers. 2011-07-04 14:26:09 -07:00
Michael Jumper
5815f79eef Migrating to traditional JS handlers. 2011-07-04 14:25:52 -07:00
Michael Jumper
88b186a856 Fix race condition where tunnel is detached before client has chance to retrieve error message in header via second request. 2011-07-04 14:24:40 -07:00
Michael Jumper
5e59a18c2c Cleaned up styles. 2011-07-04 14:22:52 -07:00
Michael Jumper
5e321dbe98 Fixed corrupt cursor image. 2011-07-04 13:43:04 -07:00
Michael Jumper
e03f395d5d Merge branch 'unstable' of ssh://guacamole.git.sourceforge.net/gitroot/guacamole/guacamole into unstable 2011-07-03 15:35:26 -07:00
Michael Jumper
423d1a6268 Suppress unchecked warnings for tunnels typecast. 2011-07-03 15:34:00 -07:00
Michael Jumper
efb6851823 Fixed case of ctrl-alt-del, removed keymap.js 2011-07-03 15:33:18 -07:00
Michael Jumper
fbce63ea64 Removed keymap (merged into keyboard), fixed JS semicolons, etc. 2011-07-03 15:32:06 -07:00
Michael Jumper
7217ee6136 Autofocus username. 2011-07-01 09:59:00 -07:00
Michael Jumper
5bca79cd9c XHTML5 compliance, UTF-8 encoding 2011-06-30 14:42:55 -07:00