Commit Graph

6738 Commits

Author SHA1 Message Date
Brian Smith 9bcc0d2014 fixed build problem 2012-10-30 02:15:55 -04:00
Brian Smith bc3b0e5c57 add bands to user details API, renamed band/musician related user models 2012-10-30 01:42:16 -04:00
Brian Smith f3fc987b29 Merge branch 'master' of bitbucket.org:jamkazam/jam-db 2012-10-30 01:41:04 -04:00
Brian Smith bb7e82366e renamed musician/band related user tables 2012-10-30 01:40:52 -04:00
Brian Smith 8bc6b44ee6 add bands to users feed 2012-10-30 01:39:43 -04:00
Brian Smith 6ba6b7d595 fix instruments part of payload 2012-10-29 20:56:51 -04:00
Brian Smith bbfe15240b fix instruments part of payload 2012-10-29 20:55:27 -04:00
Jonathon Wilson 2fa2c22e6d Minor tweaks to Tiho's saving of sessionId on screen events 2012-10-29 09:10:02 -06:00
Jonathon Wilson 5b68651731 Add missing semicolon 2012-10-29 08:35:10 -06:00
Brian Smith 431367ea08 initial musician / band dev 2012-10-29 06:46:24 -04:00
Brian Smith 662fcf0112 initial musician / band dev 2012-10-29 06:45:47 -04:00
Brian Smith 30e3f8f33e added script to insert instruments 2012-10-29 06:43:52 -04:00
tihot_jk 82ac665c96 Merge branch 'master' of bitbucket.org:jamkazam/websocket-gateway
Conflicts:
	lib/jam_websockets/router.rb
2012-10-28 21:07:51 -07:00
tihot_jk d6d60ecc17 Merge branch 'master' of bitbucket.org:jamkazam/jam-ruby 2012-10-28 21:03:41 -07:00
tihot_jk 374ca96153 Hook up the notifications when a client joins/leaves a session. 2012-10-28 17:37:59 -07:00
tihot_jk 74e03cd897 Add session_id to the notification massage for join/leave session. 2012-10-28 17:29:07 -07:00
tihot_jk 8b2148990f Add session_id to the notifications when a client joins/leaves a music session. 2012-10-28 17:27:44 -07:00
tihot_jk 640e77e601 Fixing a bug after MusicSessionClient was renamed to Connection. 2012-10-28 17:24:16 -07:00
Brian Smith 96fbb23c34 removed musician model 2012-10-27 22:38:25 -04:00
Brian Smith 229ab95d34 updates for musicians 2012-10-27 22:35:28 -04:00
Brian Smith 849360bb8c updates for musicians 2012-10-27 22:33:49 -04:00
Seth Call 18fee761ae * fixing MusicSesssionClient to Connection 2012-10-27 18:47:27 -05:00
Seth Call b7094ce310 * VRFS-29; musician_access flag added 2012-10-27 17:51:26 -05:00
Seth Call 6925eb89c3 Merge branch 'invitations' 2012-10-27 17:29:07 -05:00
Seth Call 83b68cfc1f * VRFS-27; invitations CRUD done 2012-10-27 17:26:45 -05:00
Seth Call 568d9aedae * VRFS-27; adding notice that someone received an invitation 2012-10-27 17:26:24 -05:00
Seth Call f4149648c6 * VRFS-27 invitation model and tests added 2012-10-27 14:22:05 -05:00
Seth Call bc10d96a9e * VRFS-27 tables added 2012-10-27 14:20:11 -05:00
Jonathon Wilson 7d83870640 genre to genres as list 2012-10-26 08:46:04 -06:00
Jonathon Wilson b1bca81f1e Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-10-26 08:37:02 -06:00
Seth Call e457f45dc6 * VRFS-28; raising Rollback exception to cause transaction to rollback in music_session_controller create 2012-10-26 06:15:21 -05:00
Seth Call 5f9c7c24a2 * VRFS-27; working on invitations controller 2012-10-26 05:58:02 -05:00
Seth Call 80637bac74 * VRFS-27; invitations model defined* 2012-10-26 05:34:41 -05:00
Seth Call 9ab04a7e74 * invitatations table and model build and tested 2012-10-26 05:33:39 -05:00
Jonathon Wilson f3868ede2b Load genres from ajax. Add clientId to jamkazam. Add genre and clientId to createSession call 2012-10-25 21:24:05 -06:00
Jonathon Wilson 072be0062f VRFS-22. List genres REST call. 2012-10-25 09:08:55 -06:00
Seth Call 2cefa2c669 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-10-25 07:13:04 -05:00
Seth Call 7f70156248 * VRFS-21; genres field required to create session; returned in session list 2012-10-25 07:12:51 -05:00
Seth Call a8f46f8d7d * VRFS-21; adding genres field to session CRUD 2012-10-25 07:11:10 -05:00
Seth Call 889dfe5f7a * VRFS-21 merged 2012-10-25 07:10:32 -05:00
Seth Call 528611cbc9 * VRFS-21; bootstrapping genre values and also associating with sessions 2012-10-25 07:09:59 -05:00
Brian Smith a1ee5279e9 Merge branch 'master' of bitbucket.org:jamkazam/jam-web 2012-10-24 20:18:36 -04:00
Brian Smith db21a70190 wrap friend creation in transaction 2012-10-24 20:18:26 -04:00
Jonathon Wilson ce23a04e94 Add heartbeat calls in response to LOGIN_ACK 2012-10-23 20:54:41 -06:00
Seth Call 5e2bac6e95 * hiding 'id' field in participants because it's not used. but I wish the 'client_id' field is called 'id' and haven't figured out how to fix it via rabl 2012-10-23 07:44:17 -05:00
Seth Call 8837b29814 * VRFS-18 completed by integrating ConnectionManager to REST API
* rescue_from used a little now; good way to handle errors
2012-10-23 06:43:52 -05:00
Seth Call 7a3b20814a * ConnectionManager integrated
* ruby-1.9.3 instead of JRuby
* Heartbeat Interval added to LoginAck
2012-10-23 06:42:28 -05:00
Seth Call 520225aedf * adding support for new heartbeat_interval field on LoginAck 2012-10-23 06:37:25 -05:00
Seth Call 96d83aac26 Merge branch 'VRFS-18' 2012-10-23 06:36:22 -05:00
Seth Call 205aaf856e Merge branch 'master' of bitbucket.org:jamkazam/jam-pb 2012-10-23 06:34:38 -05:00