Skip to content

Releases: Netcentric/accesscontroltool

v2.0.5

25 Jan 19:19

Choose a tag to compare

  • For for loops over content, the full content structure under jcr:content can now be loaded #225

Also see https://github.com/Netcentric/accesscontroltool/issues?q=milestone:2.0.5 for a full list of changes

The released packages is available via maven central:
accesscontroltool-package-2.0.5
accesscontroltool-oakindex-package-2.0.5
accesscontroltool-exampleconfig-package-2.0.5

v2.04

22 Dec 21:49

Choose a tag to compare

  • It is now possible to specify encrypted passwords #251
  • The logging of the install hook has been improved #249

Also see https://github.com/Netcentric/accesscontroltool/issues?q=milestone:2.0.4

The released packages is available via maven central:
accesscontroltool-package-2.0.4
accesscontroltool-oakindex-package-2.0.4
accesscontroltool-exampleconfig-package-2.0.4

v2.0.3

24 Nov 15:51

Choose a tag to compare

  • It is now possible to unmanage ACEs for certain content areas for a particular group, see #212
  • Relationship handling to external groups has been improved/clarified #236

Also other improvements have been made, see milestone for the full list of changes: https://github.com/Netcentric/accesscontroltool/issues?q=milestone:2.0.3

The released packages is available via maven central:
accesscontroltool-package-2.0.3
accesscontroltool-oakindex-package-2.0.3
accesscontroltool-exampleconfig-package-2.0.3

v2.0.2

18 Oct 16:02

Choose a tag to compare

The release 2.0.2 is a bugfix release, see the milestone for a full list of changes: https://github.com/Netcentric/accesscontroltool/issues?q=milestone:2.0.2

The released packages is available via maven central:
accesscontroltool-package-2.0.2
accesscontroltool-oakindex-package-2.0.2
accesscontroltool-exampleconfig-package-2.0.2

v2.0.1

06 Jul 04:18

Choose a tag to compare

The release 2.0.1 is a bugfix release (most notably #198 and #199) and includes a little enhancement (#195, it is possible to set the property disabled on user entries: Configuration.md#configuration-of-users
See the milestone for a full list of changes: https://github.com/Netcentric/accesscontroltool/issues?q=milestone:2.0.1

The released packages is available via maven central:
accesscontroltool-package-2.0.1
accesscontroltool-oakindex-package-2.0.1
accesscontroltool-exampleconfig-package-2.0.1

v2.0.0

12 May 11:32

Choose a tag to compare

We are pleased to announce version 2.0.0 with the following new features and improvements:

  • AEM 6.3 compatibility (system user actool-service is now used to apply the configuration)
    • CQ 5.6.1 and AEM 6.0 compatibility has been dropped
  • ACLs in content are now updated incrementally #155
    • 50% performance gain on execution time (particularly noticeable on large instances)
    • "Feels safer" as changes are only applied if necessary (verbose log clearly states what has been applied). See e.g. #126 for this
  • New API package biz.netcentric.cq.tools.actool.api for programmatic calls to AC Tool
    • use of semantic versioning and cleaned up interfaces
    • it is now possible to explicitly provide a configuration root path #156
    • old services (in particular biz.netcentric.cq.tools.actool.aceservice.AceService) are still available but are deprecated
  • Repository level ACLs are now supported #137
  • Generally the AC Tool now uses exactly one session per update and the rollback mechanism has been removed #179 (instead of two sessions, one for authorizables and one for ACLs, this is not necessary with 6.x versions of AEM)

... and further bug fixes, full list of changes: https://github.com/Netcentric/accesscontroltool/issues?q=milestone:2.0.0

The released packages is available via maven central:
accesscontroltool-package-2.0.0
accesscontroltool-oakindex-package-2.0.0
accesscontroltool-exampleconfig-package-2.0.0

v1.9.6

03 Apr 22:33

Choose a tag to compare

New Feature: #168 Allow members usage to point to users/groups outside of configuration
... and further bug fixes, full list of changes: https://github.com/Netcentric/accesscontroltool/issues?q=milestone:1.9.6

The released packages is available via maven central:
accesscontroltool-package-1.9.6
accesscontroltool-oakindex-package-1.9.6
accesscontroltool-exampleconfig-package-1.9.6

v1.9.5

21 Mar 16:41

Choose a tag to compare

v1.9.4

10 Mar 16:56

Choose a tag to compare

Release to fix performance problem as described in #161

... and further bug fixes, full list of changes: https://github.com/Netcentric/accesscontroltool/issues?q=milestone:1.9.4

The released packages is available via maven central:
accesscontroltool-package-1.9.4
accesscontroltool-oakindex-package-1.9.4
accesscontroltool-exampleconfig-package-1.9.4

v1.9.3

08 Mar 21:28

Choose a tag to compare

  • #140 It is now possible to specify an externalId for external IDP providers (LDAP being the typical example). This has become necessary because since oak 1.4.7 the external authentication provider ignores pre-created groups that do not have the correct externalId property set, see comment in OAK-4397 for further explanations and Configuration of Groups for documentation
  • #153 To avoid duplication in yaml files it is now possible to set variables in yaml files (after FOR and IF we now have DEF)

... and further bug fixes, full list of changes: https://github.com/Netcentric/accesscontroltool/issues?q=milestone:1.9.3

The released packages is available via maven central:
accesscontroltool-package-1.9.3
accesscontroltool-oakindex-package-1.9.3
accesscontroltool-exampleconfig-package-1.9.3