Skip to content

Releases: Unikka/login-as

v1.2.0

25 Feb 21:21
Compare
Choose a tag to compare

1.2.0 (2021-02-25)

Build

  • Add public JS assets and the .cache folder to git ignore (9da6929)
  • Adding prettier as dependency (7ca36a2)

Fix

  • Make the package work with neos 5.3 (b7fc59d)
  • Prevent ReadableStream as endpoint response (f67614f)
  • Prevent usage in teh media module and history module (73578b6)

New

  • Add new localisations (f1b7c53)
  • Add parcel bundler for assets (414ff66)
  • Implement backend action to impersonate users (95668ca)
  • Implement basic javascript component for the user module (1abe72f)
  • Implement user restore and add button to the user module (c52447f)
  • Override Neos.Neos Layout to generally add javascript sources (7104628)

Update

  • Adds neos 4.3 to supported versions (d6a6f8c)

v1.1.0

28 Oct 13:17
Compare
Choose a tag to compare

1.1.0 (2020-10-28)

New

  • Ignore some file on export (d197af6)

v1.0.2

05 Aug 17:08
Compare
Choose a tag to compare

1.0.2 (2020-08-05)

Fix

  • Prevent redirect when still in impersonate mode (407fbbe)

v1.0.1

04 Jun 14:11
Compare
Choose a tag to compare

1.0.1 (2020-06-04)

Fix

  • Redirect to configured action (b96c86b)

v1.0.0

04 Jun 13:30
Compare
Choose a tag to compare

1.0.0 (2020-06-04)

Build

  • Remove yarn build command from circleCI (67f98e4)

Chore

  • Optimize redirect option handling (7cde234)

Docs

  • Adding example config for redirect options (83f8484)

FEATURE

  • Adding policies for the impersonate and restore action (2d76ae3)
  • Implement Impersonate Service with controller (b111fa5)
  • Initial commit with package skeleton (2c7bc5d)

Upgrade

  • Upgrade dependencies for sematic release and commitizen (26d92d0)