Go to file
Hypolite Petovan 24740d0ba0 [twitter] Fix typo in remote API path for likes 2021-10-08 22:22:26 -04:00
.tx
advancedcontentfilter [advancedcontentfilter] Remove event.adjust field from available fields to match 2021-10-04 08:18:46 -04:00
blackout
blockbot
blockem
blogger Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
buffer
buglink
calc
catavatar
convert
cookienotice
curweather Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
diaspora
discourse Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
dwpost Replacing "q" calls with "DBA" calls 2021-10-03 17:35:20 +00:00
forumdirectory
fromapp
geocoordinates Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
geonames Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
gnot
googlemaps
gravatar Replacing "q" calls with "DBA" calls 2021-10-03 17:35:20 +00:00
group_text
highlightjs
ifttt Merge pull request #1152 from annando/app-user 2021-08-09 17:00:24 -04:00
ijpost Replacing "q" calls with "DBA" calls 2021-10-03 17:35:20 +00:00
impressum
infiniteimprobabilitydrive
irc
js_upload
keycloakpassword
krynn IT translation update jrynn addon THX Sylke Vicious 2021-04-20 10:58:20 +02:00
langfilter
ldapauth
leistungsschutzrecht Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
libertree Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
libravatar
ljpost Replacing "q" calls with "DBA" calls 2021-10-03 17:35:20 +00:00
mailstream More indentations 2021-10-03 20:09:36 +00:00
markdown
mastodoncustomemojis Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget
nitter updated the DE translation of the nitter addon 2021-10-01 20:09:29 +02:00
nominatim Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
notifyall
notimeline
nsfw
numfriends
openstreetmap Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
opmlexport
pageheader ES translation of the pageheader addon updated THX Senex Petrovic 2021-04-06 07:00:31 +02:00
phpmailer [phpmailer] Update phpmailer to v6.5.0 2021-06-26 19:46:51 +02:00
piwik
planets ES translation of the planets addon updated THX Senex Petrovic 2021-04-06 06:58:49 +02:00
public_server More replaced "q" calls 2021-10-07 05:53:16 +00:00
pumpio Replaced the last occurences of "q" 2021-10-07 19:30:10 +00:00
qcomment
randplace ES translation of the randplace addon updated THX Senex Petrovic 2021-04-06 06:53:43 +02:00
rendertime Rednertime: "Parser" is now "session" 2021-07-27 13:57:36 +00:00
saml [various] Remove remaining mentions of App->argc/argv 2021-08-16 05:48:59 -04:00
securemail
showmore [showmore] Add RTL support to showmore created div 2021-05-20 08:43:53 -04:00
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
smilies_adult
startpage ES translation of the startpage addon updated THX Senex Petrovic 2021-04-06 06:49:09 +02:00
statusnet Assigns values in a single array 2021-10-07 18:55:49 +00:00
superblock
testdrive More replaced "q" calls 2021-10-07 05:53:16 +00:00
tictac
tumblr
twitter [twitter] Fix typo in remote API path for likes 2021-10-08 22:22:26 -04:00
unicode_smilies [various] Remove redundant uninstall functions 2020-07-27 08:30:41 -04:00
viewsrc
webdav_storage Disable WebDav test because of impossible execution (yet) 2021-10-05 10:31:35 +02:00
webrtc webrtc addon HU translation added THX Balázs Úr 2021-03-28 22:05:15 +02:00
windowsphonepush Replaced the last occurences of "q" 2021-10-07 19:30:10 +00:00
wppost Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
xmpp
.drone.yml Adapt permissions 2021-09-25 20:13:55 +02:00
.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.