Public domain federated communications server. Provides a feature rich ActivityPub and Nomad communication node.
Find a file
2019-01-21 15:06:21 -08: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 add "smoothed" koala artwork and change affinitiy slider background colour to match conversations 2019-01-21 15:06:21 -08:00
include more work on cross-protocol follows with multiple xchans/hublocs 2019-01-20 21:41:19 -08:00
install store item_level to avoid a lot of recursion during rendering 2019-01-14 14:47:05 -08: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 updates 2019-01-18 13:04:05 -08:00
vendor add league/flysystem 2018-10-31 09:27:49 +11:00
view add "smoothed" koala artwork and change affinitiy slider background colour to match conversations 2019-01-21 15:06:21 -08:00
Zotlabs provide tracking for errant double json encoding on zot6 transmissions (infrequent) 2019-01-20 19:37:39 -08: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 rev update 2019-01-18 13:18:47 -08:00
CHANGELOG compatibility fix for prismo 'Page' types and fix from upstream for scaled images 2018-11-01 16:53:45 -07:00
composer.json Make composer.json valid again 2018-11-30 12:10:38 +01: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 config updates 2018-11-20 19:15:15 -08:00
LICENSE license update 2018-09-05 16:53:32 -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.