<?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: Alfresco Share list all sites in a dashlet in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213290#M166420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of Alfresco are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can just make the other Sites (the ones not connected to the user) as public (with or without moderated membership) it will list all the sites. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to list private sites as well, just create an Alfresco webscript to list all the sites and call that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2010 09:38:21 GMT</pubDate>
    <dc:creator>zaizi</dc:creator>
    <dc:date>2010-02-19T09:38:21Z</dc:date>
    <item>
      <title>Alfresco Share list all sites in a dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213289#M166419</link>
      <description>Hello everyone.I try to create a new dashlet in alfresco share but I encounter a problem …In fact in my dashlet i want&amp;nbsp; to list all sites even if the site is not a site of the connected user.In the my site dashlet the query is :remote.call("/api/people/" + stringUtils.urlEncode(user.name) + "/sites"</description>
      <pubDate>Thu, 18 Feb 2010 20:51:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213289#M166419</guid>
      <dc:creator>leyer</dc:creator>
      <dc:date>2010-02-18T20:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share list all sites in a dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213290#M166420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What version of Alfresco are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can just make the other Sites (the ones not connected to the user) as public (with or without moderated membership) it will list all the sites. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to list private sites as well, just create an Alfresco webscript to list all the sites and call that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 09:38:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213290#M166420</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-02-19T09:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share list all sites in a dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213291#M166421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know its an old post, but I am trying to implement something similar in Share. I want to display all Public sites in "My Sites" along with the other sites the user created or explicitly joined as a member (for some reason, public sites that the user has not joined are not getting listed in "My Sites"). Is it possible to do it with any existing WebScripts or do we have to write out own. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2013 20:03:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213291#M166421</guid>
      <dc:creator>jjacobwip</dc:creator>
      <dc:date>2013-01-29T20:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share list all sites in a dashlet</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213292#M166422</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;BR /&gt;&lt;SPAN&gt;I'm afraid you will need yo write your own REST service, as wit with "/api/sites" you get all the sites in the system and I understand it doesn't meet your requirements. You could also deal with the JSON response to do what you need to do, but I wouldn't consider that a clean solution. It's all your choice, consider your requirements, time and technical knowledge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, perhaps you find useful the following links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Repository_RESTful_API_Reference&lt;/A&gt;&lt;SPAN&gt; (slightly oudated for Alfresco 4)&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/4.0_JavaScript_Services_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/4.0_JavaScript_Services_API&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/4.0_JavaScript_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/4.0_JavaScript_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would also suggest you to create a new topit if you are going to go ahead, avoiding this way this thread goes out of topic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 13:04:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-list-all-sites-in-a-dashlet/m-p/213292#M166422</guid>
      <dc:creator>alejandrogarcia</dc:creator>
      <dc:date>2013-01-30T13:04:43Z</dc:date>
    </item>
  </channel>
</rss>

