Addons for Friendica
Find a file
2019-12-27 07:54:40 +01:00
.tx
advancedcontentfilter Restored Hook::register and added Hook::add 2019-12-23 01:36:32 +01:00
blackout blackout addon added CA translation THX Joan Bar 2019-11-06 08:03:13 +01:00
blockbot blockbot addon added CA translation THX Joan Bar 2019-11-06 08:22:55 +01:00
blockem blockem addon updated CA translation THX Joan Bar 2019-11-06 08:24:43 +01:00
blogger blogger addon updated CA translation THX Joan Bar 2019-11-06 08:12:57 +01:00
buffer Issue 7916: Buffer is unsupported now 2019-12-07 21:56:43 +00:00
buglink buglink: DE translation updated THX Rene Wagner 2019-12-16 08:14:55 +01:00
calc
catavatar catavatar addon added CA translation THX Joan Bar 2019-11-06 08:28:14 +01:00
convert
cookienotice cookienotive addon added CA translation THX Joan Bar 2019-11-06 08:45:33 +01:00
curweather curweather addon updates CA translation THX Joan Bar 2019-11-06 08:47:02 +01:00
diaspora diaspora addon added CA translation THX Joan Bar 2019-11-06 08:48:46 +01:00
discourse Improved template 2019-11-28 04:57:39 +00:00
dwpost dwpost addon updated CA translation THX Joan Bar 2019-11-06 09:38:09 +01:00
forumdirectory forumdirectory addon updated CA translation THX Joan Bar 2019-11-06 09:35:02 +01:00
fromapp fromapp addon updated CA translation THX Joan Bar 2019-11-06 08:51:05 +01:00
geocoordinates
geonames
gnot gnot addon updated CA translation THX Joan Bar 2019-11-06 08:49:54 +01:00
googlemaps
gravatar gravatar addon updated CA translation THX Joan Bar 2019-11-06 08:30:50 +01:00
group_text
highlightjs
ifttt
ijpost ijpost addon updated CA translation THX Joan Bar 2019-11-06 09:33:35 +01:00
impressum impressum addon updated CA translation THX Joan Bar 2019-11-06 09:39:30 +01:00
infiniteimprobabilitydrive infiniteprbabilitydrive addon updated CA translation THX Joan Bar 2019-11-06 09:41:19 +01:00
irc
jappixmini
js_upload [js_upload] Restore public image upload 2019-12-01 16:33:19 -05:00
krynn
langfilter
ldapauth
leistungsschutzrecht
libertree
libravatar
ljpost
mahjongg
mailstream
markdown better wording 2019-12-27 07:54:40 +01:00
mastodoncustomemojis
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget
notifyall
notimeline
nsfw
numfriends
openstreetmap
pageheader
phpmailer
piwik
planets
public_server
pumpio
qcomment
randplace
remote_permissions
rendertime
securemail
showmore showmore: added ET translation THX Rain Hawk 2019-12-22 07:03:17 +01:00
smiley_pack
smileybutton smileybutton: ET translation added THX Rain Hawk 2019-12-16 08:13:41 +01:00
smilies_adult
sniper
startpage
statusnet [twitter] Use correct object class for Oauth token in library/tumblroauth 2019-12-11 17:07:35 -05:00
superblock
testdrive
tictac
tumblr [tumblr] Fix notice when submitting user settings 2019-12-24 12:51:21 -05:00
twitter Move Object\Image static methods to Util\Images 2019-11-01 21:24:47 -04:00
unicode_smilies
viewsrc
webrtc
widgets
windowsphonepush Move Cookie to own class (with tests) 2019-12-08 22:45:33 +01:00
wppost
xmpp
.editorconfig
.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 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.