wagtailmedia icon indicating copy to clipboard operation
wagtailmedia copied to clipboard

Support `WAGTAILDOCS_SERVE_METHOD` style serve choices

Open rgs258 opened this issue 11 months ago • 2 comments

Feature Request

Issue Summary

It will be ideal for media to be sent through a Django view, to perform privacy checks (see Collection Privacy settings) and potentially other housekeeping tasks such as hit counting.

Steps to Reproduce

...

Technical details

rgs258 avatar Feb 28 '24 19:02 rgs258

Note that I've largely been able to accomplish delegating storage to documents (WRDSDocument subclasses AbstractDocument) : image

... but this has required a refactor of AbstractMedia (which now, below the fold, composites AbstractMediaBase and AbstractMediaFieldAdditions: image

rgs258 avatar Feb 28 '24 22:02 rgs258

@rgs258 nice idea!

zerolab avatar Feb 29 '24 10:02 zerolab