You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: core/src/plugins/action.share/manifest.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
<ajxp_pluginname="share"label="CONF_MESSAGE[Sharing Features]"description="CONF_MESSAGE[Share Center actions and hooks]"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="file:../core.ajaxplorer/ajxp_registry.xsd">
3
3
<server_settings>
4
4
<global_paramname="DISABLE_ALL_SHARING"group="CONF_MESSAGE[Authorizations]"description="CONF_MESSAGE[Disable all sharing on files or folders]"label="CONF_MESSAGE[Disable all sharing]"type="boolean"default="false"expose="false"/>
5
-
<global_paramname="DISABLE_RESHARING"group="CONF_MESSAGE[Authorizations]"description="CONF_MESSAGE[Disallow all sharing for shared workspaces]"label="CONF_MESSAGE[Disable resharing]"type="boolean"default="false"expose="false"/>
5
+
<global_paramname="DISABLE_RESHARING"group="CONF_MESSAGE[Authorizations]"description="CONF_MESSAGE[Disallow all sharing for shared workspaces]"label="CONF_MESSAGE[Disable resharing]"type="boolean"default="true"expose="false"/>
6
6
<global_paramname="ENABLE_FILE_PUBLIC_LINK"group="CONF_MESSAGE[Authorizations]"description="CONF_MESSAGE[Allow users to generate public links on files]"label="CONF_MESSAGE[Files: enable public links]"type="boolean"default="true"expose="true"/>
7
7
<global_paramname="ENABLE_FILE_INTERNAL_SHARING"group="CONF_MESSAGE[Authorizations]"description="CONF_MESSAGE[Enable internal file sharing (sharing with users existing or temporary users)]"label="CONF_MESSAGE[Files: enable internal sharing]"type="boolean"mandatory="true"default="true"expose="true"/>
8
8
<global_paramname="ENABLE_FOLDER_PUBLIC_LINK"group="CONF_MESSAGE[Authorizations]"description="CONF_MESSAGE[Allow users to generate public links on folders]"label="CONF_MESSAGE[Folders: enable public links]"type="boolean"default="true"expose="true"/>
0 commit comments