You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Ryan Voots 5e51a3f0ad
Fix signature of hooks to work with modern friendica
7 months ago
.tx Updated transifex config 4 years ago
.woodpecker Woodpecker: Update PHP version 7 months ago
advancedcontentfilter SV translation Update THX BBjoessi# 7 months ago
birdavatar UserSession class - Refactor addon 8 months ago
blackout UserSession class - Refactor addon 8 months ago
blockbot Changes: 11 months ago
blockem UserSession class - Refactor addon 8 months ago
buglink FR translation of various addons updated 10 months ago
calc Changes: 12 months ago
catavatar UserSession class - Refactor addon 8 months ago
convert Changes: 12 months ago
cookienotice FR translation of various addons updated 10 months ago
curweather UserSession class - Refactor addon 8 months ago
diaspora [various] Fix PHP 8 deprecation warnings 7 months ago
discourse UserSession class - Refactor addon 8 months ago
dwpost Add native quotes to the upon posting 7 months ago
forumdirectory UserSession class - Refactor addon 8 months ago
fromapp UserSession class - Refactor addon 8 months ago
geocoordinates Changes: 11 months ago
geonames UserSession class - Refactor addon 8 months ago
gnot UserSession class - Refactor addon 8 months ago
googlemaps Changes: 12 months ago
gravatar FR translation of various addons updated 10 months ago
group_text UserSession class - Refactor addon 8 months ago
highlightjs Ops 12 months ago
ifttt UserSession class - Refactor addon 8 months ago
ijpost UserSession class - Refactor addon 8 months ago
impressum [impressum] notes and email field were exchanged 8 months ago
infiniteimprobabilitydrive FR translation of various addons updated 10 months ago
irc UserSession class - Refactor addon 8 months ago
js_upload FR translation of various addons updated 10 months ago
keycloakpassword UserSession class - Refactor addon 8 months ago
krynn UserSession class - Refactor addon 8 months ago
langfilter SV translation Update THX BBjoessi# 7 months ago
ldapauth Changes: 12 months ago
leistungsschutzrecht leistungsschutzrecht_is_member_site() returns boolean value 12 months ago
libertree Add native quotes to the upon posting 7 months ago
libravatar FR translation of various addons updated 10 months ago
ljpost Add native quotes to the upon posting 7 months ago
mailstream UserSession class - Refactor addon 8 months ago
markdown UserSession class - Refactor addon 8 months ago
mastodoncustomemojis Restructure Cache to follow new paradigm 2 years ago
mathjax UserSession class - Refactor addon 8 months ago
membersince Fixed wrong type-hint + "imported" class 12 months ago
monolog [monolog] Remove non-compliant PSR4 config 8 months ago
morechoice [morechoice] Remove obsolete addon 10 months ago
morepokes [morepokes] Remove addon 10 months ago
namethingy Changes: 12 months ago
newmemberwidget [newmemberwidget] Remove references to deprecated themes 7 months ago
nitter Changes: 11 months ago
nominatim Changes: 11 months ago
notifyall [various] Use new centralized admin account retrieval methods 7 months ago
notimeline/templates [various] Convert addon_settings hook functions to the new data array format 2 years ago
nsfw [nsfw] Update main translation file after updating a string 7 months ago
numfriends UserSession class - Refactor addon 8 months ago
openstreetmap Loglevels adjusted, warnings fixed 9 months ago
opmlexport UserSession class - Refactor addon 8 months ago
pageheader FR translation of various addons updated 10 months ago
phpmailer Refactoring Core class structures ... 2 years ago
piwik Hook::register has changed API 7 months ago
planets UserSession class - Refactor addon 8 months ago
public_server UserSession class - Refactor addon 8 months ago
pumpio [various] Use new centralized admin account retrieval methods 7 months ago
qcomment UserSession class - Refactor addon 8 months ago
randplace UserSession class - Refactor addon 8 months ago
rendertime FR translation of various addons updated 10 months ago
s3_storage Changes: 12 months ago
saml Fix signature of hooks to work with modern friendica 7 months ago
securemail UserSession class - Refactor addon 8 months ago
showmore UserSession class - Refactor addon 8 months ago
showmore_dyn UserSession class - Refactor addon 8 months ago
smiley_pack Changes: 12 months ago
smileybutton FR translation of various addons updated 10 months ago
smilies_adult Changes: 12 months ago
startpage UserSession class - Refactor addon 8 months ago
statusnet Add native quotes to the upon posting 7 months ago
superblock UserSession class - Refactor addon 8 months ago
testdrive FR translation of various addons updated 10 months ago
tictac Changes: 12 months ago
tumblr [various] Fix PHP 8 deprecation warnings 7 months ago
twitter [various] Fix PHP 8 deprecation warnings 7 months ago
unicode_smilies Changes: 12 months ago
viewsrc UserSession class - Refactor addon 8 months ago
webdav_storage Add name check for webdav configuration options 1 year ago
webrtc FR translation for the ifttt, newmemberwidge, securemail and webrtc addons added 10 months ago
windowsphonepush API constant changed 7 months ago
wppost [various] Fix PHP 8 deprecation warnings 7 months ago
.editorconfig added editorconfig file 4 years ago
.gitattributes required for github/Windows 11 years ago
.gitignore convert spaces to tabs, removed netbeans project files 4 years ago
INSTALL.txt remove invalid call to composer 4 years ago
README.md added link to the issue tracker to the README 3 years ago

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.