Redesign prototype merge #18

Merged
MrPetovan merged 50 commits from feature/redesign-prototype into master 2017-05-06 08:10:18 +02:00
Showing only changes of commit 128f653992 - Show all commits

Removed facebook feature listing as it is no longer supported by friendica

hauke 2015-12-24 09:17:27 +01:00

View file

@ -61,7 +61,6 @@ function servers_content(&$a) {
annando commented 2017-05-06 07:07:40 +02:00 (Migrated from github.com)

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.
MrPetovan commented 2017-05-06 07:16:16 +02:00 (Migrated from github.com)

Gotcha.

Gotcha.
annando commented 2017-05-06 07:07:40 +02:00 (Migrated from github.com)

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.
MrPetovan commented 2017-05-06 07:16:16 +02:00 (Migrated from github.com)

Gotcha.

Gotcha.
$site['supports'] = array(
'HTTPS' => $site['ssl_state'] == 1,
'Twitter' => $hasPlugin(array('buffer', 'twitter')),
'Facebook' => $hasPlugin(array('buffer', 'facebook', 'fbpost', 'fbsync')),
annando commented 2017-05-06 07:07:40 +02:00 (Migrated from github.com)

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.
MrPetovan commented 2017-05-06 07:16:16 +02:00 (Migrated from github.com)

Gotcha.

Gotcha.
'Google+' => $hasPlugin(array('buffer', 'gpluspost')),
'RSS/Atom' => true, //Built-in.
'App.net' => $hasPlugin(array('appnet', 'appnetpost')),
@ -81,7 +80,6 @@ function servers_content(&$a) {
annando commented 2017-05-06 07:07:40 +02:00 (Migrated from github.com)

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.
MrPetovan commented 2017-05-06 07:16:16 +02:00 (Migrated from github.com)

Gotcha.

Gotcha.
annando commented 2017-05-06 07:07:40 +02:00 (Migrated from github.com)

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.
MrPetovan commented 2017-05-06 07:16:16 +02:00 (Migrated from github.com)

Gotcha.

Gotcha.
$site['popular_supports'] = array(
'HTTPS' => $site['supports']['HTTPS'],
'Twitter' => $site['supports']['Twitter'],
'Facebook' => $site['supports']['Facebook'],
annando commented 2017-05-06 07:07:40 +02:00 (Migrated from github.com)

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.
MrPetovan commented 2017-05-06 07:16:16 +02:00 (Migrated from github.com)

Gotcha.

Gotcha.
'Google+' => $site['supports']['Google+'],
'Wordpress' => $site['supports']['Wordpress']
);

annando commented 2017-05-06 07:07:40 +02:00 (Migrated from github.com)

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.
MrPetovan commented 2017-05-06 07:16:16 +02:00 (Migrated from github.com)

Gotcha.

Gotcha.
annando commented 2017-05-06 07:07:40 +02:00 (Migrated from github.com)

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.

You can remove App.net since it closed its doors. But you could add Facebook via the "buffer" addon.
MrPetovan commented 2017-05-06 07:16:16 +02:00 (Migrated from github.com)

Gotcha.

Gotcha.