Addons for Friendica
Find a file
2024-11-24 19:55:54 +00:00
.tx
.woodpecker [CI] Add safe.directory config 2024-08-20 18:07:51 +02:00
advancedcontentfilter inline slim routes and middlewares into advancedcontentfilter addon 2024-11-24 15:36:37 +00:00
audon
birdavatar
blackout
blockbot Add Relatica to blockbot fediverse client list 2024-06-24 22:20:35 +02:00
bluesky Bluesky: New option to complete threads 2024-10-02 07:54:58 +00:00
buglink
calc
catavatar translation updates 2024-06-21 20:38:42 +02:00
circle_text
cld
convert
cookienotice
curweather updated translations 2024-08-15 07:55:36 +02:00
diaspora
discourse
dwpost translation updates 2024-06-21 20:38:42 +02:00
fancybox
forumdirectory Function renamed 2024-05-29 06:07:48 +00:00
fromapp
geocoordinates
geonames updated translations 2024-08-15 07:55:36 +02:00
gnot updated translations 2024-08-15 07:55:36 +02:00
googlemaps
gravatar updated translations 2024-08-15 07:55:36 +02:00
group_text
groupdirectory Function renamed 2024-05-29 06:07:48 +00:00
highlightjs
ifttt
ijpost updated translations 2024-08-15 07:55:36 +02:00
impressum
infiniteimprobabilitydrive
invidious invidious/invidious.php aktualisiert 2024-09-08 08:50:39 +02:00
irc
js_upload JS Uploader: "jpg" added to the list of allowed file extensions 2024-06-16 14:35:19 +00:00
keycloakpassword
krynn updated translations 2024-08-15 07:55:36 +02:00
langfilter
ldapauth
leistungsschutzrecht
libertree translation updates 2024-06-21 20:38:42 +02:00
libravatar
ljpost
mailstream "fetchFull" is replaced by "get" 2024-09-06 07:22:58 +02:00
markdown
mastodoncustomemojis "fetchFull" is replaced by "get" 2024-09-06 07:22:58 +02:00
mathjax
membersince
monolog [monolog] Update Composer dependencies ahead of release 2024-03-19 23:10:09 -04:00
morechoice
morepokes
newmemberwidget
nitter [nitter] Drop support for the addon 2024-03-19 17:57:40 +01:00
nominatim
notifyall
notimeline/templates
nsfw FR translation updates - nsfw, securemail, tumblr 2024-06-03 08:13:08 +02:00
numfriends
openstreetmap
opmlexport
pageheader
phpmailer [phpmailer] Update Composer dependency ahead of release 2024-03-19 23:10:09 -04:00
piwik
planets
pnut Newlines added 2024-03-03 18:29:34 +01:00
public_server
pumpio
qcomment
randplace
ratioed Ratioed: add help text 2024-08-09 13:58:48 +02:00
rendertime
s3_storage [s3_storage] Update Composer dependency ahead of release 2024-03-19 23:10:09 -04:00
saml Remove unused parameter in saml addon 2024-11-24 10:17:44 +01:00
securemail Remove unused App paramter in securemail addon 2024-11-23 21:24:34 -05:00
showmore
showmore_dyn
smiley_pack More and updated icons for the smiley pack 2024-09-16 21:20:11 +00:00
smileybutton
smilies_adult
startpage
statusnet Fix errors in statusnet addon 2024-11-24 19:55:54 +00:00
tesseract
testdrive
tictac Fix errors in statusnet addon 2024-11-24 19:55:54 +00:00
tumblr Bluesky/Tumblr: Improved statistics 2024-08-12 20:24:09 +00:00
twitter
unicode_smilies unicode_smilies/unicode_smilies.php aktualisiert 2024-09-07 21:04:43 +02:00
url_replace [url_replace] Simplify config setting conditions 2024-03-19 17:57:40 +01:00
viewsrc
webdav_storage Remove unused parameter webdav_storage addon 2024-11-24 10:16:47 +01:00
webrtc
wppost
.editorconfig [advancedcontentfilter] Improve error handling 2024-03-19 22:57:32 -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.

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.