|
| 1 | +<!-- |
| 2 | + - SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors |
| 3 | + - SPDX-License-Identifier: AGPL-3.0-or-later |
| 4 | +--> |
| 5 | +# 1.12.1 - 18 Feb 2025 |
| 6 | + |
| 7 | +- Fix UI |
| 8 | + |
| 9 | +# 1.12.0 - 20 Aug 2024 |
| 10 | + |
| 11 | +- Support for Nextcloud 30 |
| 12 | + |
| 13 | +# 1.11.0 - 07 Mar 2024 |
| 14 | + |
| 15 | +- Support Nextcloud 29 |
| 16 | +- Migrated to vite |
| 17 | + |
| 18 | +# 1.10.0 - 19 Dec 2023 |
| 19 | + |
| 20 | +Compatibility with Nextcloud 28 |
| 21 | + |
| 22 | +# 1.9.0 - 15 May 2023 |
| 23 | + |
| 24 | +Compatibility with Nextcloud 27 |
| 25 | + |
| 26 | +# 1.8.0 - 20 Apr 2023 |
| 27 | + |
| 28 | +- Nextcloud 26 support |
| 29 | + |
| 30 | +# 1.7.0 - 02 Nov 2022 |
| 31 | + |
| 32 | +* Nextcloud 25 support |
| 33 | +* Use LDAP passwd exop to set password of new users nextcloud/ldap_write_support#503 |
| 34 | +* Modernize javascript code nextcloud/ldap_write_support#519 |
| 35 | +* supply uri to ldap_connect nextcloud/ldap_write_support#524 |
| 36 | +* PHP 8.1 support nextcloud/ldap_write_support#517 |
| 37 | + |
| 38 | +# 1.6.0 - 02 Nov 2022 |
| 39 | + |
| 40 | +* Nextcloud 24 support |
| 41 | +* Modernize javascript code [#520](https://github.com/nextcloud/ldap_write_support/issues/520) |
| 42 | +* supply uri to ldap_connect [#525](https://github.com/nextcloud/ldap_write_support/issues/525) |
| 43 | +* PHP 8.1 support [#518](https://github.com/nextcloud/ldap_write_support/issues/518) |
| 44 | + |
| 45 | +# 1.4.0 - 15 Jul 2021 |
| 46 | + |
| 47 | +https://github.com/nextcloud-releases/ldap_write_support/releases/tag/v1.4.0 |
| 48 | + |
| 49 | +# 1.3.0 - 29 Jan 2021 |
| 50 | + |
| 51 | +* Nextcloud 21 support |
| 52 | + |
| 53 | +# 1.2.1 - 29 Jan 2021 |
| 54 | + |
| 55 | +* dependency updates |
| 56 | + |
| 57 | +# 1.2.0 - 13 Nov 2020 |
| 58 | + |
| 59 | +* [ldap_write_support#144](https://github.com/nextcloud/ldap_write_support/pull/144) Fix account creation with the registration app |
| 60 | +* [ldap_write_support#146](https://github.com/nextcloud/ldap_write_support/pull/146) Fix new account template |
| 61 | +* [ldap_write_support#165](https://github.com/nextcloud/ldap_write_support/pull/165) Update tests and bump max version |
| 62 | +* [ldap_write_support#178](https://github.com/nextcloud/ldap_write_support/pull/178) Do not use custom DI object names for user_ldap |
| 63 | +* [ldap_write_support#189](https://github.com/nextcloud/ldap_write_support/pull/189) Update LDAPUserManager.php error in split with ':' |
| 64 | +* [ldap_write_support#190](https://github.com/nextcloud/ldap_write_support/pull/190) Do not trigger loading of user_ldap if it is alreay loaded |
| 65 | +* [ldap_write_support#205](https://github.com/nextcloud/ldap_write_support/pull/205) Implements ibootstrap and cleans up code |
| 66 | +* [ldap_write_support#234](https://github.com/nextcloud/ldap_write_support/pull/234) Works around calling occ issue on integration tests by relying on APi |
| 67 | +* depndency updates |
| 68 | + |
| 69 | +# 1.1.0 - 17 Jan 2020 |
| 70 | + |
| 71 | +## Added |
| 72 | + |
| 73 | +* Nextcloud 18 compatibility |
| 74 | + |
| 75 | +## Changed |
| 76 | + |
| 77 | +* ensure app is instantiated just once [#72](https://github.com/nextcloud/ldap_write_support/issues/72) |
| 78 | +* updated dependencies |
| 79 | + |
| 80 | +# 1.0.2 - 19 Jul 2019 |
| 81 | + |
| 82 | +## Added |
| 83 | + |
| 84 | +* use password exop (for NC 16) when it makes sense [#27](https://github.com/nextcloud/ldap_write_support/issues/27) |
| 85 | + |
| 86 | +## Fixed |
| 87 | + |
| 88 | +* does not execute any group actions when they are disabled by backend [#28](https://github.com/nextcloud/ldap_write_support/issues/28) |
| 89 | + |
| 90 | +# 1.0.1 - 28 Jun 2019 |
| 91 | + |
| 92 | +## Fixes |
| 93 | + |
| 94 | +* do not log success as error, fixes [#3](https://github.com/nextcloud/ldap_write_support/issues/3) |
| 95 | +* clear error message when acting admin is not from LDAP despite requirement |
| 96 | +* fallback to the general base if user or group base was not set. Fixes [#4](https://github.com/nextcloud/ldap_write_support/issues/4) |
| 97 | + |
| 98 | +# 1.0.0 - 27 Jun 2019 |
| 99 | + |
| 100 | +* Initial release |
0 commit comments