From 3629ec085cfe8432da482b6d4c237003a37a07d2 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Mon, 3 Feb 2020 05:27:19 +0100 Subject: [PATCH 1/9] Upgrade OnionShare as top 1 file sharing option, demote Firefox Send to 2nd and add warning about logging Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index 460ec305..beba2aeb 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -1,16 +1,5 @@

File Sharing

-{% include cardv2.html -title="Firefox Send" -image="/assets/img/svg/3rd-party/firefox_send.svg" -website="https://send.firefox.com/" -description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether you would like to add a password for an extra layer of security." -forum="https://forum.privacytools.io/t/discussion-firefox-send/755" -github="https://github.com/mozilla/send" -web="https://send.firefox.com/" -googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend" -%} - {% include cardv2.html title="OnionShare" image="/assets/img/svg/3rd-party/onionshare.svg" @@ -26,6 +15,18 @@ freebsd="https://www.freshports.org/www/onionshare/" openbsd="http://openports.se/net/onionshare" %} +{% include cardv2.html +title="Firefox Send" +image="/assets/img/svg/3rd-party/firefox_send.svg" +labels="warning:Warning: IP addresses are retained in logs for 90 days." +description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether you would like to add a password for an extra layer of security." +website="https://send.firefox.com/" +forum="https://forum.privacytools.io/t/discussion-firefox-send/755" +github="https://github.com/mozilla/send" +web="https://send.firefox.com/" +googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend" +%} + {% include cardv2.html title="Magic Wormhole" image="/assets/img/png/3rd-party/magic_wormhole.png" -- 2.49.0 From 73919d5e161d62c8e86b352674f911d8bcbb9f6a Mon Sep 17 00:00:00 2001 From: Stephen L Date: Mon, 3 Feb 2020 05:32:29 +0100 Subject: [PATCH 2/9] OnionShare has a receiver option, so the other party can send files too Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index beba2aeb..995152c4 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -5,7 +5,7 @@ title="OnionShare" image="/assets/img/svg/3rd-party/onionshare.svg" website="https://onionshare.org/" tor="http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion/" -description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL for you to share so that the recipients can access and download the files." +description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL for you to share so that the recipients can access and download or send the files." forum="https://forum.privacytools.io/t/discussion-onionshare/754" github="https://github.com/micahflee/onionshare" windows="https://onionshare.org/#downloads" -- 2.49.0 From 5856bfb4ccade7f1df6018ef59eed16c1295586b Mon Sep 17 00:00:00 2001 From: Stephen L Date: Wed, 5 Feb 2020 03:26:35 +0100 Subject: [PATCH 3/9] Move Firefox Send back as first entry after discussion Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index 995152c4..de849c38 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -1,5 +1,17 @@

File Sharing

+{% include cardv2.html +title="Firefox Send" +image="/assets/img/svg/3rd-party/firefox_send.svg" +labels="warning:Warning: IP addresses are retained in logs for 90 days." +description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether you would like to add a password for an extra layer of security." +website="https://send.firefox.com/" +forum="https://forum.privacytools.io/t/discussion-firefox-send/755" +github="https://github.com/mozilla/send" +web="https://send.firefox.com/" +googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend" +%} + {% include cardv2.html title="OnionShare" image="/assets/img/svg/3rd-party/onionshare.svg" @@ -15,18 +27,6 @@ freebsd="https://www.freshports.org/www/onionshare/" openbsd="http://openports.se/net/onionshare" %} -{% include cardv2.html -title="Firefox Send" -image="/assets/img/svg/3rd-party/firefox_send.svg" -labels="warning:Warning: IP addresses are retained in logs for 90 days." -description="Firefox Send uses end-to-end encryption to keep your data secure from the moment you share to the moment your file is opened. It also offers security controls that you can set. You can choose when your file link expires, the number of downloads, and whether you would like to add a password for an extra layer of security." -website="https://send.firefox.com/" -forum="https://forum.privacytools.io/t/discussion-firefox-send/755" -github="https://github.com/mozilla/send" -web="https://send.firefox.com/" -googleplay="https://play.google.com/store/apps/details?id=org.mozilla.firefoxsend" -%} - {% include cardv2.html title="Magic Wormhole" image="/assets/img/png/3rd-party/magic_wormhole.png" -- 2.49.0 From 47729ddf3fe9b7ea1f592de1faf186b69ca485ce Mon Sep 17 00:00:00 2001 From: Stephen L Date: Wed, 5 Feb 2020 03:34:48 +0100 Subject: [PATCH 4/9] add FramaDrop Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index de849c38..a627f1e5 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -45,6 +45,7 @@ netbsd="https://pypi.org/project/magic-wormhole/"

Worth Mentioning

    +
  • FramaDrop - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by LuFi.
  • croc - Easily and securely send things from one computer to another.
  • FreedomBox - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or Jabber server, to a wiki, or VPN.
-- 2.49.0 From 75f9b3e894267bab93d9033d94bb80fc50a05826 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Wed, 5 Feb 2020 03:35:33 +0100 Subject: [PATCH 5/9] extend croc description (main advantage is that there is no dependencies, receiver can simply open the binary and type the passphrase) Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index a627f1e5..0f4a0101 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -46,6 +46,6 @@ netbsd="https://pypi.org/project/magic-wormhole/"
  • FramaDrop - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by LuFi.
  • -
  • croc - Easily and securely send things from one computer to another.
  • +
  • croc - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.
  • FreedomBox - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or Jabber server, to a wiki, or VPN.
-- 2.49.0 From ed3828e56ec1c5a7cd6c9db49de9fa306457d12d Mon Sep 17 00:00:00 2001 From: Stephen L Date: Wed, 5 Feb 2020 03:40:29 +0100 Subject: [PATCH 6/9] add warning for FramaDrop Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index 0f4a0101..6919fe6e 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -45,7 +45,7 @@ netbsd="https://pypi.org/project/magic-wormhole/"

Worth Mentioning

    -
  • FramaDrop - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by LuFi.
  • +
  • FramaDrop - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by LuFi.
  • croc - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.
  • FreedomBox - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or Jabber server, to a wiki, or VPN.
-- 2.49.0 From ff4ca240dbdd525d122e92125277cbeb84d60f81 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Sat, 8 Feb 2020 07:05:09 +0100 Subject: [PATCH 7/9] OnionShare simplify description Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index 6919fe6e..7e5da233 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -17,7 +17,7 @@ title="OnionShare" image="/assets/img/svg/3rd-party/onionshare.svg" website="https://onionshare.org/" tor="http://lldan5gahapx5k7iafb3s4ikijc4ni7gx5iywdflkba5y2ezyg6sjgyd.onion/" -description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable URL for you to share so that the recipients can access and download or send the files." +description="OnionShare is an open-source tool that lets you securely and anonymously share a file of any size. It works by starting a web server accessible as a Tor onion service, with an unguessable URL that you can share with the recipients to download or send files." forum="https://forum.privacytools.io/t/discussion-onionshare/754" github="https://github.com/micahflee/onionshare" windows="https://onionshare.org/#downloads" -- 2.49.0 From 7fd8ddda20ea6b517e0d1f9e0a8e3f3095000b14 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Sat, 8 Feb 2020 07:06:28 +0100 Subject: [PATCH 8/9] FreedomBox XMPP server (instead of Jabber), fixes #1692 Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index 7e5da233..b0af3049 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -47,5 +47,5 @@ netbsd="https://pypi.org/project/magic-wormhole/"
  • FramaDrop - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by LuFi.
  • croc - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.
  • -
  • FreedomBox - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or Jabber server, to a wiki, or VPN.
  • +
  • FreedomBox - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or XMPP server, to a wiki, or VPN.
-- 2.49.0 From 7f5277defc0a881397be87c84b099ad21f5a2ce0 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Fri, 14 Feb 2020 19:50:55 +0100 Subject: [PATCH 9/9] replace PTIO link with external source Signed-off-by: Stephen L. --- _includes/sections/file-sharing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sections/file-sharing.html b/_includes/sections/file-sharing.html index b0af3049..4b1fb749 100644 --- a/_includes/sections/file-sharing.html +++ b/_includes/sections/file-sharing.html @@ -45,7 +45,7 @@ netbsd="https://pypi.org/project/magic-wormhole/"

Worth Mentioning

    -
  • FramaDrop - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by LuFi.
  • +
  • FramaDrop - Stores a file of any size for 24h. Data is end-to-end encrypted from your browser, powered by LuFi.
  • croc - Easily and securely send arbitrary-sized files from one computer to another. Similar to Magic Wormhole but without dependencies.
  • FreedomBox - Designed to be your own inexpensive server at home. It runs free software and offers an increasing number of services ranging from a calendar or XMPP server, to a wiki, or VPN.
-- 2.49.0