Addons for Friendica
Go to file
Philipp Holzer 62d6f08fc1
Add missing Friendica\DI namespace to files (PHPStorm inspection)
2020-01-19 21:26:41 +01:00
.tx Updated transifex config 2019-01-30 14:05:58 +01:00
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 cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
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 Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
convert Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
cookienotice Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
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 cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
forumdirectory Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
fromapp cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
geocoordinates Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
geonames Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
gnot cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
googlemaps Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
gravatar Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
group_text cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
highlightjs Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript() 2019-12-27 21:55:17 +01:00
ifttt cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
ijpost cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
impressum Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
infiniteimprobabilitydrive cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
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 cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
langfilter cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
ldapauth Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
leistungsschutzrecht Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
libertree cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
libravatar Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
ljpost cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
mahjongg Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
mailstream Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
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 cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
membersince cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
morechoice cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
morepokes cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
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 Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
notimeline cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
nsfw cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
numfriends cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
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 cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
public_server Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
pumpio Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +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 Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
rendertime cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
securemail Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
showmore cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
smiley_pack Update obsolete App::getBaseUrl calls to DI::baseUrl 2019-12-29 21:55:10 -05:00
smileybutton Replace deprecated $a->page with DI::page() 2019-12-30 20:02:08 +01:00
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 cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
statusnet Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
superblock cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
testdrive Move Config::get() to DI::config()->get() 2020-01-19 21:21:12 +01:00
tictac cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
tumblr Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
twitter Add missing Friendica\DI namespace to files (PHPStorm inspection) 2020-01-19 21:26:41 +01:00
unicode_smilies Update unicode_smilies.php 2020-01-02 21:49:14 +01:00
viewsrc cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
webrtc Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
widgets fix forgotten use DI namespaces ... 2020-01-19 16:31:48 +01:00
windowsphonepush cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
wppost cleanup namespace usages for L10n 2020-01-19 16:31:47 +01:00
xmpp Move Config::set() to DI::config()->set() 2020-01-19 21:21:52 +01:00
.editorconfig added editorconfig file 2019-10-14 07:16:55 +02:00
.gitattributes required for github/Windows 2012-06-14 18:36:02 +10:00
.gitignore convert spaces to tabs, removed netbeans project files 2019-01-20 14:20:20 +01:00
INSTALL.txt remove invalid call to composer 2019-02-18 19:10:16 +01:00
README.md i believe this is a typo 2019-03-23 00:12:44 -04:00

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.