Commit Graph

1938 Commits

Author SHA1 Message Date
Brian Smith eab8a4e190 fix JS syntax error 2013-09-05 22:31:25 -04:00
Jonathon Wilson 10c9c77742 Merge branch 'vrfs-547' 2013-09-05 20:28:01 -06:00
Jonathon Wilson 94ed6bdcf3 VRFS-601, respond to events for backend mixer changes, and (VRFS-547) hide voice chat prior to rebuild (which draws voice chat controls if appropriate). 2013-09-05 20:27:43 -06:00
Brian Smith c0e139c107 VRFS-634 revert prior attempt to fix this - did not work 2013-09-05 22:06:01 -04:00
Brian Smith 1beff8b111 VRFS-633 fixed major issue with button click handlers being registered multiple times on each session refresh 2013-09-05 22:04:36 -04:00
Brian Smith 497215ac58 VRFS-638 added logging to help debug this issue 2013-09-05 21:11:11 -04:00
Brian Smith 80c06c387a VRFS-634 persist "Choose..." voice chat input selection correctly in FTUE 2013-09-05 19:56:12 -04:00
Brian Smith 4eeffd9f34 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-05 17:51:31 -04:00
Brian Smith b2a49ce1dd VRFS-554 me vs. others mixer 2013-09-05 17:51:29 -04:00
Ubuntu 5f7f73d06e eliminate BEL which makes terminal bounce 2013-09-05 07:33:19 +00:00
Jonathon Wilson 91f6dcc3ab VRFS-552. Support multiple tracks for user on same client. 2013-09-04 22:24:28 -06:00
Brian Smith 3f810aaee1 VRFS-598 do not persist session invitations to db for now 2013-09-04 22:00:17 -04:00
Brian Smith 5347141510 VRFS-598 date.getMonth returns 0-based month index 2013-09-03 23:22:00 -04:00
Seth Call d184d3d7c9 * gah. left fake client update in 2013-09-02 17:12:46 +00:00
Seth Call ae3c89edf8 * bringing back register new driver line 2013-09-02 16:51:40 +00:00
Seth Call 843ae44690 * taking off local of bundle install 2013-09-02 16:41:16 +00:00
Seth Call 19a43c30e9 * pinning poltergeist to 1.3.0 due to bug seen in 1.4.0, and trying to make build a little faster 2013-09-02 16:35:36 +00:00
Seth Call 4a7c57da9e * reverting bundle command to see if it makes build work 2013-09-02 16:06:25 +00:00
Seth Call 9496a0d4e3 * removing an extra bundle install (I believe) 2013-09-02 13:58:16 +00:00
Seth Call b339015d0c t Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-02 03:09:58 +00:00
Seth Call 2caeae11cd * fixing CTRL + N causing client update to go away in mac version of the client 2013-09-02 03:09:49 +00:00
Brian Smith c3799e9760 VRFS-593 change text and styling for unreachable latency indicator 2013-09-01 17:17:58 -04:00
Seth Call b7d155ce7a * VRFS-616 - make sure to kill streams on signout. Also, noticed that a connection in conn_mgr was whacking connection in such a way that notifies didn't go out to others in party; took that out 2013-09-01 19:23:09 +00:00
Seth Call 236e2f03f9 * bumping up to 10 seconds due to hang on Find Sessioen screen 2013-09-01 18:23:37 +00:00
Seth Call c243a55d50 * VRFS-594 - refining heartbeat interval checking to consistently take ~5 seconds to see disconnect 2013-09-01 17:36:07 +00:00
Seth Call b1aa13b354 * tighten up how long we wait for heartbeats to go missing 2013-09-01 16:43:53 +00:00
Seth Call cf78409c8c Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-01 16:28:10 +00:00
Seth Call a251541a53 * VRFS-594 - heartbeat checking plus hopefully more sophisticated reconnect logi 2013-09-01 16:28:03 +00:00
Brian Smith a47349f4c8 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-01 09:50:34 -04:00
Brian Smith 48035acc07 VRFS-593 handle case where peer is unreachable during latency test 2013-09-01 09:50:23 -04:00
Seth Call a20f29bd1f * VRFS-594 - stop heartbeats in the right way - kill heartbeatInterval 2013-09-01 02:24:47 +00:00
Seth Call 45c0254c8d Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-09-01 02:18:42 +00:00
Seth Call 20dc5fdff0 * VRFS-594; watch for heartbeat_acks--if two are missed, then we close the websocket and trigger the 'You've been disconnected' process 2013-09-01 02:18:23 +00:00
Seth Call 062a5299b8 * VRFS-594 - sending heartbeat ack down in response to heartbeat 2013-09-01 02:17:38 +00:00
Seth Call 102eeb8afb * VRFS-594 - adding message factory helper for creating heartbeat_ack 2013-09-01 02:17:10 +00:00
Seth Call 89c750aaa2 * VRFS-594 - adding definition for heartbeat_ack 2013-09-01 02:16:26 +00:00
Anthony Davis abbdad1530 VRFS-610 swapping Windows video link 2013-09-01 02:14:42 +00:00
Seth Call ba73548616 * VRFS-608 - move database deletion out of cleanup method which is only for cleaning up websocket gateway 'connection' state 2013-08-31 19:55:44 +00:00
Seth Call 05b51756d3 * return user_id as well with connections being deleted VRFS-608 2013-08-31 19:54:43 +00:00
Seth Call 64a1773069 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-08-31 13:54:47 +00:00
Seth Call dad7ac6691 * VRFS-594; add dialog to initiate reconnect if you lose webocket connection 2013-08-31 13:54:11 +00:00
Jonathon Wilson 80a4a9387d VRFS-487. VRFS-517. Updates to first FTUE screen. 2013-08-29 20:04:13 -06:00
Seth Call 742c3276b8 * VRFS-586 - whitespace issues 2013-08-29 14:49:23 +00:00
Seth Call c5e97b8507 * fixing typo in override of version file 2013-08-29 13:49:47 +00:00
Seth Call c932a0920c * VRFS-586 - adding version info to jam-admin (not hidden like it is in jam-web 2013-08-29 13:48:54 +00:00
Seth Call 61b24d7c8a * removing extra whitespace added in autoload_paths 2013-08-29 13:42:25 +00:00
Seth Call cabbd0f592 * fix for broken test in VRFS-509, and adding version info in jam-web footer 2013-08-29 13:39:08 +00:00
Seth Call 75795b68a5 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2013-08-29 12:14:20 +00:00
Seth Call c1d2ed901f * VRFS-509 - set birthdate and gender on account profile screen 2013-08-29 12:14:12 +00:00
Seth Call ca519021ff * VRFS-509 - fixing birth date and gender set on account profile page 2013-08-29 12:12:38 +00:00