- Support for Nextcloud 30
- Support Nextcloud 29
- Migrated to vite
Compatibility with Nextcloud 28
Compatibility with Nextcloud 27
- Nextcloud 26 support
- 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
- Nextcloud 24 support
- Modernize javascript code #520
- supply uri to ldap_connect #525
- PHP 8.1 support #518
https://github.com/nextcloud-releases/ldap_write_support/releases/tag/v1.4.0
- Nextcloud 21 support
- dependency updates
- ldap_write_support#144 Fix account creation with the registration app
- ldap_write_support#146 Fix new account template
- ldap_write_support#165 Update tests and bump max version
- ldap_write_support#178 Do not use custom DI object names for user_ldap
- ldap_write_support#189 Update LDAPUserManager.php error in split with ':'
- ldap_write_support#190 Do not trigger loading of user_ldap if it is alreay loaded
- ldap_write_support#205 Implements ibootstrap and cleans up code
- ldap_write_support#234 Works around calling occ issue on integration tests by relying on APi
- depndency updates
- Nextcloud 18 compatibility
- ensure app is instantiated just once #72
- updated dependencies
- use password exop (for NC 16) when it makes sense #27
- does not execute any group actions when they are disabled by backend #28
- 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
- Initial release