Addons for Friendica
Find a file
2023-08-28 16:42:23 +02:00
.tx
.woodpecker Introduce .phpunit 2023-07-26 19:19:07 +02:00
advancedcontentfilter
audon audon/lang/C/messages.po aktualisiert 2023-08-18 18:41:32 +02:00
birdavatar
blackout
blockbot
bluesky Tumblr/Bluesky: Store the subscribed feed/tag 2023-08-28 16:42:23 +02:00
buglink
calc
catavatar
circle_text [various] Rename group to circle 2023-06-04 00:20:07 +02:00
convert
cookienotice
curweather
diaspora [various] Rename group to circle 2023-06-04 00:20:07 +02:00
discourse
dwpost
fancybox
forumdirectory [various] Rename forum to group 2023-06-04 00:20:07 +02:00
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text [various] Rename group to circle 2023-06-04 00:20:07 +02:00
groupdirectory [various] Rename forum to group 2023-06-04 00:20:07 +02:00
highlightjs
ifttt
ijpost
impressum Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
infiniteimprobabilitydrive HU and IT translation updates 2023-04-21 21:41:23 +02:00
irc HU and IT translation updates 2023-04-21 21:41:23 +02:00
js_upload [various] Rename group to circle 2023-06-04 00:20:07 +02:00
keycloakpassword
krynn HU and IT translation updates 2023-04-21 21:41:23 +02:00
langfilter Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
ldapauth
leistungsschutzrecht
libertree [various] Rename forum to group 2023-06-04 00:20:07 +02:00
libravatar HU and IT translation updates 2023-04-21 21:41:23 +02:00
ljpost HU and IT translation updates 2023-04-21 21:41:23 +02:00
mailstream Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
markdown
mastodoncustomemojis
mathjax HU and IT translation updates 2023-04-21 21:41:23 +02:00
membersince
monolog [monolog] Fix extra line 2023-07-23 23:04:53 +02:00
morechoice
morepokes
newmemberwidget Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
nitter
nominatim
notifyall Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
notimeline/templates
nsfw [nsfw] Rewrite string condition to avoid warning message 2023-05-29 19:34:01 -04:00
numfriends HU and IT translation updates 2023-04-21 21:41:23 +02:00
openstreetmap
opmlexport
pageheader HU and IT translation updates 2023-04-21 21:41:23 +02:00
phpmailer
piwik HU translation updates 2023-05-23 06:46:36 +02:00
planets HU and IT translation updates 2023-04-21 21:41:23 +02:00
public_server HU and IT translation updates 2023-04-21 21:41:23 +02:00
pumpio [various] Rename forum to group 2023-06-04 00:20:07 +02:00
qcomment HU and IT translation updates 2023-04-21 21:41:23 +02:00
randplace HU and IT translation updates 2023-04-21 21:41:23 +02:00
rendertime HU and IT translation updates 2023-04-21 21:41:23 +02:00
s3_storage
saml Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00:00
securemail HU and IT translation updates 2023-04-21 21:41:23 +02:00
showmore HU and IT translation updates 2023-04-21 21:41:23 +02:00
showmore_dyn fix: tweak z-index to not clash with sidebar on mobile 2023-07-07 17:02:44 +02:00
smiley_pack
smileybutton HU and IT translation updates 2023-04-21 21:41:23 +02:00
smilies_adult
startpage HU and IT translation updates 2023-04-21 21:41:23 +02:00
statusnet [various] Rename forum to group 2023-06-04 00:20:07 +02:00
testdrive HU and IT translation updates 2023-04-21 21:41:23 +02:00
tictac HU and IT translation updates 2023-04-21 21:41:23 +02:00
tumblr Tumblr/Bluesky: Store the subscribed feed/tag 2023-08-28 16:42:23 +02:00
twitter Twitter: Fix posting 2023-08-16 14:58:04 -04:00
unicode_smilies
viewsrc HU and IT translation updates 2023-04-21 21:41:23 +02:00
webdav_storage
webrtc HU and IT translation updates 2023-04-21 21:41:23 +02:00
wppost Use "convertForUriId" whenever possible 2023-07-16 10:37:33 +00: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.

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.