Addons for Friendica
Find a file
2021-08-29 14:26:05 +02:00
.tx
advancedcontentfilter [advancedcontentfilter] Clear rule cache anytime rules are changed in the database 2021-08-16 06:10:34 -04:00
blackout
blockbot
blockem
blogger Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
buffer
buglink
calc
catavatar
convert
cookienotice
curweather Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
diaspora
discourse Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
dwpost Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
forumdirectory
fromapp
geocoordinates Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
geonames Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
gnot
googlemaps
gravatar
group_text
highlightjs
ifttt
ijpost Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
impressum
infiniteimprobabilitydrive
irc
jappixmini Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
js_upload
keycloakpassword
krynn
langfilter langfilter JA translation updated THX XMPPはいいぞ 2021-08-16 08:03:32 +02:00
ldapauth
leistungsschutzrecht Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
libertree Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
libravatar
ljpost Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
mailstream Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
markdown
mastodoncustomemojis Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget
nitter use rtrim 2021-08-19 06:57:46 +02:00
nominatim Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
notifyall
notimeline
nsfw
numfriends
openstreetmap Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
opmlexport
pageheader
phpmailer
piwik
planets
public_server
pumpio Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
qcomment
randplace
remote_permissions
rendertime
saml [various] Remove remaining mentions of App->argc/argv 2021-08-16 05:48:59 -04:00
securemail
showmore
showmore_dyn
smiley_pack
smileybutton
smilies_adult
startpage
statusnet Fixed wrong index .. 2021-08-29 14:26:05 +02:00
superblock
testdrive
tictac [various] Remove remaining mentions of App->argc/argv 2021-08-16 05:48:59 -04:00
tumblr
twitter Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
unicode_smilies
viewsrc
webrtc
widgets [various] Remove remaining mentions of App->argc/argv 2021-08-16 05:48:59 -04:00
windowsphonepush
wppost Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
xmpp
.drone.yml
.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.

Issues

Please report any issues you have with addons of Friendica from this repository in the main issue tracker of the project.

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.