c30ac30f29
* Possible fix for #5470: - $data is not an object like stdClass but an array - newer PHP versions doesn't allow cross-access like following: $object['foo'] = 123; $array->foo = 123; - added type-hints for private methods for above cases - used `if (empty($foo)) instead of just `if ($foo)` preventing some nasty E_NOTICE - added some empty lines for better readability * Rewrite: - mixture of object/array was here, causing under newer PHP versions some E_NOTICE - this has been now finally fixed by converting any `object` type to an associative `array` - also changed `is_object()` to `is_array()` |
||
---|---|---|
.github | ||
.tx | ||
bin | ||
config | ||
doc | ||
images | ||
include | ||
library | ||
mod | ||
mods | ||
spec | ||
src | ||
tests | ||
util | ||
view | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.htaccess-dist | ||
.travis.yml | ||
boot.php | ||
build.xml | ||
CHANGELOG | ||
composer.json | ||
composer.lock | ||
database.sql | ||
docblox.dist.xml | ||
friendica_test_data.sql | ||
index.php | ||
INSTALL.txt | ||
LICENSE | ||
phpunit.xml | ||
README.md | ||
README.translate.md | ||
ruleset.xml | ||
testargs.php | ||
update.php | ||
Vagrantfile | ||
VERSION |
Friendica Social Communications Server
Welcome to the free social web.
Friendica is a decentralised communications platform that integrates social communication. Our platform links to independent social projects and corporate services.
Our mission is to free friends, family and colleagues from data-harvesting corporations; we aim for social communication to be free and open, while flowing between any provider as easily as email does.
Friendica connects you effortlessly to a federated communications network of several thousand servers, with more than half a million user registrations. You can directly connect to anyone on Friendica, Mastodon, Diaspora, GnuSocial, Pleroma, or Hubzilla, regardless where each user profile is hosted.
With Friendica, you can also fully interact with anyone on Twitter, post on Facebook and receive any content on Tumblr, Wordpress or RSS. Friendica allows you to integrate most things on the web via a range of addons such as ITTT, Buffer; you will be able to easily control your own data as you decide.
Join today and get your Friendica profile!