Starting from v3.0.0, all notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix out-of-bound array access in IMAP backend #229 @BjoKaSH
- Distinguish wrong credentials from other problems in logging output for IMAP backend #228 @BjoKaSH
- 🐛 FIX: wrong user count #249
- Make compatible with Nextcloud 29 #256
- Fix wrong capitalisation of
WebDavAuth
class name in readme #238 @pierrecorsini - Mark compatible with Nextcloud 28 #241 @Glandos
- Fix IMAP authentication on empty mailboxes #164 @tem-hth
- Trim doesn't accept null anymore #217 @Glandos
- Support for Nextcloud 25 #212 @michael-dev
- Namespace change: ⚠This requires configuration changes to be applied to your config.php.⚠
Specifically theclass
attribute needs to be changed to the full class path starting with\OCA\UserExternal\
and ending with the name of the specific authentication backend you use (e.g. IMAP or FTP). Check the README.md for the concrete value you have to set.
- Support for Nextcloud 23 and 24 #191 @MarBie77
- New CI config (migrate to Github Workflows) #192 @skjnldsv
For versions before 3.0.0 please check the github releases for release notes.