Skip to content

Latest commit

 

History

History
156 lines (97 loc) · 6.02 KB

CHANGELOG.md

File metadata and controls

156 lines (97 loc) · 6.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Unreleased - xxxx-xx-xx

0.6.0 - 2023-12-14

Added

  • #238 - feature:remove enable only for specific groups

Fixed

  • #236 - fix: group admins can impersonate again

0.5.3 - 2023-07-27

Changed

  • #231 - [full-ci] Adjust for Symfony5
  • Minimum core version 10.11, minimum php version 7.4
  • Dependencies updated

0.5.2 - 2022-09-19

Added

  • #202 - Restrict impersonation to users allowed to use the app

Fixed

  • #207 - Fix impersonate include groups list
  • #208 - Allow impersonation if the target is in at least one of the allowed groups
  • #209 - Adjust doc link
  • #210 - If Impersonate gets configured, you cant get back to state "unconfigured" (default)
  • Library updates

0.5.1 - 2022-01-14

Fixed

  • Fix encryption issues after the impersonator logs out - #189

0.5.0 - 2019-03-05

Added

  • Add option for all group admins to impersonate their group members - #134

0.4.0 - 2018-12-07

Changed

  • Set max version to 10 because core platform is switching to Semver

0.3.0 - 2018-11-08

Added

  • PHP 7.2 support - #115
  • Added Symfony event for impersonate action - #109

Changed

  • Set max version to 10.1 because core is switching to semver - #105

Fixes

  • Fix impersonate icon not displaying in some scenarios - #114
  • Don't break when a non-existing group is mentionned in the config - #119

0.2.0 - 2018-04-17

Changed

  • Group admins can only impersonate members of the same group #99

0.1.2 - 2017-12-07

Changed

  • Moved impersonate Settings into User Authentication Section in Admin Panel #54
  • View default app when impersonating a user #88
  • Use precompiled handlebars for frontend templates #42
  • Use core hooks for logout of impersonated users #68

Fixed

  • Impersonate not working with 10.0.4 #80

0.1.1 - 2017-11-13

Changed

  • Replace Phony target all with dist in Makefile - #65
  • Change screenshot, fix indentation in app info - #61

Fixed

  • Prevent further level impersonation - #63
  • Clear session when impersonation does not happen - #62
  • Restrict impersonate to admin user from subadmin user - #49
  • Minor code cleanup - #46

[0.1.0] - 2017-05-31

Added

  • Add screenshot file - #40
  • Changing the order of signing the app - #39
  • Make logged in message permanent in users page - #34
  • Make loglevel messages from warning to info - #31
  • Makefile for impersonate app. - #28
  • User who hasn't logged in yet cannot be impersonated - #27
  • Upgrading the version from 0.0.5 to 0.1.0 - #26
  • Improve impersonate app with changes - #16

Changed

  • Rename subadmins to Group admins - #33
  • Move location of keys to $(HOME)/.owncloud/certificates - #30
  • Adjust travis PHP versions - #19

Fixed

  • Fix the user page issue - #35
  • This commit fixes the issues below: - #24

Old Log

Added

owncloud-impersonate (0.0.3)

  • use eventdispatcher for js injection to users page, requires oc9

owncloud-impersonate (0.0.2)

  • add action to userlist instead of input field in admin settings

owncloud-impersonate (0.0.1)

  • First release