From 1cf4924e20c1a58c11a91a630a89caf7904354b9 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Sun, 3 Jul 2016 09:50:34 +0200 Subject: [PATCH 1/3] frio: fix url variable for textcomplete in contact_template --- view/theme/frio/templates/contact_template.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/templates/contact_template.tpl b/view/theme/frio/templates/contact_template.tpl index 5e0e3ddef9..37217c62ff 100644 --- a/view/theme/frio/templates/contact_template.tpl +++ b/view/theme/frio/templates/contact_template.tpl @@ -149,7 +149,7 @@ We use this part to filter the contacts with jquery.textcomplete *}} {{* The contact description (e.g. Name, Network, kind of connection and so on *}}
-

{$name} +

{$name} {if $account_type} ({$account_type}){/if} {if $account_type == 'Forum'}{/if} {{* @todo this needs some changing in core because $contact.account_type contains a translated string which may notbe the same in every language *}} From e3fb9155f0ff5ab8a58b50e287020457326d69bb Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 4 Jul 2016 22:36:24 +0200 Subject: [PATCH 2/3] Bugfix: On "photos" the session management has to work --- boot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/boot.php b/boot.php index 6c00462422..dbd5920a67 100644 --- a/boot.php +++ b/boot.php @@ -1133,7 +1133,6 @@ class App { $backend[] = "noscrape"; $backend[] = "p"; $backend[] = "photo"; - $backend[] = "photos"; $backend[] = "poco"; $backend[] = "post"; $backend[] = "proxy"; From e006bc24d74e3abe2769cdd4729409a015246ed3 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Tue, 5 Jul 2016 08:51:28 +0200 Subject: [PATCH 3/3] Bugfix: Remote auth and picture permissions should now work again. --- boot.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/boot.php b/boot.php index dbd5920a67..4e8355d7d6 100644 --- a/boot.php +++ b/boot.php @@ -1125,14 +1125,12 @@ class App { $backend[] = "_well_known"; $backend[] = "api"; $backend[] = "dfrn_notify"; - $backend[] = "dfrn_poll"; $backend[] = "fetch"; $backend[] = "hcard"; $backend[] = "hostxrd"; $backend[] = "nodeinfo"; $backend[] = "noscrape"; $backend[] = "p"; - $backend[] = "photo"; $backend[] = "poco"; $backend[] = "post"; $backend[] = "proxy";