Public domain federated communications server. Provides a feature rich ActivityPub and Nomad communication node.
Find a file
2018-10-30 21:28:51 -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 strings 2018-10-23 15:36:48 -07:00
include fixes from upstream 2018-10-30 21:28:51 -07:00
install postgres pgrp fix 2018-09-27 17:13:58 -07:00
library mv blueimp library to composer, remove duplicate copy in library 2018-10-23 11:00:33 +11:00
tests fixes from upstream 2018-10-30 21:28:51 -07:00
util strings 2018-10-23 15:36:48 -07:00
vendor add league/flysystem 2018-10-31 09:27:49 +11:00
view superblock leaking through enotify::format 2018-10-25 22:12:47 -07:00
Zotlabs updates from upstream 2018-10-30 15:42:52 -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 updates from upstream 2018-10-30 15:42:52 -07:00
composer.lock add league/flysystem 2018-10-31 09:27:49 +11: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 2018-10-22 20:21:34 -07:00

ZAP/OSADA

This repository contains the working code for the Zap and Osada social network servers. These are two completely different projects with different features and capabilities. They share a common code repository for maintenance purposes.
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.