I was wondering if anyone has an idea how to achieve backend Media separation. Essentially, I want each user to have their private directory that nobody else (besides Owner) can see in both, back-end Media menu and Tailor’s media field.
The example structure would be:
Everyone has access to /public
Only User1 and Owner has access to /user1/*
Only User2 and Owner has access to /user2/*
etc.
Thank you both for the ideas! Will try to figure out how to extend the method properly, but my temporary solution does exactly what I’ve expected to see! It’ll most likely get overwritten once I update October, so that’s why I need to follow your ideas regardless of this working now; if someone is wondering I’ve edited the following file modules\media\widgets\MediaManager.php
method responsible for changing directories is called listFolderItems
I’ve adjusted it to lock lower level directories for anyone that is not me