Releases: linagora/ToM-server
Releases · linagora/ToM-server
Release v2025-04-14
📦 Release Notes
✨ Features
- Account Deletion API implemented by @rezk2ll in #204
- Improved Invitation Link Generation by @rezk2ll in #220
- Invitation Deletion API by @rezk2ll in #221
- Indicate Matrix User who accepted the invitation by @rezk2ll in #225
🐛 Bug Fixes
- Fixed Account Deletion API bugs by @rezk2ll in #205
- Fixed Account Deletion Service Test by @rezk2ll in #207
- Improved Invitation API reliability by @rezk2ll in #214
- Fixed LDAPTS ESM Import Issue by @rezk2ll in #217
- Set correct Matrix room preset (
trusted_private_chat
) when creating rooms by @rezk2ll in #228
🎨 Refactors & Improvements
- Refactored QR Code API to use token utils service by @rezk2ll in #206
- Added Alternative Invitation API implementation by @rezk2ll in #208
- Improved Invitation Process by @rezk2ll in #210, #212, and #219
- Enhanced Invitation Link Generation logic by @rezk2ll in #218
- Improved Invitation Expiration Handling by @rezk2ll in #222
- Updated Invitation Delivery Workflow by @rezk2ll in #215
🛠 DevOps & Tooling
- Added PostgreSQL + LDAP setup to Docker Compose by @pm-McFly in #197
- Replaced ldapjs with ldapts by @guimard in #116
- Upgraded Frontend Apps (Matrix invite, Landing page) by @rezk2ll in #216
- Updated nx.json for new NX org with free caching by @ericlinagora in #211
- Upgraded Lerna by @guimard in #67
🔧 Dependency Updates
- Bumped
tj-actions/changed-files
fromv41
tov46
in GitHub Actions workflows by @dependabot in #213 - Upgraded Vite:
📝 Documentation
New Contributors
- @ericlinagora made their first contribution in #211
Full Changelog: v2025-03-03...v2025-04-18
Release v2025-03-03
Release v2025-02-24
What's Changed
- ✨ invitation API by @rezk2ll in #157
- ✨ integrate invitation API by @rezk2ll in #159
- 🐛 fix validator CJS import error by @rezk2ll in #161
- 🐛 use bodyparser for invitation API by @rezk2ll in #162
- 🧪 improve tests by @rezk2ll in #163
- 🐛 fixed missing protocol while calling room creation API by @rezk2ll in #164
- 🐛 fix room creation while inviting 3pid by @rezk2ll in #165
- 🐛 fix invitation API expiration timestamp creation by @rezk2ll in #166
- 🐛 Invitation generated url fix by @rezk2ll in #167
- 🎨 Matrix identity server integration by @rezk2ll in #168
- 🐛 better parse remote client address by @rezk2ll in #170
- Fix matrix authentication by @guimard in #175
- Federation now in compose by @pm-McFly in #176
- Missing unit tests by @pm-McFly in #177
- 🧪 fix skipped unit tests by @rezk2ll in #179
- ✨ implement longterm keypairs creation in database by @rezk2ll in #182
- 🎨 use long term keypairs in invitation token creation by @rezk2ll in #184
- ✨implement 3pid binding invite hook ( #158 ) by @rezk2ll in #187
- 🎨 improvements by @rezk2ll in #189
- 🔧 update federated server default config by @rezk2ll in #188
Full Changelog: v2024-12-12...v2025-02-24
Release v2024-12-12
v2025-01-09-rc
Release v2024-10-10
Full ID service
- finalize full implementation of Matrix Identity Service API
- add storage to share phone addressbook search from phone to web
- publish docker for ARM also