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
Hypolite Petovan f2772b87c0
[advancedcontentfilter] Update HTTPException handling
3 years ago
.tx Updated transifex config 4 years ago
advancedcontentfilter [advancedcontentfilter] Update HTTPException handling 3 years ago
blackout Remove unneeded Config namespace usages 3 years ago
blockbot Remove unneeded Config namespace usages 3 years ago
blockem enotify: empty out fields instead of using "abort" for addons 3 years ago
blogger cleanup namespace usages for L10n 3 years ago
buffer Remove unneeded Config namespace usages 3 years ago
buglink [various] Add rel="noopener noreferrer" to all target="_blank" links 3 years ago
calc [various] Replace remaining $a->page by DI::page() 3 years ago
catavatar Remove unneeded Config namespace usages 3 years ago
convert Replace deprecated Addon::*registerHook by Hook::*register 5 years ago
cookienotice Remove unneeded Config namespace usages 3 years ago
curweather Remove unneeded Config namespace usages 3 years ago
diaspora cleanup namespace usages for L10n 3 years ago
discourse cleanup namespace usages for L10n 3 years ago
dwpost cleanup namespace usages for L10n 3 years ago
forumdirectory Merge pull request #957 from MrPetovan/task/4090-move-profile_photo-to-src 3 years ago
fromapp cleanup namespace usages for L10n 3 years ago
geocoordinates Remove unneeded Config namespace usages 3 years ago
geonames Remove unneeded Config namespace usages 3 years ago
gnot Move Notify::TYPE_COMMENT 3 years ago
googlemaps Replace deprecated Addon::*registerHook by Hook::*register 5 years ago
gravatar Remove unneeded Config namespace usages 3 years ago
group_text cleanup namespace usages for L10n 3 years ago
highlightjs Remove deprecated App::registerStylesheet()/FooterScript() - replace with DI::page()->registerStylesheet()/FooterScript() 3 years ago
ifttt cleanup namespace usages for L10n 3 years ago
ijpost cleanup namespace usages for L10n 3 years ago
impressum Remove unneeded Config namespace usages 3 years ago
infiniteimprobabilitydrive cleanup namespace usages for L10n 3 years ago
irc irc addon update the FR translation THX ButterflyOfFire 3 years ago
jappixmini Remove unneeded Config namespace usages 3 years ago
js_upload JS_Upload addon FR translation update THX ButterflyOfFire 3 years ago
krynn cleanup namespace usages for L10n 3 years ago
langfilter [langfilter] Add default values to form parameters 3 years ago
ldapauth Remove unneeded Config namespace usages 3 years ago
leistungsschutzrecht Remove unneeded Config namespace usages 3 years ago
libertree cleanup namespace usages for L10n 3 years ago
libravatar Remove unneeded Config namespace usages 3 years ago
ljpost cleanup namespace usages for L10n 3 years ago
mahjongg Update obsolete App::getBaseUrl calls to DI::baseUrl 3 years ago
mailstream Remove unneeded Config namespace usages 3 years ago
markdown cleanup namespace usages for L10n 3 years ago
mastodoncustomemojis Remove unneeded Config namespace usages 3 years ago
mathjax cleanup namespace usages for L10n 3 years ago
membersince cleanup namespace usages for L10n 3 years ago
morechoice [morechoice] Deprecate addon 3 years ago
morepokes cleanup namespace usages for L10n 3 years ago
namethingy Update obsolete App::getBaseUrl calls to DI::baseUrl 3 years ago
newmemberwidget Remove unneeded Config namespace usages 3 years ago
notifyall Add license info at Friendica classes 3 years ago
notimeline cleanup namespace usages for L10n 3 years ago
nsfw cleanup namespace usages for L10n 3 years ago
numfriends cleanup namespace usages for L10n 3 years ago
openstreetmap [various] Add rel="noopener noreferrer" to all target="_blank" links 3 years ago
pageheader Remove unneeded Config namespace usages 3 years ago
phpmailer Fix composer 3 years ago
piwik Remove unneeded Config namespace usages 3 years ago
planets cleanup namespace usages for L10n 3 years ago
public_server Changes to be committed: 3 years ago
pumpio Remove unneeded Config namespace usages 3 years ago
qcomment cleanup namespace usages for L10n 3 years ago
randplace cleanup namespace usages for L10n 3 years ago
remote_permissions Remove unneeded Config namespace usages 3 years ago
rendertime cleanup namespace usages for L10n 3 years ago
securemail Add license info at Friendica classes 3 years ago
showmore Showmore: Ignore addon for screen readers 3 years ago
smiley_pack Update obsolete App::getBaseUrl calls to DI::baseUrl 3 years ago
smileybutton IT smiley button 3 years ago
smilies_adult Update obsolete App::getBaseUrl calls to DI::baseUrl 3 years ago
sniper Update obsolete App::getBaseUrl calls to DI::baseUrl 3 years ago
startpage cleanup namespace usages for L10n 3 years ago
statusnet Remove unneeded Config namespace usages 3 years ago
superblock superblock addon FR translation update THX ButterflyOfFire 3 years ago
testdrive Move Notify::TYPE_SYSTEM 3 years ago
tictac TicToc addon FR translation update THX ButterflyOfFire 3 years ago
tumblr Remove unneeded Config namespace usages 3 years ago
twitter Twitter: Fetch the contact relation 3 years ago
unicode_smilies Update unicode_smilies.php 3 years ago
viewsrc cleanup namespace usages for L10n 3 years ago
webrtc Remove unneeded Config namespace usages 3 years ago
widgets Merge pull request #962 from MrPetovan/task/8318-widget_like-dislike-config 3 years ago
windowsphonepush cleanup namespace usages for L10n 3 years ago
wppost cleanup namespace usages for L10n 3 years ago
xmpp Remove unneeded Config namespace usages 3 years 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 i believe this is a typo 4 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.

You can find more addons in the Friendica Addon listing in cases the addon developers have choosen not to include them here.

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.