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.
- Use PSR Logger Interface (#79)
- Compatibility up to NC31
- Support SAML Logins (#77) - shout out to @elainabialkowski
- Compatibility up to Nextcloud 30, drop versions 22-25
- Compatibility with Nextcloud 28 #71
- Compatibility with Nextcloud 27 #67
- Fix admin settings display issue in NC25 and Firefox #65
- Update path in admin settings #62
- Refactor hooks to be non-exclusive and separate the "creation" from the "modification" hook #57
- Delay JS initialization in the admin settings to make sure that OC.Settings is defined before the script is executed
- Add "creation only" mode which allows to opt-out of group membership enforcement on subsequent user modifications
- Update translations and ensure compatibility with latest Nextcloud versions
- Move to UserLoggedInEvent for login checks, enabling compatibility with SAML login #42
- Translation Updates
- Updated documentation
- Broken release 1.0.1 which could not be installed #26
- Documentation update to point out differences to similar apps
- Translation Updates
- Auto Groups
- Override Groups
- Remove users from Auto Groups when added to Override Group
- Login Hook
- Community Translations
- Automated Tests