Addons for Friendica
Find a file
Hypolite Petovan 3d7a4c9326
Merge pull request #1163 from nupplaphil/bug/http_client
[statusnet] Catch TransferExceptions for HTTPClient::finalUrl()
2021-08-29 08:41:00 -04:00
.tx
advancedcontentfilter [advancedcontentfilter] Clear rule cache anytime rules are changed in the database 2021-08-16 06:10:34 -04:00
blackout
blockbot Blockbot: some good guys and bad guys added 2021-08-11 07:50:55 +00:00
blockem Use globals instead of $a->data 2021-07-25 17:28:07 +00:00
blogger Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
buffer Updated messages.po 2021-07-25 13:17:48 +00:00
buglink
calc
catavatar Updated messages.po 2021-07-25 13:17:48 +00:00
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 Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
forumdirectory Use globals instead of $a->data 2021-07-25 17:28:07 +00:00
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
group_text
highlightjs
ifttt Merge pull request #1152 from annando/app-user 2021-08-09 17:00:24 -04:00
ijpost Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
impressum
infiniteimprobabilitydrive
irc IRC addon: the mini-Howto link can be used via https 2021-08-11 16:14:06 +02:00
jappixmini Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
js_upload Use globals instead of $a->data 2021-07-25 17:28:07 +00:00
keycloakpassword added HU translation of keycloakpassword addon THX urbalazs 2021-06-27 14:33:48 +02:00
krynn
langfilter langfilter JA translation updated THX XMPPはいいぞ 2021-08-16 08:03:32 +02:00
ldapauth [ldap] Only call ldap_createaccount once 2021-06-07 23:55:24 -04:00
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 Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
mailstream Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
markdown
mastodoncustomemojis Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget
nitter use rtrim 2021-08-19 06:57:46 +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 Remove the use of app function 2021-08-08 17:10:04 +00:00
pageheader
phpmailer [phpmailer] Update phpmailer to v6.5.0 2021-06-26 19:46:51 +02:00
piwik DE translation piwik addon THX Till Mohr 2021-05-24 08:23:04 +02:00
planets
public_server
pumpio Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
qcomment
randplace
remote_permissions
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 Remove the use of app function 2021-08-08 17:10:04 +00:00
showmore
showmore_dyn
smiley_pack
smileybutton
smilies_adult
startpage
statusnet Fixed wrong index .. 2021-08-29 14:26:05 +02:00
superblock
testdrive
tictac [various] Remove remaining mentions of App->argc/argv 2021-08-16 05:48:59 -04:00
tumblr Updated messages.po 2021-07-25 13:17:48 +00:00
twitter Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
unicode_smilies
viewsrc
webrtc
widgets [various] Remove remaining mentions of App->argc/argv 2021-08-16 05:48:59 -04:00
windowsphonepush Replaced direct calls to App->user 2021-08-08 11:17:08 +00:00
wppost Rename DI::httpRequest() into DI::httpClient() 2021-08-25 21:54:54 +02:00
xmpp "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:49:06 +00:00
.drone.yml
.editorconfig
.gitattributes
.gitignore
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.