Addons for Friendica
Find a file
2021-11-27 17:11:16 -05:00
.tx
advancedcontentfilter Merge pull request #1025 from hoergen/develop 2021-11-24 08:51:47 -05:00
birdavatar Code standards 2021-11-24 14:30:30 +01:00
blackout AR translation of blackout addon updated THX abidin toumi 2021-10-27 14:00:29 +02:00
blockbot Support for cleared boot.php 2021-11-04 20:32:16 +00:00
blockem blockem AR translations updated THX abidin toumi 2021-10-30 07:45:38 +02:00
buglink buglink AR translations updated THX abidin toumi 2021-10-30 07:58:46 +02:00
calc
catavatar catavatar AR translations updated THX abidin toumi 2021-10-30 07:57:43 +02:00
convert
cookienotice Support for cleared boot.php 2021-11-04 20:32:16 +00:00
curweather Support for cleared boot.php 2021-11-04 20:32:16 +00:00
diaspora Support for cleared boot.php 2021-11-04 20:32:16 +00:00
discourse
dwpost dwpost AR translations updated THX abidin toumi 2021-10-30 08:12:07 +02:00
forumdirectory "escapeTags" is removed from the addons 2021-11-07 08:49:34 +00:00
fromapp fromapp AR translations updated THX abidin toumi 2021-10-30 08:04:03 +02:00
geocoordinates Apply suggestions from code review 2021-11-07 14:02:13 +01:00
geonames geonames AR translations updated THX abidin toumi 2021-10-30 08:13:57 +02:00
gnot gnot AR translations updated THX abidin toumi 2021-10-30 08:11:12 +02:00
googlemaps
gravatar Apply suggestions from code review 2021-11-07 14:02:13 +01:00
group_text
highlightjs
ifttt
ijpost
impressum Apply suggestions from code review 2021-11-07 14:02:13 +01:00
infiniteimprobabilitydrive
irc Support for cleared boot.php 2021-11-04 20:32:16 +00:00
js_upload
keycloakpassword
krynn
langfilter
ldapauth Refactoring Core class structures ... 2021-10-26 21:44:28 +02:00
leistungsschutzrecht
libertree
libravatar Apply suggestions from code review 2021-11-07 14:02:13 +01:00
ljpost
mailstream Support for cleared boot.php 2021-11-04 20:32:16 +00:00
markdown
mastodoncustomemojis Restructure Cache to follow new paradigm 2021-10-23 10:49:26 +02:00
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget Apply suggestions from code review 2021-11-07 14:02:13 +01:00
nitter Replaced deprecated functionalities 2021-11-07 14:01:30 +00:00
nominatim
notifyall Support for cleared boot.php 2021-11-04 20:32:16 +00:00
nsfw
numfriends
openstreetmap Refactoring Core class structures ... 2021-10-26 21:44:28 +02:00
opmlexport
pageheader Support for cleared boot.php 2021-11-04 20:32:16 +00:00
phpmailer Refactoring Core class structures ... 2021-10-26 21:44:28 +02:00
piwik Apply suggestions from code review 2021-11-07 14:02:13 +01:00
planets
public_server Apply suggestions from code review 2021-11-07 14:02:13 +01:00
pumpio Restructure HTTPClient for new paradigm 2021-10-28 19:36:00 +02:00
qcomment
randplace
rendertime Split and delete ModuleController 2021-11-27 12:42:12 +01:00
saml
securemail [securemail] Upgrade Composer dependencies to fix PHP8 issue 2021-11-16 15:37:37 -05:00
showmore
showmore_dyn
smiley_pack
smileybutton
smilies_adult
startpage
statusnet Support for cleared boot.php 2021-11-04 20:32:16 +00:00
superblock
testdrive Refactoring Core class structures ... 2021-10-26 21:44:28 +02:00
tictac
tumblr Fix WSOD tumblr 2021-11-07 16:18:27 +01:00
twitter DE translation of the twitter addon updated 2021-11-27 18:26:06 +01:00
unicode_smilies
viewsrc
webdav_storage Add Feedback :-) 2021-10-29 08:03:58 +02:00
webrtc Apply suggestions from code review 2021-11-07 14:02:13 +01:00
windowsphonepush [windowsphonepush] Simplify authentication structure 2021-11-07 10:45:27 -05:00
wppost
.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.