Releases: kamax-matrix/mxisd
Releases · kamax-matrix/mxisd
v0.8.2
Bug fixes
- Fix regression when doing Authentication with REST Identity Store (a0f8af8).
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.8.2 (Repo) |
v0.8.1
If you plan on using Riot-web v0.14, update ASAP!
Features
- [ALPHA] Profile endpoint interception to add extra info, like 3PIDs (a962712).
- [ALPHA] Support for the Groups feature of mxgwd (a962712).
Changes
- In-Memory Identity store
- Support for Directory feature (48668bc).
- 3PID can now be added to identities (ac6f549).
- DNS overwrite now enforces configuration of each hostname that could be proxy, instead of falling back to some default, to avoid request loops (0268894).
Bug fixes
- Wordpress now correctly handles invalid characters in Matrix IDs (91ccb75).
- Support access tokens in headers when proxying requests (#65).
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.8.1 (Repo) |
v0.8.0
Features
- Native Wordpress support as an Identity store (#67) - See the documentation.
- Federation: The new
Status check
endpoint will be used to validate the presence of an Identity server. (10f9126)
Changes
- Federation: No traffic will be seen until a DNS SRV record is present (explicit opt-in), whereas before dummy calls were attempted on domains. (10f9126)
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.8.0 (Repo) |
v0.7.0
Features
- Advanced authentication: Login with your 3PID (email, phone) using your Identity stores even if the account doesn't exist in synapse yet! - See the documentation (#60)
- NetIQ eDirectory is now supported - use
netiq
instead of ldap
for your ldap config (#61)
- Allow invite resolution to not be recursive (#63) - See the documentation
Changes
- Several documentation and configuration examples improvements
Bug fixes:
- Email validation process doesn't fail even if the email was validated (#42)
- REST Identity store is now properly used if enabled on Directory searches (#48)
- Phone number is properly shown when adding one to the user profile instead of
undefined
(cb3130d)
- Respect session policy configuration when validating phone numbers (ea08a80)
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.7.0 (Repo) |
v0.6.1
Changes
- Docker image doesn't involve complicated steps on first setup.
Only one environment variable needs to be passed now! (7fff244, 6a5a4b3)
baseDn
in LDAP connection config is now mandatory (16690a0)
Bug fixes:
- Notifications: properly select the default notification handler, instead of SendGrid (Issue #37, commit a1adca7)
- LDAP: Use Global/Identity filter when performing 3PID lookups (6571ff7)
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.6.1-1-g6a5a4b3 (Repo) |
v0.6.0
Features
- Synapse SQL: full support for Directory and Identity. As before, no support for authentication as done directly by Synapse (e916ecd)
- Directory queries: new configuration option to enable/disable HS results (83fafdc)
Changes
- Various documentation improvements
Bug fixes:
- LDAP: Handle multi-values attributes (aaa742f)
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.6.0 (Repo) |
v0.5.0
Features
- LDAP: 3PID profile auto-fill during authentication now supported! (only display name before)
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.5.0 (Repo) |
v0.4.2
Changes
- Make it clear the built-in configuration file should not be used as a base template for regular config (7e92bfa)
- Various error handling and user feedback improvements (3b697e8)
Bug fixes:
- Handle 3PID session next url edge case (0e48edf)
- Correctly handle homeservers not implementing the Directory search endpoint, like old synapse versions (b4f0645)
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.4.2 (Repo) |
v0.4.1
Bug fixes:
- Properly redirect when initiating a remote 3PID session (ac1cbc4)
- Do not fail when creating a remote 3PID session for other things than phone number (851e0c9)
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.4.1 (Repo) |
v0.4.0
Features
- Directory integration: when searching for users (e.g. inviting to a room), get suggestions from your Identity store as you type! This complements the Identity flows to bring a fully integrated experience!
More details in the documentation
Changes
- Many configuration items have been moved to accomodate for the new Directory Integration feature. Make sure to review the Configuration document or the default settings.
Bug fixes
- Email invites could fail with a "Not supported" error, fixed in c702a34
- Recursive/Federation lookups could fail or create recursive loops, fixed in 3954be2
Installers/Packages
Platform |
Type |
Command/Link |
Debian |
Package |
Download |
Docker |
Image |
docker pull kamax/mxisd:0.4.0 (Repo) |