Go to file
Hypolite Petovan 97aa353652 [advancedcontentfilter] Move Vue template from DOM to compiled render functions 2018-08-04 15:59:04 +02:00
.tx
advancedcontentfilter [advancedcontentfilter] Move Vue template from DOM to compiled render functions 2018-08-04 15:59:04 +02:00
blackout
blockem [blockem] Cleanups: (#655) 2018-07-20 21:51:15 -04:00
blogger [blogger] Cleanups: (#656) 2018-07-20 22:21:06 -04:00
buffer [global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils 2018-07-31 03:20:29 +02:00
buglink [buglink]: Added type-hint 'App' 2018-07-29 22:23:16 +02:00
calc
catavatar Rename DBA::is_result to DBA::isResult 2018-07-23 15:02:59 -04:00
convert
curweather [global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils 2018-07-31 03:20:29 +02:00
diaspora [diaspora]: Ops, fixed parser error. Followup to #665 (#666) 2018-07-23 19:31:44 -04:00
dwpost And now for something complete different ... notices 2018-07-31 16:22:05 +00:00
fortunate
forumdirectory [forumdirectory] Fixes, type-hints and PAGE_* moval (#671) 2018-07-28 01:33:39 -04:00
fromapp
fromgplus Some more notices in addons 2018-08-01 17:28:55 +00:00
geocoordinates Review updates 2018-01-27 11:23:04 -05:00
geonames
gnot
googlemaps Addon class 2018-01-19 07:20:17 -05:00
gravatar [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
group_text update to the FI translations 2018-04-09 15:00:17 +02:00
ifttt Rename DBA::is_result to DBA::isResult 2018-07-23 15:02:59 -04:00
ijpost
impressum [global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils 2018-07-31 03:20:29 +02:00
infiniteimprobabilitydrive PL translation updates THX waldis 2018-04-21 07:58:46 +02:00
irc CS irc addon 2018-06-18 10:33:46 +02:00
jappixmini [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
js_upload
krynn
langfilter
ldapauth
leistungsschutzrecht And some more notices ... 2018-07-31 18:10:34 +00:00
libertree [multiple] Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:20:48 -04:00
libravatar [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
ljpost And now for something complete different ... notices 2018-07-31 16:22:05 +00:00
mahjongg
mailstream [mailstream]: Fixed logger level NORMAL -> INFO (#664) 2018-07-23 18:54:14 -04:00
mastodoncustomemojis [global] Renamed class ProxyUtils -> Proxy and aliased it back to ProxyUtils 2018-07-31 03:20:29 +02:00
mathjax
membersince
morechoice [various] Replace direct accesses to $a->config with Config::get 2018-07-10 08:41:32 -04:00
morepokes
namethingy
newmemberwidget
notifyall
notimeline
nsfw
numfriends
openstreetmap
pageheader
piwik
planets
pledgie
public_server [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
pumpio We should quit on not getting data 2018-08-01 19:14:28 +00:00
qcomment
randplace updates CS translation of the catavatar, pageheader, randplace and tumblr addons THX Aditoo 2018-06-11 10:16:56 +02:00
remote_permissions [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
rendertime
securemail
showmore
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet And now for something complete different ... notices 2018-07-31 16:22:05 +00:00
superblock Some more notices fixed (#672) 2018-07-26 15:20:12 -04:00
testdrive [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
tictac PL translation updates THX waldis 2018-04-21 07:58:46 +02:00
tumblr Some more notices in addons 2018-08-01 17:28:55 +00:00
twitter Avoid empty post 2018-08-02 05:09:37 +00:00
unicode_smilies
viewsrc Rename DBA::is_result to DBA::isResult 2018-07-23 15:02:59 -04:00
webrtc
widgets [widgets] Add missing use statement after dbesc conversion 2018-07-23 18:46:16 -04:00
windowsphonepush
wppost
xmpp [xmpp] Fixes: (#668) 2018-07-24 17:54:00 -04:00
.gitattributes
.gitignore
INSTALL.txt
README.md

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.