Commit Graph

597 Commits

Author SHA1 Message Date
Bert Owen 7d3ac6fc54 VRFS-1503 implement session chat feature 2014-05-03 00:33:27 +08:00
Bert Owen bf04fca205 VRFS-1503 implement session chat feature 2014-05-03 00:30:56 +08:00
Brian Smith 4b98350f48 remove debug logs 2014-04-29 03:36:09 -04:00
Brian Smith 8b43e63800 VRFS-1558 added tests 2014-04-29 03:33:37 -04:00
Brian Smith 8eedd63d7f Merge branch 'develop' into feature/widget_fixes_1558 2014-04-28 23:22:08 -04:00
Brian Smith 4e188d74b7 VRFS-1562 make avatars clickable links (this commit addresses Feed and comment dialog only) 2014-04-27 20:28:25 -04:00
Brian Smith 2b7ef1df55 VRFS-1350 hover bubble style improvements 2014-04-27 19:00:18 -04:00
Brian Smith 15e8ddb706 VRFS-1558 comment dialog work 2014-04-27 10:06:01 -04:00
Brian Smith 9b810310f9 VRFS-1558 implement comment dialog 2014-04-27 04:09:55 -04:00
Brian Smith 37c23d4ee2 VRFS-1558 wire up share button dialog / hide new share icon if session has ended 2014-04-26 23:59:38 -04:00
Brian Smith c06458550c VRFS-1436 allow unauthenticated uses to share recordings and sessions from landing pages 2014-04-26 14:21:17 -04:00
Brian Smith 23137ec423 VRFS-1558 widget enhancement work 2014-04-25 01:56:24 -04:00
Seth Call 26dc80436c * merging build script 2014-04-24 18:07:52 +00:00
Seth Call 2496c051a3 * doubting approach of using sessionModel as trigger handler; changing to document 2014-04-23 22:13:37 +00:00
Seth Call fb662e82be * sessionModel to send out events on start/stop 2014-04-23 22:03:00 +00:00
Seth Call bc006b8c71 * adding some error logs for recording missing scenarios (VRFS-1643), and merging email redirect problem manually 2014-04-23 19:48:40 +00:00
Bert Owen 3921324b32 VRFS-1503 added protocol buffer, chat message model & controller, rest api 2014-04-23 14:34:59 +02:00
Bert Owen 07e141cc8f VRFS-1503 added protocol buffer, chat message model & controller, rest api 2014-04-23 14:27:49 +02:00
Jonathan Kolyer ed09892284 merging develop and vrfs1576 2014-04-23 07:50:50 +00:00
Jonathan Kolyer 55b149827a VRFS-1576 report layout 2014-04-23 07:43:35 +00:00
Jonathan Kolyer 7b2d124b33 VRFS-1576 affiliate report view integration 2014-04-23 06:38:49 +00:00
Seth Call 5695338266 Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-04-22 17:53:49 +00:00
Seth Call 30ca8d7c5c * wip still on new ftue. also push release branches to repository VRFS-1639 2014-04-22 17:53:41 +00:00
Bert Owen 7893affafb VRFS-1592 add custom message in app dialog, fix test 2014-04-21 17:17:40 +02:00
Bert Owen 5d9d87bc56 VRFS-1592 show app dialog, without customization. 2014-04-21 10:04:37 +02:00
Bert Owen 404670c9a5 VRFS-1609 fixed 2014-04-19 12:52:54 -07:00
Bert Owen bd0df88e24 link musician/band profile on feed page 2014-04-18 19:14:11 -07:00
Seth Call 585385351d Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-04-16 17:11:39 +00:00
Seth Call d1267dff53 * wip on new ftue 2014-04-16 17:11:30 +00:00
Anthony Davis ca78165cf0 Merge remote-tracking branch 'origin/develop' into develop 2014-04-15 21:03:51 -05:00
Anthony Davis e3b57da087 VRFS-1616 fixed javascript c&p error 2014-04-15 21:03:39 -05:00
Seth Call 1d6741714d * resque_spec path removed 2014-04-15 15:17:44 +00:00
Seth Call 21a101cc56 Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-04-15 15:02:57 +00:00
Seth Call 87f0eaa07b * VRFS-1612 - fix for invitations showing up when they shouldn't. also new ftue wip progres 2014-04-15 15:02:45 +00:00
Brian Smith e01409a0fb VRFS-1530 added missing semicolon (not sure if this will fix issue or not - unable to reproduce) 2014-04-15 00:48:48 -04:00
Brian Smith 628f250a7f VRFS-1511 fix hover bubble positioning and mouseout issues 2014-04-10 02:21:21 -04:00
Brian Smith ff03770256 Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop 2014-04-09 21:18:57 -04:00
Seth Call cc7bbf3f6a * resolved merge 2014-04-09 18:31:40 +01:00
Seth Call 95f1a59851 * VRFS-1404 reconnect with tests 2014-04-09 18:25:52 +01:00
Brian Smith 2525f86c4f VRFS-1350 update timestamps to use timeago 2014-04-08 23:52:30 -04:00
Brian Smith 8e9bf41b10 VRFS-1573 start playing audio as soon as session/recording landing pages load 2014-04-08 22:29:03 -04:00
Seth Call 3dfc455fa4 * reconnect working for in-session; beginning in-situ reconnect refactor 2014-04-08 12:43:26 +01:00
Brian Smith a6f5fa7f54 VRFS-1356 do not display broken instrument icon by using helper method that resolves to default icon 2014-04-08 01:41:25 -04:00
Brian Smith 4906c2b902 VRFS-1437 update play and like stats during refresh 2014-04-08 01:21:10 -04:00
Brian Smith 5784c26089 VRFS-1437 fix bug 2014-04-08 01:17:40 -04:00
Brian Smith 73f819511e VRFS-1437 update recording/session landing page comments automatically 2014-04-08 00:59:35 -04:00
Seth Call 79c243a20b * automatic reconnect dialog will guide user without having to click - VRFS-1404 2014-04-07 17:36:08 +01:00
Brian Smith cdc28e48fb remove alert 2014-04-06 16:44:56 -04:00
Brian Smith 6cda9023c7 VRFS-1440 session and recording landing page comments should use timeago for timestamps 2014-04-06 16:43:32 -04:00
Seth Call 700ef04edf * VRFS-1531, and a fix for feed test having 'dirt' in it from other tests. also reverting batch mailer test 2014-04-04 23:16:38 +01:00