Go to file
nupplaPhil 75143e27b5
Move Config::set() to DI::config()->set()
2020-01-19 21:21:52 +01:00
.tx
advancedcontentfilter add missing namespaces/fix wrong class-names 2020-01-19 16:31:48 +01:00
blackout Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
blockbot Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
blockem
blogger cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
buffer Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
buglink cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
calc [various] Replace remaining $a->page by DI::page() 2019-12-30 15:53:43 -05:00
catavatar
convert Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
cookienotice
curweather Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
diaspora cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
discourse cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
dwpost
forumdirectory Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
fromapp
geocoordinates Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
geonames
gnot cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
googlemaps
gravatar Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
group_text
highlightjs
ifttt
ijpost
impressum Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
infiniteimprobabilitydrive
irc Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
jappixmini Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
js_upload Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
krynn
langfilter
ldapauth Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
leistungsschutzrecht Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
libertree cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
libravatar
ljpost
mahjongg Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
mailstream
markdown cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
mastodoncustomemojis Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
mathjax
membersince
morechoice
morepokes
namethingy Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
newmemberwidget Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
notifyall
notimeline cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
nsfw
numfriends
openstreetmap Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
pageheader Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
phpmailer Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
piwik Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
planets
public_server
pumpio Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
qcomment cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
randplace cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
remote_permissions
rendertime
securemail
showmore cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
smiley_pack
smileybutton
smilies_adult Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
sniper Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
startpage
statusnet Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
superblock cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
testdrive
tictac
tumblr Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
twitter Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
unicode_smilies
viewsrc cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
webrtc
widgets fix forgotten use DI namespaces ... 2020-01-19 16:31:48 +01:00
windowsphonepush
wppost cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
xmpp
.editorconfig
.gitattributes
.gitignore
INSTALL.txt
README.md

README.md

Addons for Friendica

This repository is a collection of addons for the Friendica Social Communications Server. You can add these addons to the /addon directory of your Friendica installation do extend the functionality of your node.

After uploading the addons to your server, you need to activate the desired addons in the Admin panel. Addons not activated have no effect on your node.

You can find more addons in the Friendica Addon listing in cases the addon developers have choosen not to include them here.

Connectors

Among these addons there are also the connectors for various other networks (e.g. Twitter, pump.io, Google+) that are needed for communication when the protocol is not supported by Friendica core (DFRN, OStatus and Diaspora).

For communication with contacts in networks supporting those (e.g. GNU social, Diaspora and red#matrix) you just need to access the page configuration in the Admin panel and enable them. For networks where communication is only possible the API access to a remote account, you need to activate the fitting connectors.

Development

The addon interface of Friendica is very flexible and powerful, so if you are missing functionality, your chances are high it may be added with an addon. See the documentation for more information on the addon development.

Translation

Addons can be translated like any other part of Friendica. Translation for addons is done at the Transifex Friendica page.

Read more about the workflow in the Friendica translation documentation.