-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
Hello,
I want to request the feature that the share_folder can be set per user (by the user) instead on server level.
Current situation:
In the moment, one can define in config.php via the value of share_folder where folders shared with a user are linked. For example if share_folder='/share' and user B shares folder DB with user A and user A shares folder DA with user B, then user A can access DB as /share/DB and user B can access DA as /share/DA. However per definition this can only defined on server level, i.e. for all users at the same time.
Requested situation:
I would like to have an option for every user (editable by the user), where this folder can be set. For example A could set 'his/her' share_folder='/share' and B 'his/her' share_folder='/' and therefore B can access DA in /share/DA while A can access DB in /DB.
Best regards,
Chris