Public domain federated communications server. Provides a feature rich ActivityPub and Nomad communication node.
Find a file
2018-08-22 23:15:44 -07:00
.homeinstall Update README.md 2018-06-14 04:33:34 +02:00
.openshift Updated Hubzilla on OpenShift deploy script to include unofficial repos by appending the 'insecure' argument 2016-04-19 19:23:40 +02:00
app add affinity app and start some serious refactoring of mod_photos 2018-08-16 23:01:31 -07:00
doc be very precise about what a url looks like 2018-06-30 15:47:06 -07:00
images updates 2018-07-19 22:15:50 -07:00
include For Osada, move activitypub into core. 2018-08-22 23:04:37 -07:00
install Merge branch 'red' 2018-08-20 22:24:44 -07:00
library minor oauth2 updates - renamed zot webbie to 'webfinger' and zothash to 'portable_id', fixed/simplified cgi auth mode 2018-08-13 17:24:48 -07:00
tests fix permission role test 2018-04-23 10:03:39 +02:00
util Merge branch 'red' into red_merge 2018-07-30 18:22:25 -07:00
vendor update composer autoload cache 2018-07-18 11:52:42 +02:00
view fix profile like images and remove export button 2018-08-21 23:42:51 -07:00
Zotlabs missing include 2018-08-22 23:15:44 -07:00
.gitattributes Required for github/Windows 2012-06-14 18:39:48 +10:00
.gitignore .htignore update 2017-11-06 21:55:36 -08:00
.htaccess try that patch again 2016-02-08 14:19:49 -08:00
.travis.yml 👷Extend Travis, add PostgreSQL10. 2018-03-17 23:27:56 +01:00
boot.php product name 2018-08-22 17:53:17 -07:00
CHANGELOG update changelog 2018-07-21 22:01:59 +02:00
composer.json Update github.com git repo URLs with framagit.org URLs 2018-06-08 05:37:23 -04:00
composer.lock ⬆️ Update libraries. 2018-05-09 21:07:25 +02:00
DEVELOPERS developer certificate of origin 2017-11-04 18:15:55 -07:00
index.php more work associated with DBA and index.php shuffle 2016-05-24 17:54:45 -07:00
LICENSE annual license update 2018-01-22 20:59:33 -08:00
README.md implement Activity::store 2018-08-19 18:38:18 -07:00

OSADA

Osada is a social networking app and gateway which allows communication between the Zot/6 protocol/network to the ActivityPub protocol/network using the LAMP web stack.

Zot/6 protocol documentation is located here:

https://macgirvin.com/wiki/mike/Zot%2BVI/Home

ActivityPub and many other protocols do not work well with Zot or Zot/6 because they do not understand the concept of nomadic identity. Osada provides a gateway between these services to smooth out the differences. It is ultimately designed to bridge ActivityPub with Zap, which is a pure Zot/6 social network application.

Osada is based on Zap which is based on Red, which in turn is based on Hubzilla. It is otherwise unrelated to those projects and the software has a completely different scope and purpose.

20-August-2018

Most of the basic functionality is now present and working. This is still "use at your own risk", but it shouldn't burn down the house.

If you encounter issues, fix them and submit a pull request.

Pull requests which add unnecessary features will be ignored. These should be implemented using apps and/or addons.

The database configuration is not yet "stable". You probably do not want to install this as a production service at this time, and please do not use this software for storing any critical information which is not backed up elsewhere.