Commit Graph

4099 Commits

Author SHA1 Message Date
Seth Call 3952ae51dd * VRFS-1792 - fix instructions box size on voice chat step and network-dialog step 2014-06-18 11:46:56 -05:00
Seth Call 8efe5ee575 * adding name proxy method 2014-06-18 09:54:08 -05:00
Seth Call e3d521e07a * adding in session.name to show.rabl and history_show.rabl 2014-06-18 08:09:36 -05:00
Seth Call 0856232f9f * VRFS-1798 - fixing 'backendguard' timer 2014-06-17 21:57:40 -05:00
Seth Call a46180880e * fixing a few web tests 2014-06-17 20:07:40 -05:00
Seth Call 83489723a3 Merge branch 'feature/scheduled_sessions' of bitbucket.org:jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-17 17:16:55 -05:00
Seth Call 39a55f562c * VRFS-1684 and VRFS-1684 (find session APIs) completede 2014-06-17 17:16:49 -05:00
Bert Owen 3f77864b70 Merge branch 'feature/scheduled_sessions' of https://bitbucket.org/jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-18 04:58:39 +08:00
Bert Owen aca8b86316 add session cancel feature 2014-06-18 04:57:48 +08:00
Seth Call 106222638f * VRFS-1684 and VRFS-1686 - updating stored procs, added /api/sessions/nonactive/, adding a bunch of tests for sms_index 2014-06-17 14:10:24 -05:00
Seth Call 5ad6db90ef * VRFS-1684 - approved RSVP'ed users now have scores as well 2014-06-16 18:14:04 -05:00
Seth Call 3ef4619872 * cleaning up minor things 2014-06-16 15:58:44 -05:00
Seth Call 8d16bdacfa Merge branch 'feature/scheduled_sessions' of bitbucket.org:jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-16 15:41:52 -05:00
Seth Call f680fafaf3 * VRFS-1684 - adding latency to participants and approved_rsvps JSON response. 2014-06-16 15:41:37 -05:00
Brian Smith 35f630bdd7 VRFS-1690 add autoapprove option to RSVP creation 2014-06-16 08:11:05 -04:00
Brian Smith 87a74e235d Merge branch 'feature/scheduled_sessions' of bitbucket.org:jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-16 01:47:07 -04:00
Brian Smith 75b22ced5b added ability to retrieve RSVP requests by approval status 2014-06-16 01:46:52 -04:00
Seth Call b1f4357ac6 * no transmit wip 2014-06-15 22:32:56 -05:00
Brian Smith 69ed727775 mark failing test pending 2014-06-15 23:18:56 -04:00
Seth Call f1bb30ea0d * VRFS-1788 - adding simple 'loop detection' logic 2014-06-15 21:42:57 -05:00
Seth Call 526dc3a512 * null guarding timestamps for admin fed 2014-06-15 21:04:06 -05:00
Scott Comer 839605255d Merge branch 'feature/scheduled_sessions' of bitbucket.org:jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-15 19:56:44 -05:00
Scott Comer d02e10def5 fix asm_index stored procedure to populate all users of active sessionsinto ams_users_tmp whether they have scores or not 2014-06-15 19:26:13 -05:00
Brian Smith 4c81fdc1eb Merge branch 'feature/scheduled_sessions' of bitbucket.org:jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-15 15:49:47 -04:00
Brian Smith 7f3f47c3e6 VRFS-1749 session info tests 2014-06-15 15:49:43 -04:00
Scott Comer e3e9953768 update images per david 2014-06-15 13:22:33 -05:00
Scott Comer 740d48631a added ams_users invocation to ams_index method of controller; fixed bug in spec relating to user id accessor of user object 2014-06-15 10:58:19 -05:00
Scott Comer 07c1a4c85d added attribute accessors for music_session_id and latency; added access to ams_users_tmp via ams_users method in ActiveMusicSession; added test of same in the spec 2014-06-15 10:35:15 -05:00
Seth Call 2a04208fb5 Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-06-15 10:07:13 -05:00
Bert Owen ab2ad1b93c Merge branch 'feature/scheduled_sessions' of https://bitbucket.org/jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-15 15:12:07 +08:00
Bert Owen 418ec9d927 account sessions page initial 2014-06-15 15:11:34 +08:00
Bert Owen db6d6fa315 fix tests, rsvp error 2014-06-15 15:10:44 +08:00
Seth Call dbd4e8a823 * VRFS-1789 - loopback UI issues resolved 2014-06-14 22:20:13 -05:00
Scott Comer ab5a7dc47a Merge branch 'feature/scheduled_sessions' of bitbucket.org:jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-14 21:27:43 -05:00
Scott Comer 3c3565893d wire up live latency and tag; accessors for tag and latency; fix borked function def; ams_init function; ams transaction 2014-06-14 21:27:34 -05:00
Seth Call 62bf8eb0a0 * allow core dumps and a greater number of handes for the web processes 2014-06-14 13:06:37 -05:00
Brian Smith a557e9966a VRFS-1749 more session info tests / fix "deprecated" warnings 2014-06-14 13:13:45 -04:00
Bert Owen 07864a0f76 fix scheduled session 2014-06-14 23:03:39 +08:00
Bert Owen 03705547dd fix music session - rsvp 2014-06-14 21:42:46 +08:00
Bert Owen d4b467fd42 scheduled session - RSVP slot updated 2014-06-14 21:25:32 +08:00
Bert Owen 88a7ba197a Merge branch 'feature/scheduled_sessions' of https://bitbucket.org/jamkazam/jam-cloud into feature/scheduled_sessions 2014-06-14 20:52:47 +08:00
Bert Owen e336828d22 fix create session flow 2014-06-14 20:52:25 +08:00
Scott Comer 2799a6443e added asm_index method to controller and fix a few issues with asm_index and included a simple test 2014-06-13 23:51:54 -05:00
Scott Comer b918d24d32 reverse query ams_index to produce list of augmented music_sessions 2014-06-13 19:47:34 -05:00
Seth Call e301792c36 * VRFS-1784 - change acceptable to fair to make text all fit 2014-06-13 17:01:11 -05:00
Seth Call e5b4177d38 * remove logs from FTUE diagonstics 2014-06-13 15:53:30 -05:00
Seth Call 9edc3a5e24 * fixing bad reference to internet_service_provider 2014-06-13 15:10:47 -05:00
Seth Call bcaad53466 * fixing typo in log statement 2014-06-13 15:07:17 -05:00
Seth Call f00ac3b164 * VRFS-1777 fixing hoverOut issue; also adding some debugs for missing mixers 2014-06-13 15:03:48 -05:00
Seth Call 8b85d2fb7f * resolving VRFS-1781 2014-06-13 12:51:03 -05:00