From 5c0ef950cc2d4b8db0aeca30cbf546a26863abc2 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 17 Nov 2016 05:23:51 -0800 Subject: Minor Change: add Guest Access Token permission option. --- doc/permissions.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/permissions.bb b/doc/permissions.bb index 0721c763d..64690d608 100644 --- a/doc/permissions.bb +++ b/doc/permissions.bb @@ -32,6 +32,8 @@ We highly recommend that you use the "typical social network" settings when you [*= Anybody authenticated ] This is similar to "anybody in this network" except that it can include anybody who can authenticate by any means - and therefore [i]may[/i] include visitors from other networks. + [*=Guest Access Token] This allows you to share a file, folder, photo, album, or channel with a specific person or group of people. They don't need to be Hubzilla members. You can set an expiration for the Access Token. + [*= Anybody on the internet ] Completely public. This permission will be approved for anybody at all. [/dl] [*= The individual permissions are:] -- cgit v1.2.3 From 9de15616a532d750bdbaf33a33cbad364f9b9137 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 17 Nov 2016 05:42:45 -0800 Subject: Added observer.webname --- doc/bbcode.html | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/bbcode.html b/doc/bbcode.html index 7a2c969eb..36f40d3f4 100644 --- a/doc/bbcode.html +++ b/doc/bbcode.html @@ -78,6 +78,7 @@ or

[dl terms="b"]
[*= First element term] First element descript
  • [observer.baseurl] website of observer
  • [observer.url] channel URL of observer
  • [observer.name] name of observer
  • +
  • [observer.webname] short name in the url of the observer
  • [observer.address] address (zot-id) of observer
  • [observer.photo] profile photo of observer
  • -- cgit v1.2.3 From 6f45fb6e14c50e7054a02d71d835258fb175f1bf Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 17 Nov 2016 05:57:09 -0800 Subject: added Guest Access Token --- doc/features.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/features.bb b/doc/features.bb index 3daf403c3..578af6050 100644 --- a/doc/features.bb +++ b/doc/features.bb @@ -134,6 +134,7 @@ The options are: - Anybody on this website. - Anybody in this network. - Anybody authenticated. + - Specific people you provide a Guest Access Token to in order to access a specific item. - Anybody on the Internet. -- cgit v1.2.3 From 4d12af8396b95e50e253fd077c996349da9d64f4 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 17 Nov 2016 06:01:40 -0800 Subject: added member OpenID member URL --- doc/addons.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/addons.bb b/doc/addons.bb index 9927a2956..6fa9510f5 100644 --- a/doc/addons.bb +++ b/doc/addons.bb @@ -49,7 +49,7 @@ [*] nsabait - add random terrorism related hashtags to your posts [*] nsfw - Highly recommended plugin to collpase posts with inappropriate content [*] openclipatar - choose a profile photo from hundreds of royalty free images -[*] openid - OpenID authentication and OpenID server +[*] openid - OpenID authentication and OpenID server. Your OpenID URL is [observer.baseurl]/id/[observer.webname] [*] openstreetmap - render locations and maps using OpenStreetMap [*] pageheader - display text at the top of every page on the site [*] phpmailer - alternate mail delivery system with more configurability -- cgit v1.2.3