Public domain federated communications server. Provides a feature rich ActivityPub and Nomad communication node.
Find a file
2018-10-20 16:12:35 -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 fix affinity settings, use export var on bbcode destined for ActivityPub recipients to strip out map and embed scripts 2018-10-04 21:16:20 -07:00
doc fixes 2018-09-23 17:03:10 -07:00
images updates 2018-07-19 22:15:50 -07:00
include miscellaneous fixes, unset project icon, onepoll feed failure 2018-10-20 02:03:31 -07:00
install postgres pgrp fix 2018-09-27 17:13:58 -07:00
library disable blueimp test server 2018-10-20 16:12:35 -07:00
tests fix permission role test 2018-04-23 10:03:39 +02:00
util better signature handling 2018-10-09 21:08:57 -07:00
vendor package update 2018-09-20 12:30:39 +10:00
view fix branding in email notifications 2018-10-17 21:11:29 -07:00
Zotlabs wrong verb on announce notifications 2018-10-20 15:12:23 -07:00
.gitattributes Required for github/Windows 2012-06-14 18:39:48 +10:00
.gitignore fix exclusion of redmatrix theme 2018-08-23 20:53:24 -04:00
.htaccess Change main router request variable from 'q' to 'req'. This is necessary to implement search in the twitter api addon, because twitter requires use of the variable 'q'. 2018-08-26 23:35:29 -07:00
.travis.yml 👷Extend Travis, add PostgreSQL10. 2018-03-17 23:27:56 +01:00
boot.php miscellaneous fixes, unset project icon, onepoll feed failure 2018-10-20 02:03:31 -07:00
CHANGELOG update changelog 2018-07-21 22:01:59 +02:00
composer.json package update 2018-09-20 12:30:39 +10:00
composer.lock package update 2018-09-20 12:30:39 +10: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 license update 2018-09-05 16:56:33 -07:00
README.md Update README.md with some indication of how to get started. 2018-10-18 18:30:12 -07:00

ZAP/OSADA

This repository contains the working code for the Zap and Osada social network servers. The type of server you wish to run is chosen during site installation.

Zap

Zap is a full featured social network application running under the Zot6 protocol. It provides enhanced privacy modes and identity/content mirroring across multiple servers ("nomadic identity"). It does not "federate" with non-nomadic servers, protocols, or projects.

Osada

Osada is a full featured social network application running under the ActivityPub protocol. It also communicates with and inter-operates with servers on the Zot6 network (such as Zap). Due to limitations in the ActivityPub protocol, Osada does not offer nomadic identity or enhanced privacy modes.

Installation

Read /install/INSTALL.txt for installation instructions.