Skip to content

Latest commit

 

History

History
85 lines (50 loc) · 2.17 KB

CHANGELOG.rst

File metadata and controls

85 lines (50 loc) · 2.17 KB

Changelog

8.0.3

[BUGFIX] Set restrictfe cookie only for backend user authorisation.

8.0.2

  1. [TASK] Add more info to composer.json
  2. [TASK] Add some badges to README.rst
  3. [TASK] Add styleci / php_cs / scrutinizer configs
  4. [BUGFIX] array_unique($conditionResults) cannot be passed to reset() as the parameter $array expects a reference.
  5. [BUGFIX] The parameter $_params and $pObj is not used and could be removed.
  6. [BUGFIX] Make strict comparision of values.
  7. [TASK] Change exit() with die()
  8. [DOCS] Mods for docs.

8.0.1

  1. [DOCS] Docs update.
  2. [BUGFIX] Bring back 'ip' => '127.0.0.1' as default config.
  3. [CLENAUP] Remove not used use.

8.0.0

  1. [BUGFIX] Store BE_USER just after authorization because later in typo3/sysext/frontend/Classes/Http/RequestHandler.php BE_USER can be unset if he has no access to page tree, but we do not care about acceess to page tree for restrictfe. We only want to know if user logged sucessfully.
  2. [CLEANUP] PSR-2 formatting.
  3. [DOCS] Divide changlog from main README.rst into separate CHANGELOG.rst.
  4. [BUGFIX] Disable php inspecion for $_params in restrictFrontend($_params, &$pObj) - PhpUnusedParameterInspection.
  5. [TASK] Cleanup up on detecting for wrong naming for "exeptions" or "exception".
  6. [TASK][BREAKING] Move config to external class and remove hook to set additional config params as all params can be overwritten by config from $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['restrictfe']
  7. [TASK] Add separate class which hooks into BE login process and stores tx_restrictfe cookie after sucessful BE login. Additionally logout user if "tx_restrictfe_clearbesession" is set for user profile.

7.1.2

  1. Update ext_emconf.php.

7.1.1

  1. Documentation update.

7.1.0

a) Add "requestUri" condition and update documentation for "requestUri" usage. a) Update documentation with info that restrictfe is diabled for local instances.

7.0.1

  1. Update documentation with default settings.

7.0.0

  1. Remove "enable" $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['restrictfe']['enable']
  2. Set 127.0.0.1 as default IP that is allowed to see frontend without authorization.