<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Horde Display Options list all apps for &quot;What application should Horde display after login?&quot;</title> 
  <pubDate>Fri, 10 Apr 2026 04:38:47 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/1324</link> 
  <atom:link rel="self" type="application/rss+xml" title="Horde Display Options list all apps for &quot;What application should Horde display after login?&quot;" href="https://bugs.horde.org/ticket/1324/rss" /> 
  <description>Horde Display Options list all apps for &quot;What application should Horde display after login?&quot;</description> 
 
   
   
  <item> 
   <title>It should list only the installed apps, whatever we set the </title> 
   <description>It should list only the installed apps, whatever we set the apa status to active or inactive in registry.



Changes:



in lib/prefs.php (rev 1.19) add:

114,117d113

&lt;             // Make sure the app is installed

&lt;             if (!file_exists($registry-&gt;get(&#039;fileroot&#039;, $a))) {

&lt;                 continue;

&lt;             }



After:

    $initial_application_options = array();

    $apps = $registry-&gt;listApps(array(&#039;active&#039;));

    foreach ($apps as $a) {

        if (($perms-&gt;exists($a) &amp;&amp; ($perms-&gt;hasPermission($a, Auth::getAuth(), PERMS_READ) || Auth::isAdmin())) ||

            !$perms-&gt;exists($a)) {

</description> 
   <pubDate>Mon, 07 Feb 2005 19:34:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1324#t5282</link> 
  </item> 
   
  <item> 
   <title>Done in a slightly different way in HEAD and 3.0.3.</title> 
   <description>Done in a slightly different way in HEAD and 3.0.3.</description> 
   <pubDate>Wed, 09 Feb 2005 03:47:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/1324#t5358</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
