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

Add video support #108

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on May 21, 2023

  1. Add video support

    Add a "Video (or other) MIME types" setting. Video (or other)
    attachments with that MIME type are included in the gallery.
    lairdshaw committed May 21, 2023
    Configuration menu
    Copy the full SHA
    9461921 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Bugfix: binary video content shows instead of plays in some browsers

    Fix by correcting typo: $filetype => $attachment['filetype']
    lairdshaw committed May 22, 2023
    Configuration menu
    Copy the full SHA
    23758bc View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

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

Commits on Jun 6, 2023

  1. Ensure attachment MIME type matches that in ACP settings

    This ensures that the new plugin setting 'Video (or other) MIME types'
    reliably matches the MIME type of attachments as stipulated in the ACP's
    Attachment Types settings.
    
    It is necessary because MyBB core code stores to the attachments table
    the MIME type which the attachment was uploaded as, which doesn't
    necessarily match the MIME type for files with that extension in
    Attachment Types.
    lairdshaw committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    1075912 View commit details
    Browse the repository at this point in the history