Releases: moov2/Moov2.Orchard.Azure.PassThrough
Releases · moov2/Moov2.Orchard.Azure.PassThrough
Minor bugfix v0.1.1 Pre-Release
Minor bug fix. Output cache was causing secure media to show when it shouldn't so it is now disabled on the Secure Media route.
This is a quick fix and will be built upon in the future.
Initial Pre-Release v0.1.0
Initial release of Orchard CMS Azure Secure media module. This is a pre-release version and not considered production ready.
Features in this version:
- Add
ViewSecureMedia
andManageSecureMedia
permissions - Add
SecureMediaPart
toMedia
Stereotype Content Types- Exposes Is Secure flag, defaults to true on all current and new media
- Requires the
ManageSecureMedia
permission to change
- Add
/SecureMedia/
route which behaves as the/Media/
route would for local media- This route will serve media from the Azure storage container using the
Orchard.Azure
module - Will not serve media to users without
ViewSecureMedia
permission - Azure storage container can be set to private
- This route will serve media from the Azure storage container using the