<?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: How can we get users shortcuts/favorites in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312635#M265765</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preferences of a user can be accessed via &lt;A href="http://localhost:9001/alfresco/s/index/uri/api/people/abeecher/preferences" title="http://localhost:9001/alfresco/s/index/uri/api/people/abeecher/preferences" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/index/uri/api/people/&amp;lt;userId&amp;gt;/preferences&lt;/A&gt; - but this operation is restricted to only allowing the user himself to access the preferences. Not even the admin user can download other users preferences this way.&lt;/P&gt;&lt;P&gt;Fortunately, preference values are just node properties and can be downloaded via &lt;A href="http://localhost:8080/alfresco/s/api/node/workspace/SpacesStore/dc103838-645f-43c1-8a2a-bc187e13c343/content;cm%3ApreferenceValues" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/api/node/workspace/SpacesStore/dc103838-645f-43c1-8a2a-bc187e13c343/content;cm%3ApreferenceValues&lt;/A&gt; where the NodeRef is the reference to the cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson node (in this case the user abeecher in my local system). You'd only have to query all cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson nodes and construct a download URL for each user.&lt;/P&gt;&lt;P&gt;Please note that some users may not have any preferences, e.g. if they have never logged in at all or not set any favorites, folder sort orders...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Oct 2016 14:52:48 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2016-10-17T14:52:48Z</dc:date>
    <item>
      <title>How can we get users shortcuts/favorites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312632#M265762</link>
      <description>Hi All,Is there any way to export or get user personilizations such as shortcuts and favorites site they have chosen.As we are moving user from one LDAP to another , so all user will be created as new therefore there is need of taking backup of personilizations made by every user.Thanks,Fouad</description>
      <pubDate>Mon, 17 Oct 2016 11:57:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312632#M265762</guid>
      <dc:creator>fouada</dc:creator>
      <dc:date>2016-10-17T11:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get users shortcuts/favorites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312633#M265763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case the users will have the same user name / uid in the new LDAP as they had in the other, there actually is a way to move the users without them being created as new and which allows retaining the user preferences without an export-import step. If you have more than one LDAP configuration set up in Alfresco and active in the authentication chain, Alfresco will auto-migrate users previously synchronized from a system later in the chain to a system earlier in the chain IF the user identity matches. Once all users have been synchronized from the new system there should only be some users left that may not exist in the new system or where a rename actually occured. Only these might need manual migration - or can potentially be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from that: user preferences are stored as a JSON document below the cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson node of a user. So you can technically download the content of the preference document for each user and later restore preferences from that. There is no dedicated export function for this - normal download URLs should work if substituted with the JSON document ID fragments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 12:48:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312633#M265763</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-10-17T12:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get users shortcuts/favorites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312634#M265764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Axel,&lt;/P&gt;&lt;P&gt;Thanks for Your response,&lt;/P&gt;&lt;P&gt;Could you please explain that from where should i download the content of the preference document for each user.&lt;/P&gt;&lt;P&gt;Using below URL I am getting user details in json format but not getting favorites selected by them.&lt;/P&gt;&lt;P&gt;&lt;A href="http://palfres.gtm.gxsonline.net/alfresco/service/api/people/ecm-prov" title="http://palfres.gtm.gxsonline.net/alfresco/service/api/people/ecm-prov" rel="nofollow noopener noreferrer"&gt;localhost:8080/alfresco/service/api/people/username&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one option given in documentation of alfresco&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.alfresco.com/4.2/pra/1/concepts/pra-favorites-get-favorites.html" title="http://docs.alfresco.com/4.2/pra/1/concepts/pra-favorites-get-favorites.html" rel="nofollow noopener noreferrer"&gt;Get a list of favorites | Alfresco Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is not much clear , can&amp;nbsp; you please help me to understand how to and where to&amp;nbsp; use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fouad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 13:35:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312634#M265764</guid>
      <dc:creator>fouada</dc:creator>
      <dc:date>2016-10-17T13:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get users shortcuts/favorites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312635#M265765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The preferences of a user can be accessed via &lt;A href="http://localhost:9001/alfresco/s/index/uri/api/people/abeecher/preferences" title="http://localhost:9001/alfresco/s/index/uri/api/people/abeecher/preferences" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/index/uri/api/people/&amp;lt;userId&amp;gt;/preferences&lt;/A&gt; - but this operation is restricted to only allowing the user himself to access the preferences. Not even the admin user can download other users preferences this way.&lt;/P&gt;&lt;P&gt;Fortunately, preference values are just node properties and can be downloaded via &lt;A href="http://localhost:8080/alfresco/s/api/node/workspace/SpacesStore/dc103838-645f-43c1-8a2a-bc187e13c343/content;cm%3ApreferenceValues" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/s/api/node/workspace/SpacesStore/dc103838-645f-43c1-8a2a-bc187e13c343/content;cm%3ApreferenceValues&lt;/A&gt; where the NodeRef is the reference to the cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson node (in this case the user abeecher in my local system). You'd only have to query all cm&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;erson nodes and construct a download URL for each user.&lt;/P&gt;&lt;P&gt;Please note that some users may not have any preferences, e.g. if they have never logged in at all or not set any favorites, folder sort orders...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Oct 2016 14:52:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312635#M265765</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-10-17T14:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get users shortcuts/favorites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312636#M265766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #727174; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;HI Axel,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;&lt;SPAN&gt;I think preferences for a particular user can be accessed through &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/s/api/people/chenhongyan/preferences" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/s/api/people/{username}/preferences&lt;/A&gt;&lt;SPAN&gt; with current user or admin account. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; font-size: 14px;"&gt;It will return a json string of user preferences.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 01:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312636#M265766</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-10-18T01:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get users shortcuts/favorites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312637#M265767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason I mentioned this as "not working" is because I tested just that yesterday on 5.1.g and it didn't work. Maybe there is an issue with that in my version, but as far as I recall the PreferenceService security is indeed set very tight. The other approach should always work regardless of permission issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 06:54:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312637#M265767</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-10-18T06:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can we get users shortcuts/favorites</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312638#M265768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tested in my environment(CE 5.2)&amp;nbsp; it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 07:14:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-can-we-get-users-shortcuts-favorites/m-p/312638#M265768</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2016-10-18T07:14:19Z</dc:date>
    </item>
  </channel>
</rss>

