Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

92 lines (56 loc) · 3.02 KB

1.12.0 - 20 Aug 2024

  • Support for Nextcloud 30

1.11.0 - 07 Mar 2024

  • Support Nextcloud 29
  • Migrated to vite

1.10.0 - 19 Dec 2023

Compatibility with Nextcloud 28

1.9.0 - 15 May 2023

Compatibility with Nextcloud 27

1.8.0 - 20 Apr 2023

  • Nextcloud 26 support

1.7.0 - 02 Nov 2022

  • Nextcloud 25 support
  • Use LDAP passwd exop to set password of new users #503
  • Modernize javascript code #519
  • supply uri to ldap_connect #524
  • PHP 8.1 support #517

1.6.0 - 02 Nov 2022

  • Nextcloud 24 support
  • Modernize javascript code #520
  • supply uri to ldap_connect #525
  • PHP 8.1 support #518

1.4.0 - 15 Jul 2021

https://github.com/nextcloud-releases/ldap_write_support/releases/tag/v1.4.0

1.3.0 - 29 Jan 2021

  • Nextcloud 21 support

1.2.1 - 29 Jan 2021

  • dependency updates

1.2.0 - 13 Nov 2020

1.1.0 - 17 Jan 2020

Added

  • Nextcloud 18 compatibility

Changed

  • ensure app is instantiated just once #72
  • updated dependencies

1.0.2 - 19 Jul 2019

Added

  • use password exop (for NC 16) when it makes sense #27

Fixed

  • does not execute any group actions when they are disabled by backend #28

1.0.1 - 28 Jun 2019

Fixes

  • do not log success as error, fixes #3
  • clear error message when acting admin is not from LDAP despite requirement
  • fallback to the general base if user or group base was not set. Fixes #4

1.0.0 - 27 Jun 2019

  • Initial release