silverstripe / silverstripe-sharedraftcontent

Share draft page content with non-CMS users
BSD 3-Clause "New" or "Revised" License
21 stars 28 forks source link

Allow draft files to be shared #249

Open vinstah opened 1 month ago

vinstah commented 1 month ago

Description

Adding Extension to Assets to allow the ability to share them.

Additional context or points of discussion

A website user uploads a file that is a secured asset, and gets a confirmation email with a link to that asset but cannot view it as they don't adhere to the secured assets permissions on ProtectedAssetsController (this could be a check in FlysystemAssetStore) sending the email with a preview link helps instead

Validations