mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.52k stars 458 forks source link

Calculate md5sum on uploads while in /tmp, deduplicate code #963

Open KyleMaas opened 5 months ago

KyleMaas commented 5 months ago

Description

Fixes #937

Also deduplicates the code for calculating md5sums, since that was being done separately in multiple places in the code

Steps

Pre-deploy

Post-deploy