Addons for Friendica
Find a file
Hypolite Petovan 217643f67d [advancedcontentfilter] Clear rule cache anytime rules are changed in the database
- This was preventing updated rules from being applied immediately as the cached rules were still in effect
2021-08-16 06:10:34 -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
blogger
buffer
buglink
calc
catavatar
convert
cookienotice
curweather
diaspora
discourse
dwpost
forumdirectory
fromapp
geocoordinates
geonames
gnot
googlemaps
gravatar
group_text
highlightjs
ifttt Merge pull request #1152 from annando/app-user 2021-08-09 17:00:24 -04:00
ijpost
impressum
infiniteimprobabilitydrive
irc IRC addon: the mini-Howto link can be used via https 2021-08-11 16:14:06 +02:00
jappixmini "getUserNickname" is now "getLoggedInUserNickname" 2021-08-09 19:49:06 +00:00
js_upload
keycloakpassword
krynn
langfilter Merge pull request #1152 from annando/app-user 2021-08-09 17:00:24 -04:00
ldapauth
leistungsschutzrecht
libertree
libravatar
ljpost
mailstream
markdown
mastodoncustomemojis
mathjax
membersince
morechoice
morepokes
namethingy
newmemberwidget
nitter
nominatim
notifyall
notimeline
nsfw
numfriends
openstreetmap
opmlexport Remove the use of app function 2021-08-08 17:10:04 +00:00
pageheader
phpmailer
piwik
planets
public_server
pumpio
qcomment
randplace
remote_permissions
rendertime Rednertime: "Parser" is now "session" 2021-07-27 13:57:36 +00:00
saml
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 Remove the use of app function 2021-08-08 17:10:04 +00:00
superblock
testdrive
tictac
tumblr
twitter Merge pull request #1152 from annando/app-user 2021-08-09 17:00:24 -04:00
unicode_smilies
viewsrc
webrtc
widgets
windowsphonepush Replaced direct calls to App->user 2021-08-08 11:17:08 +00:00
wppost
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.