Addons for Friendica
Find a file
Philipp Holzer 5f6f432a80
Fix CI / CD woodpecker pipeline
- Combination of `labels` and `matrix`-build is broken
2022-07-17 02:25:04 +02:00
.tx
.woodpecker Fix CI / CD woodpecker pipeline 2022-07-17 02:25:04 +02:00
advancedcontentfilter
birdavatar
blackout Changes: 2022-06-30 13:33:22 +02:00
blockbot Changes: 2022-06-30 13:33:22 +02:00
blockem
buglink
calc
catavatar
convert Changes: 2022-06-24 23:35:20 +02:00
cookienotice [cookienotice] Fix wrong type-hint in hook function cookienotice_page_end 2022-07-03 08:37:53 -04:00
curweather Changes: 2022-06-30 13:33:22 +02:00
diaspora
discourse
dwpost
forumdirectory
fromapp
geocoordinates Changes: 2022-06-30 13:33:22 +02:00
geonames
gnot
googlemaps
gravatar Changes: 2022-06-30 13:33:22 +02:00
group_text
highlightjs
ifttt
ijpost
impressum Changes: 2022-06-30 13:33:22 +02:00
infiniteimprobabilitydrive
irc Changes: 2022-06-30 13:33:22 +02:00
js_upload Wrong type-hint, fixes #11731 2022-07-13 20:48:32 +02:00
keycloakpassword Changes: 2022-06-30 13:33:22 +02:00
krynn
langfilter
ldapauth
leistungsschutzrecht
libertree
libravatar Changes: 2022-06-30 13:33:22 +02:00
ljpost
mailstream Changes: 2022-06-30 13:33:22 +02:00
markdown
mastodoncustomemojis
mathjax Changes: 2022-06-30 13:33:22 +02:00
membersince
morechoice
morepokes
namethingy
newmemberwidget Changes: 2022-06-30 13:33:22 +02:00
nitter Changes: 2022-06-30 13:33:22 +02:00
nominatim Changes: 2022-06-30 13:33:22 +02:00
notifyall Changes: 2022-06-30 13:33:22 +02:00
notimeline/templates
nsfw
numfriends
openstreetmap Changes: 2022-06-30 13:33:22 +02:00
opmlexport
pageheader Changes: 2022-06-30 13:33:22 +02:00
phpmailer
piwik Changes: 2022-06-30 13:33:22 +02:00
planets
public_server Changes: 2022-06-30 13:33:22 +02:00
pumpio [various] Remove unused uid parameter in Item::newURI 2022-07-09 15:51:41 -04:00
qcomment 2nd parameter is not a body 2022-06-30 17:44:07 +02:00
randplace
rendertime Changes: 2022-06-30 13:33:22 +02:00
s3_storage
saml Changes: 2022-06-30 13:33:22 +02:00
securemail
showmore
showmore_dyn Changes: 2022-06-30 13:33:22 +02:00
smiley_pack
smileybutton
smilies_adult
startpage
statusnet [various] Remove unused uid parameter in Item::newURI 2022-07-09 15:51:41 -04:00
superblock
testdrive
tictac
tumblr Changes: 2022-06-30 13:33:22 +02:00
twitter [twitter] Valid post body can be empty 2022-07-09 17:40:56 -04:00
unicode_smilies
viewsrc Changes: 2022-06-30 13:33:22 +02:00
webdav_storage
webrtc Changes: 2022-06-30 13:33:22 +02:00
windowsphonepush
wppost
.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.