mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-11 01:04:24 +02:00
More details about what to do when receiving a share
@ -28,7 +28,12 @@ Advanced options can contain
|
|||||||
* expiry & password (via etemplate hook?)
|
* expiry & password (via etemplate hook?)
|
||||||
* merge
|
* merge
|
||||||
|
|
||||||
|
### Add Share
|
||||||
|
* When a share is mounted into the Vfs, it should be mounted to the original file/folder name.
|
||||||
|
* User can choose to add the share permanently or for this session only
|
||||||
|
* User can change the mount name, but this does not change the original, just the mount.
|
||||||
|
* Within the same instance, just add the share into the user's VFS and use [push] notification to notify
|
||||||
|
|
||||||
### Other stuff
|
### Other stuff
|
||||||
* When shared with an egroupware user, shares should be mounted into /home/<user>/Shares/
|
* When shared with an egroupware user, shares should be mounted into /home/<user>/Shares/
|
||||||
* When a share is mounted into the Vfs, it should be mounted to the original file/folder name. User can change the mount name, but this does not change the original, just the mount.
|
|
||||||
* If a share is re-shared, it should be passing on the original with all its restrictions & security, still under the control of the original sharing user.
|
* If a share is re-shared, it should be passing on the original with all its restrictions & security, still under the control of the original sharing user.
|
Reference in New Issue
Block a user