Brian Smith
|
50815ebbd2
|
add ability to delete band followings
|
2012-11-10 08:26:10 -05:00 |
Brian Smith
|
453bc2b117
|
added ability to create band followers
|
2012-11-06 07:15:02 -05:00 |
Brian Smith
|
b8571b612d
|
added analytics to user/band details
|
2012-11-05 23:47:19 -05:00 |
Brian Smith
|
2938c2b998
|
added location info
|
2012-11-05 21:55:25 -05:00 |
Brian Smith
|
1d9bb541ee
|
band follower APIs
|
2012-11-04 17:54:14 -05:00 |
Brian Smith
|
83208d83bc
|
added APIs to retrieve followers and followings
|
2012-11-04 08:34:59 -05:00 |
Seth Call
|
d6431973c7
|
* replace display name with genre Id on display of session json
|
2012-11-03 23:27:37 -05:00 |
Seth Call
|
2bb9548f54
|
Merge branch 'master' of bitbucket.org:jamkazam/jam-web
|
2012-11-03 22:52:51 -05:00 |
Seth Call
|
5d1f65d027
|
* VRFS-34 and VRFS-61; session.tracks and instrument listing
|
2012-11-03 22:22:35 -05:00 |
Jonathon Wilson
|
a27b3f4a63
|
Merge branch 'master' of bitbucket.org:jamkazam/jam-web
|
2012-11-03 15:51:45 -06:00 |
Jonathon Wilson
|
79963e62ca
|
Rework session screen to show tracks for uses as they enter/leave
|
2012-11-03 14:25:23 -06:00 |
Brian Smith
|
6c9ef03192
|
band APIs
|
2012-11-03 15:32:57 -04:00 |
Brian Smith
|
36f14c19d1
|
add support to create users / update instruments via API
|
2012-11-03 09:54:24 -04:00 |
Jonathon Wilson
|
7782938a96
|
Support multiple genres. Rough notifciation and form validation.
|
2012-11-02 18:29:58 -06:00 |
Seth Call
|
dc7dfee8d9
|
Merge branch 'master' of bitbucket.org:jamkazam/jam-web
|
2012-11-02 01:53:43 -05:00 |
Seth Call
|
1c095f77f2
|
* list sessions has correct sort order VRFS-31
|
2012-11-02 01:52:12 -05:00 |
Brian Smith
|
56f27930a8
|
band APIs
|
2012-10-30 23:28:17 -04:00 |
Brian Smith
|
8bc6b44ee6
|
add bands to users feed
|
2012-10-30 01:39:43 -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 |
Brian Smith
|
431367ea08
|
initial musician / band dev
|
2012-10-29 06:46:24 -04:00 |
tihot_jk
|
374ca96153
|
Hook up the notifications when a client joins/leaves a session.
|
2012-10-28 17:37:59 -07: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 |
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 |
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 |
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 |
Jonathon Wilson
|
97f095fe03
|
Starting in on a little bit of track layout.
|
2012-10-21 20:55:05 -06:00 |
Jonathon Wilson
|
c5a7a89413
|
Add event subscription to main app with tests. Early start on track view. Add some docs.
|
2012-10-21 17:03:46 -06:00 |
Seth Call
|
9205b35bc0
|
Merge branch 'VRFS-19'
|
2012-10-16 22:49:48 -05:00 |
Seth Call
|
c8d255dde9
|
*VRFS-19 finishing touches on publishing user_joined_session from jam-web
|
2012-10-16 22:49:24 -05:00 |
Jonathon Wilson
|
d74c7c7202
|
resolve merge conflict
|
2012-10-16 20:35:16 -06:00 |
Jonathon Wilson
|
bee3187e5a
|
Notes for next steps
|
2012-10-16 20:30:00 -06:00 |
Seth Call
|
d976fde213
|
* adding logging-rails railtie in, so that use of 'logging' gem in jam-rby works. also adds color to console out, and log rotation in production without any thought, so why not
|
2012-10-16 07:14:27 -05:00 |
tihot_jk
|
c1c5faaa03
|
Changed the client to join the session after creating it.
|
2012-10-16 01:44:33 -07:00 |
Seth Call
|
a1cb141fab
|
* VRFS-19; wip
|
2012-10-15 21:11:49 -05:00 |
Brian Smith
|
848154eb33
|
Merge branch 'master' of bitbucket.org:jamkazam/jam-web
|
2012-10-15 08:54:01 -04:00 |
Brian Smith
|
aaade12b59
|
more friend API development
|
2012-10-15 08:46:51 -04:00 |
tihot_jk
|
d195ec78dd
|
Disable the p2p message test and reenable the ping messages.
|
2012-10-15 02:39:32 -07:00 |
tihot_jk
|
b96a4b8f36
|
Hooking up the JS bridge to C++ and p2p messages.
|
2012-10-15 02:23:58 -07:00 |