By default, when a user changes team folder permissions on the server, the new permissions are not applied during sync operations. This may give users undesired access to team folders in FileCloud. Beginning with FileCloud 20.1, you can add a setting that includes team folder permission syncing to the sync operations of FileCloud Sync and FileCloud ServerSync:

  1. Open the configuration file:
    Windows: XAMPP DIRECTORY/htdocs/config/cloudconfig.php
    Linux: /var/www/config/cloudconfig.php
  2. Add the line:

    define("TONIDO_PROPAGATE_ACLCHANGES_TOSYNC", 1);
    

    Note: If you have team folders synced, when you upgrade to version 20.1 of FileCloud server and version 20.1 of FileCloud Sync, log out and log back in to ensure a clean upgrade.


  • No labels