We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Actually, when a new mount point is attached to the server, client side handles it as another folder in the structure.
Following the line of the server, setting a different icon for those folders that contain mount points will help users to differentiate.
This is the icon used in oC10:
In the PROPFIND response, a mount point include the M (root mounted) or m (subfolder of mounted) in the property <oc:permissions>
PROPFIND
M
m
<oc:permissions>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Actually, when a new mount point is attached to the server, client side handles it as another folder in the structure.
Following the line of the server, setting a different icon for those folders that contain mount points will help users to differentiate.
This is the icon used in oC10:
In the
PROPFIND
response, a mount point include theM
(root mounted) orm
(subfolder of mounted) in the property<oc:permissions>
TASKS
PR
The text was updated successfully, but these errors were encountered: