Go to file
Tobias Diekershoff 39e753329a blackout addon FR translation updated THX bob lebonche 2021-03-28 19:43:39 +02:00
.tx
advancedcontentfilter advancedcontentfilter addon HU translation update THX Balázs Úr 2021-03-28 19:16:33 +02:00
blackout blackout addon FR translation updated THX bob lebonche 2021-03-28 19:43:39 +02:00
blockbot regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
blockem
blogger
buffer regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
buglink
calc
catavatar catavatar addon HU translation update THX Balázs Úr 2021-03-28 19:18:40 +02:00
convert regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
cookienotice cookienotice addon FR translation updated THX bob lebonche 2021-03-28 19:42:35 +02:00
curweather curweather addon FR translation updated THX bob lebonche 2021-03-28 19:41:37 +02:00
diaspora
discourse
dwpost dwpost addon HU translation updated THX Balázs Úr 2021-03-28 19:20:53 +02:00
forumdirectory
fromapp fromapp addon FR translation updated THX bob lebonche 2021-03-28 19:35:59 +02:00
geocoordinates [various] Remove redundant uninstall functions 2020-07-27 08:30:41 -04:00
geonames geonames addon FR translation updated THX bob lebonche 2021-03-28 19:40:26 +02:00
gnot
googlemaps [various] Remove redundant uninstall functions 2020-07-27 08:30:41 -04:00
gravatar gravatar addon FR translation updated THX bob lebonche 2021-03-28 19:39:27 +02:00
group_text
highlightjs
ifttt
ijpost ijpost addon FR translation updated THX bob lebonche 2021-03-28 19:38:22 +02:00
impressum
infiniteimprobabilitydrive
irc regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
jappixmini
js_upload
krynn
langfilter
ldapauth regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
leistungsschutzrecht
libertree libertree addon RU translation added THX Alexander An 2021-03-28 19:30:53 +02:00
libravatar
ljpost ljpost addon RU translation added THX Alexander An 2021-03-28 19:33:16 +02:00
mahjongg
mailstream Merge pull request #1082 from annando/no-item 2021-02-14 11:05:11 -05:00
markdown regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
mastodoncustomemojis [various] Remove redundant uninstall functions 2020-07-27 08:30:41 -04:00
mathjax IT mathjax addon translation update THX Sylke Vicious 2021-03-28 18:21:53 +02:00
membersince
morechoice
morepokes regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
namethingy
newmemberwidget newmemberwidget IT translation THX Sylke Vicious 2021-03-28 18:23:00 +02:00
nominatim Nominatim: Use OpenStreetMap to resolve coordinates into locations 2020-09-24 04:01:12 +00:00
notifyall
notimeline
nsfw regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
numfriends
openstreetmap
pageheader
phpmailer
piwik
planets planets addon IT translation update THX Sylke Vicious 2021-03-28 18:54:05 +02:00
public_server
pumpio Merge pull request #1082 from annando/no-item 2021-02-14 11:05:11 -05:00
qcomment regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
randplace
remote_permissions
rendertime
securemail
showmore
showmore_dyn
smiley_pack regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
smileybutton [smileybutton] Rework addon 2021-02-08 11:02:34 -05:00
smilies_adult regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
sniper
startpage
statusnet
superblock regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
testdrive
tictac
tumblr DE translation tumblr addon updated 2021-03-01 08:00:16 +01:00
twitter Merge pull request #1080 from MrPetovan/task/babel-twitter-url 2021-02-15 07:01:14 +01:00
unicode_smilies [various] Remove redundant uninstall functions 2020-07-27 08:30:41 -04:00
viewsrc
webrtc
widgets Merge pull request #1082 from annando/no-item 2021-02-14 11:05:11 -05:00
windowsphonepush Merge pull request #1082 from annando/no-item 2021-02-14 11:05:11 -05:00
wppost regenerated all strings.php files from the current translation strings (message.po) 2021-02-01 18:47:38 +01:00
xmpp
.editorconfig
.gitattributes
.gitignore
INSTALL.txt
README.md added link to the issue tracker to the README 2020-10-06 17:17:58 +02:00

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.