No description
Find a file
2023-04-08 19:14:27 +02:00
.tx migrate transifex config to the new client 2023-04-06 11:12:54 +02:00
.woodpecker
advancedcontentfilter
birdavatar [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
blackout
blockbot Blockbot: Loglevel and reformatting 2023-03-05 14:01:32 +00:00
blockem [blockem] Fix syntax error 2023-02-20 11:56:13 -05:00
buglink
calc [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
catavatar [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
convert [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
cookienotice
curweather [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
diaspora [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
discourse
dwpost
fancybox [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
forumdirectory
fromapp
geocoordinates
geonames
gnot
googlemaps [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
gravatar
group_text [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
highlightjs
ifttt [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
ijpost
impressum [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
infiniteimprobabilitydrive [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
irc [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
js_upload
keycloakpassword
krynn
langfilter [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
ldapauth
leistungsschutzrecht
libertree [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
libravatar
ljpost
mailstream [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
markdown
mastodoncustomemojis
mathjax
membersince
monolog
morechoice
morepokes
newmemberwidget [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
nitter
nominatim
notifyall [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
notimeline/templates
nsfw [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
numfriends
openstreetmap [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
opmlexport
pageheader
phpmailer
piwik [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
planets [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
public_server [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
pumpio [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
qcomment
randplace
rendertime
s3_storage [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
saml
securemail [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
showmore
showmore_dyn
smiley_pack [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
smileybutton [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
smilies_adult [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
startpage
statusnet [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
testdrive [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
tictac
tumblr Tumblr: Possible fixes 2023-04-08 16:49:52 +00:00
twitter [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
unicode_smilies [various] Remove App dependency from hook functions 2023-01-13 21:16:09 -05:00
viewsrc [various] Adapt BaseURL calls for new UriInterface 2023-02-18 21:04:47 +01:00
webdav_storage
webrtc
wppost Class added 2023-03-05 21:37:28 +00:00
.editorconfig ident_size 2 is better for XML readability :) 2023-02-27 20:57:18 +01:00
.gitattributes
.gitignore convert spaces to tabs, removed netbeans project files 2019-01-20 14:20:20 +01:00
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.