<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Disabling Explorer Access To Share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225143#M178273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALFCOM-3283" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALFCOM-3283&lt;/A&gt;&lt;SPAN&gt;. This is fixed in HEAD.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2009 10:32:01 GMT</pubDate>
    <dc:creator>dward</dc:creator>
    <dc:date>2009-09-21T10:32:01Z</dc:date>
    <item>
      <title>Disabling Explorer Access To Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225137#M178267</link>
      <description>By default, the JSF Explorer (Alfresco web app) sets permissions on the Share space to everyone. In our implementation, we want to make sure that no one can access the Site space via the Explorer. Is it possible to remove the Everyone permission there without causing anything to break?In our case, t</description>
      <pubDate>Wed, 16 Sep 2009 04:17:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225137#M178267</guid>
      <dc:creator>keidoo</dc:creator>
      <dc:date>2009-09-16T04:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Explorer Access To Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225138#M178268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a) maybe you can solve this by saying "only managers have access to Alfresco Explorer" - not sure, how that can be achieved, though&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b) you could hack the "share" code to search not for "/sites" but for "/extensions/sites". Then leave the permissions on "/extensions/sites" intact, but block access to "/extensions"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;let us know, How you make it work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Sep 2009 08:02:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225138#M178268</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-09-16T08:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Explorer Access To Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225139#M178269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We disabled 'public' access to Explorer (by IP) using a firewall between the web server and application server. All users using Share go via the 'public' web server while admin users have direct access to Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We customised Share quite heavily and found only one out-of-the-box component (which we use) that relied on a Share role, namely the Calendar component. It does a check against a role name rather than a privilege. Changing this bit of code allowed us to invite everyone to a site as a SiteConsumer. We now manage and implement our own security model directly on the site in the repository using Explorer which complements the Share security model.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Sep 2009 00:53:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225139#M178269</guid>
      <dc:creator>systec</dc:creator>
      <dc:date>2009-09-17T00:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Explorer Access To Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225140#M178270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, could you "share" with us your "role" findings ? And what about Site creation ? is this blocked by you as well ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 09:56:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225140#M178270</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-09-18T09:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Explorer Access To Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225141#M178271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So far, we're taking a slow and systematic approach to pairing down the permissions. So far removing the Everyone permission on the top level site permission seems to be working. We've also removed the read-only Everyone permission from each site created to the desired effect. No weird issues have cropped up as yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the creating site permission, we implemented the 'my-sites.get.html.ftl' patch that was posted in the forum earlier. It's not a complete solution, but it does what we need in the short term. I'll post more as we delve deeper.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 02:42:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225141#M178271</guid>
      <dc:creator>keidoo</dc:creator>
      <dc:date>2009-09-21T02:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Explorer Access To Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225142#M178272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;So far, we're taking a slow and systematic approach to pairing down the permissions. So far removing the Everyone permission on the top level site permission seems to be working.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Guess I spoke to soon. We've run into an issue where if anyone tries to request invite to a site Share throws all sorts of exceptions after the request is accepted. The problem disappears if the Everyone permission is added back to the Sites folder in Explorer. If the site manager sends invites and users accept, no exceptions are thrown.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 03:50:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225142#M178272</guid>
      <dc:creator>keidoo</dc:creator>
      <dc:date>2009-09-21T03:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Explorer Access To Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225143#M178273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALFCOM-3283" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALFCOM-3283&lt;/A&gt;&lt;SPAN&gt;. This is fixed in HEAD.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 10:32:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225143#M178273</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-09-21T10:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Explorer Access To Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225144#M178274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Norgan &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The toolbar template of the calendar component checks against role name &lt;/SPAN&gt;&lt;EM&gt;(&amp;lt;#if role = "SiteCollaborator" || role = "SiteManager"&amp;gt;)&lt;/EM&gt;&lt;SPAN&gt; to determine whether or not to display the Add Event button. Similarly in the helper.js file there is check against the role "SiteConsumer" in the function &lt;/SPAN&gt;&lt;EM&gt;isUserPermittedToCreateEvents&lt;/EM&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We altered this code to check against permissions instead; for e.g. &lt;/SPAN&gt;&lt;EM&gt;(allowCreate = (obj.permissions.userAccess.allowCreate)? 'true' : 'false'&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/EM&gt;&lt;SPAN&gt;. Our security model is applied via Explorer, in this particular case against the "calendar" space. While everyone is invited to the site as a SiteConsumer the permissions applied on the space provide the necessary permissions to create events.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this particular implementation we don't allow site creation. A single pre-created site exists and a user logs directly into that site. The site dashboard in effect is the homepage and we've removed the header so that none of the links out of the site are available. We changed some of the dashlets from site-dashlets to user-dashlets so that the site dashboard can be customised (in effect becoming a user dashboard). Along with this we also changed the preset dashlets.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that makes sense.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 11:05:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-explorer-access-to-share/m-p/225144#M178274</guid>
      <dc:creator>systec</dc:creator>
      <dc:date>2009-09-22T11:05:58Z</dc:date>
    </item>
  </channel>
</rss>

