Addons for Friendica
Find a file
2018-08-05 14:26:48 +02:00
.tx
advancedcontentfilter [advancedcontentfilter] Move Vue template from DOM to compiled render functions (redux) 2018-08-05 14:26:48 +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
geonames
gnot
googlemaps
gravatar [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
group_text
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
irc
jappixmini [multiple] Rename dbesc to DBA::escape 2018-07-23 15:35:22 -04:00
js_upload [js_upload] Better wording for mass-upload photos button. (#654) 2018-07-20 15:15:09 -04:00
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
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
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
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 [multiple] Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:20:48 -04:00
wppost [multiple] Rename Friendica\Database\dba to Friendica\Database\DBA 2018-07-20 08:20:48 -04:00
xmpp [xmpp] Fixes: (#668) 2018-07-24 17:54:00 -04:00
.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.