Addons for Friendica
Find a file
2019-03-28 13:55:46 +01:00
.tx
advancedcontentfilter [advancedcontentfilter] Fix unknown function "current_theme" 2018-05-01 08:40:27 -04:00
blackout blackout FI translation THX Samuli Valavuo 2018-05-06 11:23:53 +02:00
blockem added NL translation of blockem addon 2018-04-25 17:48:49 +02:00
blogger translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
buffer added buffer NL translation 2018-04-24 08:07:07 +02:00
buglink
calc
catavatar catavatar translation update for PL - THX waldis 2018-04-28 10:10:08 +02:00
communityhome translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
convert
curweather translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
dav translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
diaspora diaspora translation THX 朱陈锬 2018-05-06 11:25:18 +02:00
dwpost updated dwpost EN_GB translation THX Kris 2018-04-16 07:12:23 +02:00
fortunate
forumdirectory translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
fromapp
fromgplus update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
geocoordinates
geonames
gnot FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
googlemaps
gravatar translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
group_text
ifttt translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
ijpost
impressum added EN_GB translation of the impressum addon THX Kris 2018-04-21 08:04:48 +02:00
infiniteimprobabilitydrive PL translation updates THX waldis 2018-04-21 07:58:46 +02:00
irc
jappixmini FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
js_upload update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
krynn
langfilter Merge pull request #591 from MrPetovan/task/4867-guess-language-from-plaintext 2018-04-23 00:26:30 +02:00
ldapauth
leistungsschutzrecht
libertree FR libertree translation update 2018-04-16 07:49:54 +02:00
libravatar translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
ljpost
mahjongg
mailstream FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
mathjax
membersince Replace current_theme() and current_theme_url() calls 2018-04-28 18:39:29 -04:00
morechoice
morepokes FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
namethingy
newmemberwidget FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
notifyall update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
notimeline
nsfw update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
numfriends
openstreetmap
pageheader pageheader addon added EN_GB translation THX Kris 2018-04-16 07:26:47 +02:00
phpmailer [FIX] Add Support and add address for mailing 2019-03-28 13:55:46 +01:00
piwik update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
planets
pledgie
public_server FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
pumpio update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
qcomment
randplace
remote_permissions update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
rendertime translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
securemail FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
showmore PL translation updates THX waldis 2018-04-21 07:58:46 +02:00
smiley_pack
smileybutton Replace current_theme() and current_theme_url() calls 2018-04-28 18:39:29 -04:00
smilies_adult
sniper
startpage translation updates NL, PL, FI and IT 2018-04-20 08:32:40 +02:00
statusnet Merge pull request #591 from MrPetovan/task/4867-guess-language-from-plaintext 2018-04-23 00:26:30 +02:00
superblock update to the FI translation THX Kris 2018-04-17 07:21:08 +02:00
testdrive FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
tictac PL translation updates THX waldis 2018-04-21 07:58:46 +02:00
tumblr FI translation updates THX Kris 2018-04-18 08:32:45 +02:00
twitter "Remote-self" is now working for Twitter as well 2018-05-04 21:13:28 +00:00
unicode_smilies
viewsrc
webrtc
widgets
windowsphonepush
wppost
xmpp added xmpp ZH CN translation THX 朱陈锬 2018-05-06 11:26:59 +02:00
yourls
.gitattributes
.gitignore
INSTALL.txt
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.