-
- Downloads
Added support for protected recordings (#5220)
* First draft of fixing protected recordings * Cleaned up code * Eslint * Add specs * CR * CR2 * Fix tests
Showing
- app/controllers/api/v1/recordings_controller.rb 18 additions, 2 deletionsapp/controllers/api/v1/recordings_controller.rb
- app/javascript/components/recordings/RecordingRow.jsx 9 additions, 10 deletionsapp/javascript/components/recordings/RecordingRow.jsx
- app/javascript/hooks/mutations/recordings/useCopyRecordingUrl.jsx 37 additions, 0 deletions...script/hooks/mutations/recordings/useCopyRecordingUrl.jsx
- app/javascript/hooks/mutations/recordings/useRedirectRecordingUrl.jsx 37 additions, 0 deletions...pt/hooks/mutations/recordings/useRedirectRecordingUrl.jsx
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- spec/controllers/recordings_controller_spec.rb 48 additions, 0 deletionsspec/controllers/recordings_controller_spec.rb
Loading
Please register or sign in to comment