Seth Call
f44783efdd
pin carrierwave before 1.0 breaking change
2017-07-16 20:20:28 -05:00
Seth Call
7ff7327ef8
lots of progress on amazon-readiness
2017-07-09 21:21:29 -05:00
Seth Call
a8b181394c
wip
2016-10-27 18:24:54 -05:00
Seth Call
510d157262
* upgrade to Rails 4 as well as support JjamBlaster
2016-07-17 10:16:27 -05:00
Seth Call
10632c35c0
jamblaster bootstrapping
2016-07-09 06:06:54 -05:00
Seth Call
e95c7fe8e5
Working on Jazz imports Stockton Helbing
2016-06-17 20:59:58 -05:00
Seth Call
0a9078f94e
fix display of missed in jam class screen
2016-05-26 20:32:58 -05:00
Seth Call
5939079a89
fix bug with connection manager disconnect
2016-05-25 15:26:45 -05:00
Seth Call
bc63407bb7
VRFS-4127 - clean up msuh after disconnect
2016-05-24 17:31:14 -05:00
Seth Call
4abc2f81ff
Remove influxdb dependency from other projects
2016-04-27 05:46:35 -05:00
Seth Call
6bcfe3ada3
Remove guard dependency
2016-04-25 09:01:19 -05:00
Seth Call
3a6e7f2072
pg_migrate bump to fix RAISE EXCEPTION syntax command
2016-04-19 22:34:23 -05:00
Seth Call
e07bc21d2a
* cause dependency added
2016-04-13 12:38:32 -05:00
Seth Call
9e4105a391
* VRFS-4004 and VRFS-4005 - student/teacher welcome emails
2016-04-06 13:01:40 -05:00
Seth Call
399d010310
* lessons 90% done, but still mostly hidden
2016-04-05 21:23:15 -05:00
Seth Call
19223e96e6
* fix login problem
2016-03-10 21:56:42 -06:00
Seth Call
98d29965a0
* pass back in username and also leave/join
2016-03-10 08:10:43 -06:00
Seth Call
d61f5f28da
* add diagnostic info messaging
2016-03-04 10:44:39 -06:00
Seth Call
0a3d1016a1
* VRFS-3973 - websocket gateway to allow jamblasters to connect with no connection info
2016-03-04 09:06:13 -06:00
Seth Call
54cbfc69f0
* blacklist email feature
2016-03-01 13:49:58 -06:00
Seth Call
1d532cc305
* fix heartbeat disconnect
2016-03-01 09:27:33 -06:00
Seth Call
2e81bafb01
* try out chat blast with no inactivity. fix 5 instrument validation pain
2016-02-08 06:56:54 -06:00
Seth Call
7fc4376236
* VRFS-3914 - update jamblaster serial no if present
2016-02-03 11:18:47 -06:00
Seth Call
86ea959972
* fix padding issue
2016-01-18 18:41:53 -06:00
Seth Call
a5016efec5
Correct Gemfile for websocket-gateway
2016-01-05 01:58:45 +00:00
Seth Call
276442a9b4
* VRFS-3512 - upload videos to youtube
2015-10-07 21:12:26 -05:00
Seth Call
284e671b01
* VRFS-3571 - fixes to temp ban user if they are spamming server
2015-09-23 09:18:00 -05:00
Seth Call
0f9b1c3f07
* don't find against notifications for a blank notify
2015-09-22 21:34:34 -05:00
Seth Call
e4e65f8c04
* add timings for websocket-gateway health issues
2015-09-22 20:57:01 -05:00
Seth Call
1dce984247
* VRFS-3519 - 2-player sessions working with custom mix
2015-09-22 15:25:48 -05:00
Seth Call
05028cc45c
* noop
2015-07-23 15:00:48 -05:00
Seth Call
efe3dea8e3
* updating Rails to 3.2.22 to allow compat with ruby 2.2.2
2015-07-16 10:58:03 -05:00
Seth Call
3b71931e73
merge conflict from feature/new_session (VRFS-3283)
2015-07-15 10:04:45 -05:00
Steven Miers
11f60b71e4
VRFS-3242 : Schema and model changes required for band profile functionality.
...
* Additional attributes for band_type, band_status, concert_count,
add_new_members, play_commitment, touring_option, paid_gigs,
hourly_rate, gig_minimum
* For joined table musician_instruments, remove the hard requirement
that they be joined to a user, rather a “player” that is polymorphic.
* For joined table performance_stamples, remove the hard requirement
that they be joined to a user, rather a “player” that is polymorphic.
* For joined table online_presences, remove the hard requirement that
they be joined to a user, rather a “player” that is polymorphic.
* Change models as appropriate with new attributes and modify
belongs_to / has_many directives as necessary.
* Fix existing usages of user_id to work with polymorphic player_id.
* Fix tests that use user_id
* Add new tests that exercise online_presence, performance_samples, and
instruments that target a band, rather than a user.
2015-05-13 21:06:14 -05:00
Seth Call
022304c6af
* VRFS-3065 - permission error name change
2015-04-20 10:42:09 -05:00
Seth Call
4a826a7aff
* VRFS-3032 - fix startup of websocket gateway by reordering requires order of bugsnag
2015-04-14 09:44:30 -05:00
Seth Call
661c4ed446
* wip
2015-03-20 08:48:00 -05:00
Seth Call
97d469cc85
* wip
2015-03-16 13:27:39 -05:00
Steven Miers
40eea6319e
Add recurly dependency.
2015-02-20 10:40:23 -06:00
Steven Miers
aedcbde1f3
Merge with develop
2015-02-12 14:32:12 -06:00
Seth Call
b89e6e9475
* VRFS-2748, VRFS-2749 - update styling for / page and home page
2015-02-06 22:04:37 -06:00
Steven Miers
6f8113b374
Merge branch 'develop' into feature/backing_tracks
2015-01-26 12:11:57 -06:00
Seth Call
8556aaac13
* make dynamic registrations confgurable, in case server crashes again: VRFS-2645
2015-01-23 16:51:59 -06:00
Steven Miers
ff95fe1c35
VRFS-2498, VRFS-2499 : Mesh out backing track/metronome track support at necessary layers rest/api/UI/etc. Implement necessary methods in fakeJamClient for quicker iterating.
2015-01-20 22:14:48 -06:00
Seth Call
9718cc7cca
* remove dynamic registration code
2015-01-12 13:37:50 -06:00
Seth Call
0ab7686205
* VRFS-2484 - wip pausing point; the code should not affect stability because it's mostly jamtrack only related
2015-01-09 15:15:12 -06:00
Seth Call
aed848c507
Merge branch 'develop' into feature/jam_tracks
...
Conflicts:
db/manifest
pb/src/client_container.proto
ruby/lib/jam_ruby.rb
web/config/environments/development.rb
web/config/environments/test.rb
2015-01-04 09:31:33 -06:00
Seth Call
1f72d1cca4
* debug test that messes with websocket gateway
2015-01-04 09:00:50 -06:00
Seth Call
9ad521fa71
* comment two other noisy diagnostic reports
2014-12-31 20:47:36 -06:00
Seth Call
786486026b
* wip
2014-12-30 17:10:16 -06:00