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 support for upload of '.jpeg' files (not just '.jpg') #9115

Merged
merged 1 commit into from Apr 16, 2020
Merged

Conversation

basisbit
Copy link
Collaborator

apply previously merged PR #9025 into v2.2.x-release


What does this PR do?

This pull request adds .jpeg to the supported file extensions list, thus allowing users to upload and use such files as presentation in BigBlueButton.

Additional Notes

The presentation file upload feature allows users to select files with various file extensions like .pdf, .ppt, .jpg and others. So far, the /usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml did not include .jpeg and thus files with that file ending were not supported.
.jpg and .jpeg are the same file format. The three letter version is often used because early versions of windows did only allow three letter file endings.

apply previously merged PR #9025 into v2.2.x-release
@antobinary antobinary merged commit 6852bcb into bigbluebutton:v2.2.x-release Apr 16, 2020
@antobinary
Copy link
Member

Thanks for re-targeting 2.2.x!

@basisbit
Copy link
Collaborator Author

@antobinary should I retarget #9084 too?

@antobinary
Copy link
Member

#9084 has more disturbance potential. Let's keep it in branch develop so we can have longer time to evaluate the consequences. Thank you for your contributions @basisbit !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants