Addons for Friendica
Find a file
2022-11-18 12:00:03 -05:00
.tx Updated transifex config 2019-01-30 14:05:58 +01:00
.woodpecker Woodpecker: Update PHP version 2022-11-09 22:50:55 +01:00
advancedcontentfilter SV translation Update THX BBjoessi# 2022-11-18 15:03:02 +01:00
birdavatar UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
blackout
blockbot
blockem UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
buglink
calc
catavatar UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
convert
cookienotice FR translation of various addons updated 2022-08-19 19:37:09 +02:00
curweather
diaspora
discourse UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
dwpost
forumdirectory
fromapp
geocoordinates Changes: 2022-06-30 13:33:22 +02:00
geonames UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
gnot UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
googlemaps Changes: 2022-06-23 07:17:00 +02:00
gravatar
group_text
highlightjs
ifttt
ijpost
impressum [impressum] notes and email field were exchanged 2022-10-15 17:49:28 +02:00
infiniteimprobabilitydrive
irc
js_upload
keycloakpassword
krynn UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
langfilter SV translation Update THX BBjoessi# 2022-11-18 15:03:02 +01:00
ldapauth Changes: 2022-06-23 07:17:00 +02:00
leistungsschutzrecht
libertree
libravatar
ljpost
mailstream UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
markdown
mastodoncustomemojis
mathjax
membersince Fixed wrong type-hint + "imported" class 2022-06-23 07:45:59 +02:00
monolog
morechoice
morepokes [morepokes] Remove addon 2022-08-09 15:15:14 -04:00
namethingy Changes: 2022-06-24 23:35:16 +02:00
newmemberwidget [newmemberwidget] Remove references to deprecated themes 2022-11-05 00:01:43 -04:00
nitter
nominatim
notifyall [various] Use new centralized admin account retrieval methods 2022-11-18 12:00:03 -05:00
notimeline/templates [various] Convert addon_settings hook functions to the new data array format 2021-11-29 06:55:16 -05:00
nsfw [various] Move mod/settings.php to src/Module 2022-11-05 00:03:07 -04:00
numfriends
openstreetmap Loglevels adjusted, warnings fixed 2022-09-08 04:16:17 +00:00
opmlexport UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
pageheader FR translation of various addons updated 2022-08-19 19:37:09 +02:00
phpmailer
piwik Hook::register has changed API 2022-11-07 11:42:31 +00:00
planets
public_server UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
pumpio [various] Use new centralized admin account retrieval methods 2022-11-18 12:00:03 -05:00
qcomment UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
randplace
rendertime
s3_storage
saml [saml] Replace $_SESSION with DI::session() 2022-10-21 08:44:01 +02:00
securemail
showmore UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
showmore_dyn UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
smiley_pack
smileybutton
smilies_adult Changes: 2022-06-23 07:17:00 +02:00
startpage UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
statusnet
superblock UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
testdrive
tictac
tumblr Add native quotes to the upon posting 2022-10-29 19:37:25 -04:00
twitter Twitter: automatically follow fediverse accounts in profile 2022-11-13 10:16:58 +00:00
unicode_smilies Changes: 2022-06-23 07:17:00 +02:00
viewsrc UserSession class - Refactor addon 2022-10-20 23:51:49 +02:00
webdav_storage Add name check for webdav configuration options 2022-01-07 02:14:24 +01:00
webrtc
windowsphonepush API constant changed 2022-11-06 20:03:41 +00:00
wppost Add native quotes to the upon posting 2022-10-29 19:37:25 -04:00
.editorconfig added editorconfig file 2019-10-14 07:16:55 +02:00
.gitattributes required for github/Windows 2012-06-14 18:36:02 +10:00
.gitignore convert spaces to tabs, removed netbeans project files 2019-01-20 14:20:20 +01:00
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.