Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Releases: maidsafe-archive/safe_examples

SAFE Mail Tutorial & Web Hosting Manager - Test 17

13 Jul 22:19

Choose a tag to compare

Change Log:

  • SAFE Mail Tutorial updated to be compatible with authenticator
  • Web Hosting Manager example added
  • SAFE MAIL can support multiple email ids
  • Compatible for Test 17

Known Limitation:

  • Public Ids created via examples are not exchangeable between the apps.
    • This is the error reported with the Access Denied / Requested Entry not found error. This issue is related to the permissions of the service/mail mutable data. The root folder with the default folders are designed for easier sharing and collaboration between apps. Applications can request access to these while the authenticator manages the app access levels. In case of the public IDs, the public ID is added as a key into the _publicNames container. A corresponding MutableData is created by the app and the permissions for the same is set by the app. This MutableData is then added as the value to the public ID entry. Now when the second app tries to add a service to the MutableData created by the first app, it doesnt have the permissions to do so as this was not created by the authenticator. We’re currently discussing a few approaches to resolve this and also confirm if the paradigm we’ve got is what we need or potentially allow the authenticator to manage the public identities itself.

SHA-256

Web Hosting Manager

Linux
01BA2C9326FFBF6865D61DF7431893ABA9ADDD841B94821EC47ECCC205ECA6A9

OS X
F4BAEDD449DEDBF9B323CC93963E7996542624B69E6D90F59E087DD2292F0637

Win
035DBC692DE741849008B378E195FFD703FE59CE3121548F61F26F062A4247D5
SAFE Mail Tutorial

Linux
394E4C220F8FE4ACE8A84860B1100FF5DA28E00DAB2244DC1D85D7BA4D5543D9

OS X
00D3428E1EE0381E2EEA37707CF90395551AD6C0C54771016FECC1DFDEFCBC8D

Win
D0CA70D039532827FCF2D5F8A17330CB9C19C1BB9953CA939AACAAB513EA1DD2

Web Hosting Manager v0.1.0 Mock Version

08 Jun 18:47

Choose a tag to compare

Pre-release

This release is for Web Hosting Manager built with mock routing.

Compatible with Safe Browser v0.2.1

SHA-256

Linux
24BA5DFA2F02E3E658F32FD68C8C094125862A8F2D06210FE6937369D8A37F94

OS X
BC94AED3420A565BD2545C5ACF8463E17CEB9420545B2BEDA16AA84AE3C20C88

Win
13BF913F54962D403A4214976107BDA8FE1815AA135450DB867D9725B60C761C

Demo App v0.6.2

16 Nov 13:38

Choose a tag to compare

Demo App v0.6.2 Pre-release
Pre-release

Change Log

  • Fixed displaying service list if service home directory is not found

Comments Plugin - v0.1.1, v0.2.1

15 Nov 19:47

Choose a tag to compare

Pre-release

Change log

  • Compatibility with safe_browser v0.4.0-5 and above

Website Permanent Comments Plugin - v0.2.1
Website Editable Comments Plugin - v0.1.1

editable_comments_plugin.zip Sample website showcasing the editable comments plugin.
permanent_comments_plugin.zip Sample website showcasing the non-editable comments plugin.

Mail Tutorial v0.1.2 & Comment Tutorial samples

18 Oct 18:14

Choose a tag to compare

SAFE Mail Tutorial - v0.1.2

  • API compatibility with launcher v0.9.2

Website Permanent Comments Plugin - v0.2.0
Website Editable Comments Plugin - v0.1.0

editable_comments_plugin.zip Sample website showcasing the editable comments plugin.
permanent_comments_plugin.zip Sample website showcasing the non-editable comments plugin.

Demo App v0.6.1 & Mail Tutorial v0.1.1

04 Oct 19:00

Choose a tag to compare

Pre-release

Changes

SAFE Demo App - v0.6.1

  • Reverse DNS specifier updated in package.json
  • Updated service links on UI to safe:// scheme

SAFE Mail Tutorial - v0.1.1

  • API compatibility with launcher v0.9.1

Website Comments Plugin - v0.1.0

  • sample_blog.zip Sample website showcasing the comments plugin.

SAFE Mail Tutorial v0.1.0

16 Sep 17:20

Choose a tag to compare

Pre-release

Compatible with safe-launcher v0.9.0

SAFE Demo App binaries can be used from v0.6.0

SAFE Demo App v0.6.0 - Alpha 1

12 Aug 14:36

Choose a tag to compare

Pre-release

A demo application that facilitates some of the initial key features exposed by the SAFE Network, such as: the creation of public IDs, the storage of both private and public data and the creation of SAFE websites.

Alpha Release Page

Download Instructions:

  • OSX or Windows
    • Please use the attached installers.
  • Linux Debian
wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key|sudo apt-key add -
sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list
sudo apt-get update
sudo apt-get install safe-demo-app

How do I run the binary?
On Debian, the binary is called safe_demo_app. If you type safe-demo-app, it currently doesn't do anything. We will try to fix this in the next release. See this forum post for more details.

  • Linux RPM
curl -O http://yum.maidsafe.net/repos/maidsafe.yum.gpg.key
sudo rpm --import maidsafe.yum.gpg.key
sudo curl -o /etc/yum.repos.d/maidsafe.repo http://yum.maidsafe.net/repos/maidsafe.repo
sudo yum update
sudo yum install safe_demo_app
  • Linux Other
    • Please use the attached binary tarballs based on system arch.

Launcher Demo App v0.5.1

28 Jul 15:50

Choose a tag to compare

Pre-release

Changes

  • bugfix: Close application on authorisation failure

Compatible with Launcher v0.7.1

Limitation in this version:
Cannot create public folder inside manage website section.

Launcher Demo App v0.5.0

27 Jul 19:50

Choose a tag to compare

Pre-release

Changes

  • New UI workflow integration
    • Separation of website and network data management
  • Ability to cancel uploads
  • Show file count status while uploading folders
  • Open the download folder instead of opening the downloaded file
  • Initial root folder creation failure recovery
  • Show initial authorisation stages on loading
  • Ability to remap service home directory
  • Option to delete a service
  • Various bug fixes and UX updates