Addons for Friendica
Find a file
2020-12-12 22:21:42 -05:00
.tx
advancedcontentfilter
blackout
blockbot
blockem
blogger
buffer
buglink
calc
catavatar Catavatar: Fix handling of avatar generating for any address 2020-12-06 16:04:07 +00:00
convert
cookienotice
curweather
diaspora RU translation diaspora addon THX Alexander An 2020-10-11 16:57:34 +02:00
discourse
dwpost
forumdirectory
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text
highlightjs
ifttt
ijpost
impressum
infiniteimprobabilitydrive
irc
jappixmini
js_upload
krynn
langfilter RU translation langfilter addon THX Alexander An 2020-10-11 16:57:45 +02:00
ldapauth [ldapauth] Rework authentication and add logging 2020-11-19 11:18:48 -05:00
leistungsschutzrecht
libertree
libravatar Translation file updated 2020-12-08 07:17:15 +00:00
ljpost
mahjongg
mailstream Remove $binary flag for HTTPRequest::get(), HTTPRequest::fetch(), HTTPRequest::fetchAll() (deprecated since PHP 5.1.3) 2020-10-10 21:29:27 +02:00
markdown [markdown] Escape mentions which username can contain Markdown-like syntax 2020-11-02 11:05:35 -05:00
mastodoncustomemojis
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget
nominatim
notifyall
notimeline
nsfw
numfriends
openstreetmap
pageheader
phpmailer [phpmailer] Ensure encoding is UTF-8 even when not using the SMTP configuration 2020-11-29 15:41:46 -05:00
piwik
planets
public_server Removed unneeded data for notifications 2020-11-28 17:24:51 +00:00
pumpio [various] Replace confusing uses of item.parent-uri with expected item.thr-parent 2020-11-11 09:42:28 -05:00
qcomment
randplace
remote_permissions
rendertime Cleaned up parameters 2020-12-10 00:03:00 +00:00
securemail
showmore
showmore_dyn
smiley_pack
smileybutton
smilies_adult
sniper
startpage
statusnet Twitter: Fix display of reshared posts 2020-11-21 18:55:32 +00:00
superblock
testdrive Removed unneeded data for notifications 2020-11-28 17:24:51 +00:00
tictac
tumblr
twitter Issue 9642: Twitter: Fix posting loop 2020-12-12 23:25:30 +00:00
unicode_smilies
viewsrc
webrtc
widgets
windowsphonepush
wppost [wppost] Add fallback values for checkboxes 2020-11-20 09:11:49 -05:00
xmpp
.editorconfig
.gitattributes
.gitignore
INSTALL.txt
README.md added link to the issue tracker to the README 2020-10-06 17:17:58 +02:00

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.