jam-cloud/web/app/views/dialogs
Steven Miers 614cfcbe85 Merge feature/calendaring branch:
commit 8023d6481c
    VRFS-3276 : Hook calendar creation into user controller API.  Add test to verify.

commit 3a35002a46
    VRFS-3276 : Calendar cleanup job

    * Add cleanup method to calendar manager
    * Create a daily job.
    * Add calendar cleanup to that job.
    * Add CRON entry
    * Daily job/ calendar cleanup test cases
    * Fix calendar manager spec for new required attribute

commit 3ff5910f1f
    VRFS-3276 : Add a delete-calendar directive when RSVP is canceled.
    VRFS-3276 : Include path to partial.  This fails depending on the method used to start the web server.

commit d2441cbf57
    VRFS-3276 : Test new calendar features. Use icalendar gem in test mode only to more deeply verify calendar in strict mode.

commit 9ac272a0fb
    VRFS-3276 : Calendar manager updates to include manual calendars.  Some refactoring to keep common stuff in one place.

commit b5d0c758f0
    VRFS-3276 : Schema, model updates and new calendar model.

commit 20472b6b26
    VRFS-3276 : Change initial submit behavior of RSVP dialog to display calendar info.  The user can then close the dialog after this prompt.

commit 77c99103d0
    VRFS-3276 : Calendar feed markup and styling.  Included as partial.

commit e632f48600
    VRFS-3276 : Routes and controller implementation of user calendar ICS feed, which uses calendar manager.

commit 21fd80a188
    VRFS-3276 : Initial tests for calendar manager

commit 92a2524c65
    VRFS-3276 : Calendar manager

    * Streamline logic
    * Enable recurring sessions through rrule
    * Implement method to create ics feed for user
    * Extract a type-safe scheduled duration method on music_session for
    external and internal use.

commit b71ad3a4cd
    VRFS-3276 : Include calendar manager

commit f8eaafd036
    VRFS-3276 : Calendar Manager - initial checkin

    * Create ICS events given individual parameters
    * Create calendar from music session
    * Also will create ICS “delete” events
2015-07-06 15:34:27 -05:00
..
banners * VRFS-1832 - making dialogs work everywhere 2014-07-09 17:20:20 -05:00
_acceptFriendRequestDialog.html.haml * merged 2014-09-22 14:20:58 -05:00
_adjustGearSpeedDialog.slim * VRFS-2485 - allow user to tweak to lower framesizes if they experience bad i/o or audio quality 2014-11-14 20:47:56 -06:00
_allSyncsDialog.html.slim * many recording features/improvements: VRFS-2151, VRFS-1551, VRFS-2360, VRFS-2290, VRFS-2002, VRFS-2181 2014-10-22 23:10:49 -05:00
_audioProfileInvalidDialog.html.slim * merged 2014-09-22 14:20:58 -05:00
_banner.html.slim Merge and fix 2015-04-16 12:16:09 -05:00
_changeSearchLocationDialog.html.slim * merged 2014-09-22 14:20:58 -05:00
_clientPreferencesDialog.html.slim * merged 2014-09-22 14:20:58 -05:00
_commentDialog.html.haml * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_configure_tracks_dialog.html.haml * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_dialogs.html.haml VRFS-3245 : Instrument selector dialog -- incremental. 2015-05-28 22:41:03 -05:00
_edit_recording_dialog.html.slim * recording cleanup logic VRFS-2393 2014-11-06 11:26:13 -06:00
_friendSelectorDialog.html.erb * VRFS-1832 - making dialogs work everywhere 2014-07-09 17:20:20 -05:00
_genreSelectorDialog.html.haml VRFS-3227 : Genre selector dialog: 2015-05-08 19:07:08 -05:00
_gettingStartedDialog.html.slim * fix any youtube URI in http 2015-05-15 16:14:18 -05:00
_instrumentSelectorDialog.html.haml VRFS-3245 : Instrument selector 2015-05-29 21:04:33 -05:00
_invitationDialog.html.erb * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_jamtrackAvailabilityDialog.html.haml Initial merge and manual conflict and fix for tests. 2014-11-04 14:55:12 -06:00
_jamtrackLicenseDialog.html.slim Merge and fix 2015-04-16 12:16:09 -05:00
_jamtrackPaymentHistoryDialog.html.slim Merge and fix 2015-04-16 12:16:09 -05:00
_joinTestSessionDialog.html.slim * merged 2014-09-22 14:20:58 -05:00
_launchAppDialog.html.haml * merged 2014-09-22 14:20:58 -05:00
_leaveSessionWarningDialog.html.erb * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_localRecordingsDialog.html.erb * wip 2015-01-08 20:35:39 -06:00
_loginRequiredDialog.html.slim Merge and fix 2015-04-16 12:16:09 -05:00
_networkTestDialog.html.haml * VRFS-2323 - add new support article for unreachable condition 2014-10-08 14:24:51 -05:00
_openBackingTrackDialog.html.slim Merge and fix 2015-04-16 12:16:09 -05:00
_openJamTrackDialog.html.slim Merge with latest develop 2015-05-11 17:25:37 -05:00
_recordingFinishedDialog.html.haml * fix description label 2015-04-29 15:28:01 -05:00
_recordingSelectorDialog.html.haml VRFS-2699 select checkboxes for items already in list 2015-04-14 03:06:18 -04:00
_rsvpCancelDialog.html.haml VRFS-2329 changed radio button on RSVP cancel dialog to fix Qt bug 2014-10-14 00:00:02 -04:00
_rsvpCreateSlotDialog.html.slim VRFS-2311 allow session creator to add and approve slots on the fly when there are no available slots 2014-10-25 22:23:52 -04:00
_rsvpSubmitDialog.html.haml Merge feature/calendaring branch: 2015-07-06 15:34:27 -05:00
_sessionCancelDialog.html.haml * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_sessionStartDialog.html.slim VRFS-1985 VRFS-2252 only show start button for RSVP / invited user if there is less than 15 minutes left to sesession start time 2015-01-09 03:08:03 -05:00
_shareDialog.html.erb * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_shareDialogUnused.html.erb * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_showServerErrorDialog.erb * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_signinDialog.html.erb * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_signupDialog.html.erb * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_singlePlayerProfileGuard.html.slim * VRFS-3118 - refresh latency by start/stopping audio system 2015-04-29 21:51:54 -05:00
_soundCloudPlayerDialog.html.slim VRFS-2858 : Soundcloud recording widget. Hooked up on profile summary page. 2015-05-09 20:08:49 -05:00
_textMessageDialog.html.haml * VRFS-1832 - dialogs refactored to a very large degree; want to get all the file moves in now 2014-07-09 14:10:42 -05:00
_videoDialog.html.erb * VRFS-3236 - update landing pages for jamtracks 2015-05-15 15:02:00 -05:00
_whatsNextDialog.html * fix any youtube URI in http 2015-05-15 16:14:18 -05:00