Go to file
Hypolite Petovan aa0f74832a [various] Rename group to circle
- Drop support for group_text
- Add support for circle_text
2023-06-04 00:20:07 +02:00
.tx
.woodpecker
advancedcontentfilter translations updates for 2023.03 2023-04-09 07:58:49 +02:00
birdavatar [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
blackout
blockbot
bluesky
buglink translations updates for 2023.03 2023-04-09 07:58:49 +02:00
calc [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
catavatar translations updates for 2023.03 2023-04-09 07:58:49 +02:00
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 [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
forumdirectory
fromapp
geocoordinates [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
geonames
gnot translations updates for 2023.03 2023-04-09 07:58:49 +02:00
googlemaps
gravatar translations updates for 2023.03 2023-04-09 07:58:49 +02:00
group_text [various] Rename group to circle 2023-06-04 00:20:07 +02:00
highlightjs [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
ifttt translations updates for 2023.03 2023-04-09 07:58:49 +02:00
ijpost translations updates for 2023.03 2023-04-09 07:58:49 +02:00
impressum
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
langfilter
ldapauth
leistungsschutzrecht
libertree translations updates for 2023.03 2023-04-09 07:58:49 +02:00
libravatar HU and IT translation updates 2023-04-21 21:41:23 +02:00
ljpost
mailstream catch exception during http request 2023-05-28 11:02:32 +02:00
markdown [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
mastodoncustomemojis [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
mathjax HU and IT translation updates 2023-04-21 21:41:23 +02:00
membersince [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
monolog
morechoice
morepokes
newmemberwidget
nitter
nominatim [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
notifyall
notimeline/templates
nsfw [nsfw] Rewrite string condition to avoid warning message 2023-05-29 19:34:01 -04:00
numfriends
openstreetmap
opmlexport
pageheader HU and IT translation updates 2023-04-21 21:41:23 +02:00
phpmailer [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
piwik
planets
public_server HU and IT translation updates 2023-04-21 21:41:23 +02:00
pumpio [various] Rename group to circle 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 [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
saml [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
securemail
showmore HU and IT translation updates 2023-04-21 21:41:23 +02:00
showmore_dyn
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
testdrive
tictac HU and IT translation updates 2023-04-21 21:41:23 +02:00
tumblr HU translation updates 2023-05-23 06:46:36 +02:00
twitter
unicode_smilies
viewsrc HU and IT translation updates 2023-04-21 21:41:23 +02:00
webdav_storage [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
webrtc HU and IT translation updates 2023-04-21 21:41:23 +02:00
wppost
.editorconfig
.gitattributes
.gitignore
INSTALL.txt
README.md

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.