Addons for Friendica
Find a file
2018-11-05 13:55:57 -05:00
.tx Update .tx/config 2018-03-19 21:26:27 +01:00
advancedcontentfilter move to Renderer class 2018-10-31 10:55:15 -04:00
blackout move to Renderer class 2018-10-31 10:55:15 -04:00
blockem rename App Methods 2018-10-10 00:04:49 +02:00
blogger Revert "update function calls" 2018-11-05 13:09:22 -05:00
buffer move to Renderer class 2018-10-31 10:55:15 -04:00
buglink [buglink]: Added type-hint 'App' 2018-07-29 22:23:16 +02:00
calc
catavatar A few missed 2018-10-31 11:06:15 -04:00
convert Addon class 2018-01-19 07:20:17 -05:00
curweather A few missed 2018-10-31 11:06:15 -04:00
diaspora
dwpost Revert "update function calls" 2018-11-05 13:09:22 -05:00
fortunate rename App Methods 2018-10-10 00:04:49 +02:00
forumdirectory move to Renderer class 2018-10-31 10:55:15 -04:00
fromapp
fromgplus move to Renderer class 2018-10-31 10:55:15 -04:00
geocoordinates move to Renderer class 2018-10-31 10:55:15 -04:00
geonames
gnot
googlemaps
gravatar move to Renderer class 2018-10-31 10:55:15 -04:00
group_text Core Logger 2018-10-29 19:40:18 -04:00
highlightjs
ifttt
ijpost Revert "update function calls" 2018-11-05 13:09:22 -05:00
impressum move to Renderer class 2018-10-31 10:55:15 -04:00
infiniteimprobabilitydrive
irc move to Renderer class 2018-10-31 10:55:15 -04:00
jappixmini
js_upload
krynn Core Logger 2018-10-29 19:40:18 -04:00
langfilter move to Renderer class 2018-10-31 10:55:15 -04:00
ldapauth Core Logger 2018-10-29 19:40:18 -04:00
leistungsschutzrecht
libertree
libravatar move to Renderer class 2018-10-31 10:55:15 -04:00
ljpost Revert "update function calls" 2018-11-05 13:09:22 -05:00
mahjongg
mailstream move to Renderer class 2018-10-31 10:55:15 -04:00
mastodoncustomemojis
mathjax move to Renderer class 2018-10-31 10:55:15 -04:00
membersince Replace current_theme() and current_theme_url() calls 2018-04-28 18:39:29 -04:00
morechoice DE morechoice translation update THX vinz 2018-11-01 08:06:45 +01:00
morepokes
namethingy rename App Methods 2018-10-10 00:04:49 +02:00
newmemberwidget move to Renderer class 2018-10-31 10:55:15 -04:00
notifyall move to Renderer class 2018-10-31 10:55:15 -04:00
notimeline
nsfw
numfriends
openstreetmap move to Renderer class 2018-10-31 10:55:15 -04:00
pageheader move to Renderer class 2018-10-31 10:55:15 -04:00
piwik move to Renderer class 2018-10-31 10:55:15 -04:00
planets
pledgie
public_server move to Renderer class 2018-10-31 10:55:15 -04:00
pumpio Revert "update function calls" 2018-11-05 13:09:22 -05:00
qcomment Revert "update function calls" 2018-11-05 13:09:22 -05:00
randplace Core Logger 2018-10-29 19:40:18 -04:00
remote_permissions move to Renderer class 2018-10-31 10:55:15 -04:00
rendertime
securemail move to Renderer class 2018-10-31 10:55:15 -04:00
showmore rename App Methods 2018-10-10 00:04:49 +02:00
smiley_pack
smileybutton
smilies_adult rename App Methods 2018-10-10 00:04:49 +02:00
sniper rename App Methods 2018-10-10 00:04:49 +02:00
startpage Bugfix - Replacing goaway() 2018-10-24 20:09:36 +02:00
statusnet move to Renderer class 2018-10-31 10:55:15 -04:00
superblock rename App Methods 2018-10-10 00:04:49 +02:00
testdrive rename App Methods 2018-10-10 00:04:49 +02:00
tictac
tumblr move to Renderer class 2018-10-31 10:55:15 -04:00
twitter move to Renderer class 2018-10-31 10:55:15 -04:00
unicode_smilies Addon class 2018-01-19 07:20:17 -05:00
viewsrc rename App Methods 2018-10-10 00:04:49 +02:00
webrtc move to Renderer class 2018-10-31 10:55:15 -04:00
widgets move to Renderer class 2018-10-31 10:55:15 -04:00
windowsphonepush Logger Levels 2018-10-30 09:48:09 -04:00
wppost Revert "update function calls" 2018-11-05 13:09:22 -05:00
xmpp move to Renderer class 2018-10-31 10:55:15 -04:00
.gitattributes
.gitignore Add explicit dependencies to twitter addon 2018-01-28 12:17:19 -05:00
INSTALL.txt
README.md Update strings 2018-01-20 11:01:59 -05:00

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 protocoll 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 informations on the addon development.

Addons can be translated like any other part of Friendica. Translations for the addons included in this repository are done at the Transifex project for Friendica.