Addons for Friendica
Find a file
2018-02-19 05:19:02 +00:00
.tx
blackout
blockem EN_GB translation of blockem addon THX Andy H3 2018-02-18 10:21:44 +01:00
blogger Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
buffer Review updates 2018-01-27 11:23:04 -05:00
buglink
calc
communityhome communityhome: bring login button back in frio 2018-02-09 21:57:16 +01:00
convert
curweather Review updates 2018-01-27 11:23:04 -05:00
dav Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 11:40:39 -05:00
diaspora Remove unused $preserve_nl parameter from bb2diaspora() 2018-02-14 21:46:33 -05:00
dwpost Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
fortunate Review updates 2018-01-27 11:23:04 -05:00
forumdirectory Replace datetime functions by Temporal methods 2018-02-03 12:31:33 -05:00
fromapp
fromgplus Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 11:40:39 -05:00
geocoordinates Review updates 2018-01-27 11:23:04 -05:00
geonames Review updates 2018-01-27 11:23:04 -05:00
gnot Remove sprintf with translations 2018-01-23 22:59:20 -05:00
googlemaps
gravatar
group_text
ifttt
ijpost Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
impressum Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
infiniteimprobabilitydrive
irc
jappixmini Review updates 2018-01-27 11:23:04 -05:00
js_upload
krynn
langfilter
ldapauth
leistungsschutzrecht Review updates 2018-01-27 11:23:04 -05:00
libertree Remove unused $preserve_nl parameter from bb2diaspora() 2018-02-14 21:46:33 -05:00
libravatar Remove sprintf with translations 2018-01-23 22:59:20 -05:00
ljpost Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
mahjongg
mailstream Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
mathjax
membersince membersince: mark membersince as unsupported because it is now in core 2018-02-09 21:26:48 +01:00
morechoice
morepokes
namethingy Namethingy is now unsupported 2018-02-08 05:40:21 +00:00
newmemberwidget Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
notifyall Refactor bbcode() into BBCode::convert() 2018-02-14 21:43:40 -05:00
notimeline
nsfw Merge pull request #497 from zeroadam/feature/L10n 2018-01-24 11:49:09 -05:00
numfriends
openstreetmap Review updates 2018-01-27 11:23:04 -05:00
pageheader
piwik Remove sprintf with translations 2018-01-23 22:59:20 -05:00
planets
pledgie
public_server standards 2018-02-19 05:19:02 +00:00
pumpio Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
qcomment
randplace
remote_permissions
rendertime Remove sprintf with translations 2018-01-23 22:59:20 -05:00
securemail
showmore Remove sprintf with translations 2018-01-23 22:59:20 -05:00
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
superblock
testdrive Move Temporal::convert() to DateTimeFormat::convert() 2018-02-03 11:40:39 -05:00
tictac
tumblr Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
twitter updated DE translation of the Twitter addon 2018-02-10 18:44:07 +01:00
unicode_smilies
viewsrc
webrtc
widgets Remove sprintf with translations 2018-01-23 22:59:20 -05:00
windowsphonepush Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
wppost Remove references to include/bbcode.php 2018-02-14 22:04:06 -05:00
xmpp
yourls [yourls] Add unsupported comment 2018-01-31 11:46:20 -05:00
.gitattributes
.gitignore Add explicit dependencies to twitter addon 2018-01-28 12:17:19 -05:00
INSTALL.txt [Composer] Add abraham/twitteroauth dependency 2018-01-27 17:17:49 -05: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 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.