Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow brightcove.css styles for VideoJS player v6 to apply universally, size styling fixes for BCove #36

Closed
wants to merge 68 commits into from

Commits on Jul 13, 2017

  1. Add ability to upload image handouts (#254)

    * Add ability to upload image handouts
    
    * Extend handouts allowed file types list
    
    * Refactor uploading file extension check, cover it with unittests
    wowkalucky committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    13ff123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e1c78 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2017

  1. Improve js unit test coverage (#247)

    wowkalucky authored and z4y4ts committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    01aefdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b7b8aa View commit details
    Browse the repository at this point in the history
  3. Issue 257: Configurable default player ID (#262)

    * Reimplement population fields with default values
    
    * Cover with unittest 3PlayMedia get_3pm_transcripts_list API failure case
    
    * Cover with unittests subdomain fatching utility
    
    * Refactor XBLOCK_SETTINGS format
    
    * Merge branch 'dev' of https://github.com/raccoongang/xblock-video into 257-configurable-player-id
    
    * Fix code review complaints
    wowkalucky committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    eab48d3 View commit details
    Browse the repository at this point in the history
  4. Wistia-234: Fix the error while trying to upload default transcripts.…

    … (#252)
    
    * Add basic "direct" 3PlayMedia transcript functionality
    
    * Add proxy transcript fetching handler
    
    * Fix unit-tests
    
    * Add js 3PlayMedia credentials validation draft
    
    * Implement validation handler of 3PlayMedia configuration
    
    * Refactor: direct_enabled >> threeplaymedia_streaming
    
    * Change threeplaymedia_streaming field scope
    
    * Fix typo
    
    * Fix code review complaints
    
    * Improve test-py coverage
    
    * Make utility interface consistent
    
    * Fix 3PlayMedia validation handler
    
    * Fix exception cases
    
    * Fix BrightCove authentication error
    
    * Refactor validation of 3PlayMedia options
    
    * Fix unicode chars in token error
    
    * Remove deprecated 3PlayMedia transcript loading
    
    * Add debug logging for default transcripts updating
    
    * Refactor 3PlayMedia utilities interface, fix tests, fix quality
    
    * Fix variables naming
    
    * Add unit test for 3PlayMedia API failure case
    
    * Add unit test for 3PlayMedia validation handler: positive test case
    
    * Cover with unit tests 3PlayMedia validation handler
    
    * Add additional transcripts configuration hint for staff
    
    * Refactor error message variable
    
    * Refactor Wistia "get_default_transcripts"
    
    * Fix UI message to inform users about the absence of transcripts to upload
    
    * Handle transcript uploading failure case
    
    * Fix Wistia API single transcript downloading URL
    
    * Refactor transcript downloading to be performed uniformly with other backends
    
    * Fix unit tests: must be simplified
    
    * Get rid of unified Wistia Player unit tests
    
    * Cover with unit tests Wistia's player.get_default_transcripts
    
    * Remove obsolete constant
    
    * Revert error details message
    
    * Improve undefined-check
    
    * Fix code style
    
    * Move request arrange test utility to base test module
    
    * Extend list of captured exceptions in Wistia transcript downloading method
    
    * Cover with unit tests Wistia backend
    
    * Make settings.configure globally once
    
    * Cover with unit tests Wistia backend (failure case)
    
    * Fix unit-tests naming
    
    * Cover with unittest wistia_player.get_default_transcripts completely
    wowkalucky committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    f8f63e8 View commit details
    Browse the repository at this point in the history
  5. 284 bug - missing html form elements for token field (#265)

    * Improve enabled transcripts fetching
    
    * Add token field to transcripts-related field set
    
    * Extend list of errors while handling transcripts
    
    * Partially revert field rendering template logic in accordion
    
    * Fix unittests, quality
    
    * Cover with unittests video_xblock.get_enabled_transcripts
    
    * Fix quality complaints
    wowkalucky committed Jul 14, 2017
    Configuration menu
    Copy the full SHA
    f9486e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Configuration menu
    Copy the full SHA
    4917ecc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89c17b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    635985d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dc5afc View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    6278d42 View commit details
    Browse the repository at this point in the history
  2. Fix default&manual transcripts accordion section (#269)

    * Fix default&manual transcripts accordion section
    
    * Clearify doc strings
    
    * Add docstrings to every python test
    
    * Remove assertion check, add transcripts terms definitions
    
    * Fix minor code review complaints
    wowkalucky committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    301ab86 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Simplify BrightcovePlayer.dispatch() (#151)

    * Simplify BrightcovePlayer.dispatch()
    
    * Cover with unit test Brightcove default transcripts fetching
    z4y4ts authored and wowkalucky committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    5d7b2a6 View commit details
    Browse the repository at this point in the history
  2. Summary to v0.9.1 (#273)

    * Add handouts allowed file type list to README
    
    * Describe new XBLOCK_SETTINGS
    
    * Describe release changes
    wowkalucky committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    4e2c2dc View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Refactor xBlock's fields filling; revert XBLOCK_SETTINGS structure (#…

    …275)
    
    * Refactor xBlock fields filling; revert XBLOCK_SETTINGS structure
    
    * Fix code quality
    wowkalucky committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    008263e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2894dba View commit details
    Browse the repository at this point in the history
  3. Bump __version__ to 0.9.1

    wowkalucky committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    fd15bf7 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    wowkalucky committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    856d81d View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    e33ea17 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    672b59e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. fixed speed menu position

    otecMuxah committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    7db0611 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    c5e9f95 View commit details
    Browse the repository at this point in the history
  2. Remove non functional caret control

    - remove arrow button
    - turn off menu showing on hover
    wowkalucky committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    b8a2153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4cfd0d View commit details
    Browse the repository at this point in the history
  4. Fix code quality

    wowkalucky committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    d615a31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3376bfc View commit details
    Browse the repository at this point in the history
  6. Bump __version__ to 0.9.4

    wowkalucky committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    65433a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    c4543f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Make transcripts indexable for LMS search (#294)

    * Make transcripts indexable for LMS search
    
    * Fix javascript unit tests
    wowkalucky committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    fb2cdc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f793f89 View commit details
    Browse the repository at this point in the history
  3. Fix for issue #292: languages selected differ between transcript and …

    …caption buttons (#296)
    
    * Update xblock dependecies due to Ginkgo release
    
    * Remove from captions/transcripts control's menu active language highlighting
    wowkalucky committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    bf5688b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04c46a6 View commit details
    Browse the repository at this point in the history
  5. Bump __version__ to 0.10.0

    wowkalucky committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    f4449bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d069a5f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Fix dependency link format

    wowkalucky committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    26d7201 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    713ab8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e43c13 View commit details
    Browse the repository at this point in the history
  3. Fix tests and quality

    wowkalucky committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    37499f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c0c9fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7b37e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    af7a00d View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. Configuration menu
    Copy the full SHA
    ff1cf3d View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Add more debug loggers

    wowkalucky committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    13ba99c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa4657c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Brightcove retranscode issue (#302)

    * Normalize retranscode studio editor section
    
    * Add Brightcove API retranscode error handling
    wowkalucky committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    3cf98d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. Hide back transcripts download url

    Volodymyr Bergman committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    8d0d3a1 View commit details
    Browse the repository at this point in the history
  2. Fix test and typo

    wowkalucky committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    a60de76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f17276f View commit details
    Browse the repository at this point in the history
  4. Revert test fix

    wowkalucky committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    8f4778f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93d4140 View commit details
    Browse the repository at this point in the history
  6. Bump __version__ to 0.10.1

    wowkalucky committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    d114d29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35e30ce View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

  1. BUG: Safari captions always on (#304)

    * Disable native transcripts
    
    * Fix potential erroneous spot
    
    * Update development deps environment
    wowkalucky committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    555f7ba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Fixes for hawthorn

    maximst committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    03ec58b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. In Python 3, string.format() on a byte-encoded value renders as b'<va…

    …lue>', which breaks the authorization header - remove the 'encode' call
    matthewf-ucsd authored and bryanlandia committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f535876 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e3afc6 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary calls unicode() and its python-3 equivalent string…

    ….encode('utf-8') - all strings are unicode in python 3, and nothing is gained by encoding them to bytes-representations.
    matthewf-ucsd authored and bryanlandia committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    519457d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f206c6 View commit details
    Browse the repository at this point in the history
  5. Initialize new engine instead of using default one while rendering te…

    …mplates (#410)
    
    Co-authored-by: Glib Glugovskiy <glib.glugovskiy@raccoongang.com>
    2 people authored and bryanlandia committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    e8e894e View commit details
    Browse the repository at this point in the history
  6. Added mute before playing video for chrome to avoid autoplay policy r…

    …estriction EDLY-2810 (#8)
    Muhammad Haseeb authored and bryanlandia committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    1aab7aa View commit details
    Browse the repository at this point in the history
  7. make some strings b'' so course indexing works

    Tutor user on staging authored and bryanlandia committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    7e05101 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91add98 View commit details
    Browse the repository at this point in the history
  9. python3 compatibility fixes

    rehan99000 authored and bryanlandia committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    fd98bc9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    966b036 View commit details
    Browse the repository at this point in the history
  11. Make all .vjs-v6 selector-specific styles universal for BrightCove...…

    … breaks VideoJS5 but that's getting very old
    bryanlandia committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    638f6d5 View commit details
    Browse the repository at this point in the history
  12. Brightcove fix width

    Must be specified using inline style or class if using % width
    https://player.support.brightcove.com/styling/sizing-player.html
    bryanlandia committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f464fa7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb8adfd View commit details
    Browse the repository at this point in the history