Addons for Friendica
Find a file
2018-12-29 11:52:06 +01:00
.tx
advancedcontentfilter Remove require include/* 2018-12-26 00:36:43 -05:00
blackout
blockem
blogger Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
buffer Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
buglink
calc
catavatar
convert
curweather Remove require include/* 2018-12-26 00:36:43 -05:00
diaspora Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
dwpost Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
fortunate
forumdirectory Remove require include/* 2018-12-26 00:36:43 -05:00
fromapp Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
fromgplus Remove require include/* 2018-12-26 00:36:43 -05:00
geocoordinates Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
geonames Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
gnot Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
googlemaps
gravatar Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
group_text Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
highlightjs
ifttt Merge pull request #786 from MrPetovan/bug/6334-get-app-namespace 2018-12-29 11:52:06 +01:00
ijpost Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
impressum [various] Escape global function get_app calls 2018-12-27 21:03:17 -05:00
infiniteimprobabilitydrive
irc Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
jappixmini Fixes "Trying to get property 'status' of non-object" 2018-12-26 11:04:29 +00:00
js_upload Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
krynn
langfilter Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
ldapauth
leistungsschutzrecht Added readme 2018-12-17 21:55:13 +00:00
libertree Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
libravatar Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
ljpost Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
mahjongg
mailstream [various] Add exceptions to Smarty default escaping 2018-12-15 05:04:20 -05:00
mastodoncustomemojis
mathjax [various] Add exceptions to Smarty default escaping 2018-12-15 05:04:20 -05:00
membersince
morechoice
morepokes
namethingy
newmemberwidget Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
notifyall Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
notimeline Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
nsfw Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
numfriends Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
openstreetmap
pageheader
piwik Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
planets
pledgie
public_server Remove require include/* 2018-12-26 00:36:43 -05:00
pumpio Remove require include/* 2018-12-26 00:36:43 -05:00
qcomment
randplace
remote_permissions Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
rendertime
securemail [securemail] Remove Smarty explicit escaping 2018-12-15 05:03:51 -05:00
showmore Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet Remove require include/* 2018-12-26 00:36:43 -05:00
superblock
testdrive Remove require include/* 2018-12-26 00:36:43 -05:00
tictac
tumblr Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
twitter Remove require include/* 2018-12-26 00:36:43 -05:00
unicode_smilies
viewsrc
webrtc Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
widgets Merge pull request #786 from MrPetovan/bug/6334-get-app-namespace 2018-12-29 11:52:06 +01:00
windowsphonepush Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
wppost Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
xmpp Replace x() by !empty() or defaults() 2018-11-30 09:11:56 -05:00
.gitattributes
.gitignore
INSTALL.txt
README.md Update addon documentation 2018-11-30 09:12:11 -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 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.