jam-cloud/web/app/controllers
Steven Miers a900087d87 VRFS-2540 : Fix. Remove usage of recaptcha; refactor nocaptcha check in google_client (was youtube_client). Fix and add tests. 2015-01-11 19:17:18 -06:00
..
api_auths_controller.rb * VRFS-1026 - putting user dropdown back to where it belonged 2014-02-04 02:45:52 +00:00
api_bands_controller.rb VRFS-1442 band deletion; band member layout; invitations; band admin support 2014-12-03 08:22:35 +00:00
api_chats_controller.rb * wip 2014-05-06 08:34:38 -05:00
api_claimed_recordings_controller.rb * recording cleanup logic VRFS-2393 2014-11-06 11:26:13 -06:00
api_configs_controller.rb * VRFS-2367 - create api to discover websocket location, and fix tests 2014-10-24 21:50:40 -05:00
api_controller.rb * fix broken tests because of removal of diagnostics, and fix bad logging pattern 2014-12-31 23:17:47 -06:00
api_corporate_controller.rb merging jam-web into web 2013-09-15 18:04:37 +00:00
api_diagnostics_controller.rb * updating the last_jam info on user in 5 needed locations (login, registration, ftue, import, etc) 2014-07-22 14:36:45 -05:00
api_favorites_controller.rb * allowing tests to be skipped, and mostly done with VRFS-1200 2014-02-20 22:23:44 +00:00
api_feeds_controller.rb VRFS-2427 fix sorting / paging issue on Feeds screen 2014-11-02 12:57:43 -05:00
api_genres_controller.rb * VRFS-1505 - adding sorting to genres in controller 2014-09-12 06:29:10 -05:00
api_icecast_controller.rb * VRFS-2629 - one can follow the progression of a jam track being signed with detail 2015-01-09 11:23:20 -06:00
api_instruments_controller.rb merging jam-web into web 2013-09-15 18:04:37 +00:00
api_invitations_controller.rb VRFS-1478 fix bugs 2014-08-12 00:24:57 -04:00
api_invited_users_controller.rb wip 2014-05-29 14:34:18 -05:00
api_jam_tracks_controller.rb * fix bad code introcude into jamtrack download method by me 2015-01-09 16:13:04 -06:00
api_join_requests_controller.rb * all tests pass; but need to now rename music session tables to match class names... 2014-05-06 16:17:26 -05:00
api_latency_testers_controller.rb * wip 2014-05-29 14:44:37 -05:00
api_maxmind_requests_controller.rb * VRFS-1403 - maxmind single step import done 2014-07-19 21:11:16 -05:00
api_mixes_controller.rb * VRFS-1100 - can only download 100 times before 404 given for client downloads, VRFS-862 - quick change to unblock 2014-02-24 16:55:56 +00:00
api_music_notations_controller.rb VRFS-2232 VRFS-2233 handle notification files so they only can be viewed if can_join?; otherwise throw 403 and handle appropriately 2014-10-22 07:01:11 +00:00
api_music_sessions_controller.rb Conflicts: 2015-01-07 17:44:56 -06:00
api_recordings_controller.rb VRFS-2540 : Fix. Remove usage of recaptcha; refactor nocaptcha check in google_client (was youtube_client). Fix and add tests. 2015-01-11 19:17:18 -06:00
api_recurly_controller.rb VRFS-2480: Additional back-end and UI functionality required for checking out. 2014-12-01 18:45:41 -06:00
api_rsvp_requests_controller.rb VRFS-1927 Session organizer needs to be prohibited from canceling their RSVP 2014-07-16 20:19:43 +02:00
api_rsvp_slots_controller.rb VRFS-1671 RSVP submit dialog work 2014-05-28 01:14:14 -04:00
api_scoring_controller.rb * fix how we check if udpReachable 2014-09-15 14:09:49 -05:00
api_search_controller.rb * merged 2014-09-22 14:20:58 -05:00
api_sessions_controller.rb * moved shareable_resolver into new controller, and made tests 2014-02-06 21:02:04 +00:00
api_shopping_carts_controller.rb VRFS-2480: Additional back-end and UI functionality required for checking out. 2014-12-01 18:45:41 -06:00
api_twitters_controller.rb * VRFS-1082 and VRFS-1083 - centralize facebook logic for invitationDialog, and add twitter integration into share dialog 2014-02-07 21:28:47 +00:00
api_user_syncs_controller.rb * fix broken tests because of removal of diagnostics, and fix bad logging pattern 2014-12-31 23:17:47 -06:00
api_users_controller.rb VRFS-2424 added user.genres; refactored band_genres to genre_players; incorporated editing of user genres in profile 2014-12-05 07:50:03 +00:00
application_controller.rb * VRFS-1730 - websocket on web layout 2014-05-20 00:33:43 -04:00
artifacts_controller.rb * VRFS-2104 - client update dialog happens when it needs to; not just on startup 2014-08-31 10:30:59 -05:00
clients_controller.rb * fixing tests 2014-05-29 15:34:19 -05:00
corps_controller.rb stub press release link correctly 2014-03-10 23:40:14 -04:00
events_controller.rb * working on event page 2014-03-10 06:31:20 +00:00
extras_controller.rb * tweak hover code 2014-04-11 14:45:54 +00:00
gmail_controller.rb Merge feature/video_mvp to develop and resolve conflicts. 2014-11-03 18:28:28 -06:00
landings_controller.rb * wip 2014-08-14 10:09:33 -05:00
music_sessions_controller.rb VRFS-1823 allow anonymous users to view session info page 2014-07-06 23:07:58 -04:00
ping_controller.rb * adding in updated jnlp files 2013-12-17 23:55:10 +00:00
recordings_controller.rb * recording cleanup logic VRFS-2393 2014-11-06 11:26:13 -06:00
sessions_controller.rb VRFS-1849: Check for google authorization using AJAX and show/hide the google login button / "signed in" label as appropriate: 2014-11-06 13:16:58 -06:00
share_tokens_controller.rb * fixing controller 2014-02-06 21:44:49 +00:00
spikes_controller.rb Conflicts: 2014-12-18 15:13:55 -06:00
static_pages_controller.rb merging jam-web into web 2013-09-15 18:04:37 +00:00
users_controller.rb VRFS-2540 : Fix. Remove usage of recaptcha; refactor nocaptcha check in google_client (was youtube_client). Fix and add tests. 2015-01-11 19:17:18 -06:00
vanilla_forums_controller.rb * VRFS-2608 - refactor and slight cleanup of UI towards new spec 2015-01-06 16:51:19 -06:00