Addons for Friendica
Find a file
2020-02-09 16:34:23 +01:00
.tx
advancedcontentfilter Add license info at Friendica PHP files 2020-02-09 16:34:23 +01:00
blackout Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
blockbot Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
blockem enotify: empty out fields instead of using "abort" for addons 2020-01-28 01:12:41 +01:00
blogger
buffer Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
buglink
calc
catavatar Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
convert
cookienotice Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
curweather Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
diaspora
discourse
dwpost
forumdirectory [forumdirectory] Remove uses of deprecated profile fields 2020-01-27 23:09:29 -05:00
fromapp
geocoordinates Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
geonames Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
gnot Move Notify::TYPE_COMMENT 2020-02-05 21:43:30 +01:00
googlemaps Replace deprecated Addon::*registerHook by Hook::*register 2018-12-26 10:20:18 -05:00
gravatar Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
group_text
highlightjs
ifttt
ijpost
impressum Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
infiniteimprobabilitydrive
irc Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
jappixmini Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
js_upload Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
krynn
langfilter [langfilter] Add default values to form parameters 2020-02-01 14:14:22 -05:00
ldapauth Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
leistungsschutzrecht Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
libertree
libravatar Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
ljpost
mahjongg
mailstream Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
markdown
mastodoncustomemojis Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
mathjax
membersince
morechoice [morechoice] Deprecate addon 2020-01-27 23:09:41 -05:00
morepokes
namethingy
newmemberwidget Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
notifyall Add license info at Friendica classes 2020-02-09 15:45:35 +01:00
notimeline
nsfw
numfriends
openstreetmap Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
pageheader Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
phpmailer Fix composer 2020-01-29 21:13:53 +01:00
piwik Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
planets
public_server Move Notify::TYPE_SYSTEM 2020-02-05 21:43:31 +01:00
pumpio Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
qcomment
randplace
remote_permissions Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
rendertime
securemail Add license info at Friendica classes 2020-02-09 15:45:35 +01:00
showmore Showmore: Ignore addon for screen readers 2020-02-05 15:47:13 +00:00
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
superblock enotify: empty out fields instead of using "abort" for addons 2020-01-28 01:12:41 +01:00
testdrive Move Notify::TYPE_SYSTEM 2020-02-05 21:43:31 +01:00
tictac
tumblr Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
twitter Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
unicode_smilies
viewsrc
webrtc Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
widgets [widgets] Remove uses of deprecated profile field 2020-01-27 23:09:59 -05:00
windowsphonepush
wppost
xmpp Remove unneeded Config namespace usages 2020-01-19 22:50:43 +01:00
.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.