2017 © Pedro Peláez
 

typo3-flow-plugin sharepreview

Adds the possibility to have preview links that can be sent to users without a backend user

image

onedrop/sharepreview

Adds the possibility to have preview links that can be sent to users without a backend user

  • Tuesday, August 30, 2016
  • by onedrop
  • Repository
  • 3 Watchers
  • 6 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Onedrop.SharePreview

This Neos plugin brings you secure preview links to any workspace without the need to have a backend login., (*1)

You're doing changes that should not be published yet, but you need to show them to somebody, just use this plugin and send him the secure preview link., (*2)

Installation

  • Install the package to Packages/Plugin/Onedrop.SharePreview (e.g. via composer require onedrop/sharepreview)
  • Add a secure token per workspace in your settings (see "Configure Tokens")
  • Apply patch if necessary (see "Patching")

Patching

If you're prior to Neos 3.0 (probably), you will need to patch the Neos package in order for this to work.
https://github.com/neos/neos-development-collection/pull/682/files is the necessary change that has already been merged into the master branch of Neos and will most likely be released with Version 3.0., (*3)

In the meantime you can use the TYPO3.Neos.diff file in this package to patch your Neos package with e.g. Beard or manually., (*4)

Configure Tokens

If you want to enable preview, add a token for the workspace to your global settings.yaml, (*5)

TYPO3:
  Flow:
    security:
      authentication:
        providers:
          PreviewProvider:
            providerOptions:
              workspaceTokens:
                'user-demo': 'JHlChmbwBbkhwcMbS'

Just copy the link of the page you're currently viewing when you're logged in to the workspace you're currently modifying e.g. http://neos.dev/en/features@user-demo;language=en_US.html and append the token to that URL: http://neos.dev/en/features@user-demo;language=en_US.html?token=JHlChmbwBbkhwcMbS.
You can send this link to anybody and he can preview the changes in your workspace., (*6)

The Versions

30/08 2016

dev-master

9999999-dev

Adds the possibility to have preview links that can be sent to users without a backend user

  Sources   Download

MIT

The Requires

 

30/08 2016

1.0.1

1.0.1.0

Adds the possibility to have preview links that can be sent to users without a backend user

  Sources   Download

MIT

The Requires

 

30/08 2016

1.0.0

1.0.0.0

Adds the possibility to have preview links that can be sent to users without a backend user

  Sources   Download

The Requires

 

29/08 2016

0.1.0

0.1.0.0

Adds the possibility to have preview links that can be sent to users without a backend user

  Sources   Download

The Requires