-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Store invite fix #169
Merged
Merged
🐛 Store invite fix #169
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fixes base64Encode call error
c045070
to
92fcc18
Compare
92fcc18
to
a29d071
Compare
rezk2ll
added a commit
that referenced
this pull request
Feb 10, 2025
* 🐛 fix: update the invitation API id-server call payload * 🚨 chore: lint * 🐛 fix: the lookup API handler timing out * 🐛 fix: the store-invite API handler * 🐛 fix: the getKeys method * ✨ feat: added buildUrl helper to matrix-identity-server * 🏷️ chore: add matrix_server to matrix-id-server types * 🐛 fix: tweetnacl-util import fixes base64Encode call error * 🎨 feat: add express.json and express.urlencoded middlewares * 🧪 chore: add json and urlencoded support to test * 🎨 chore: refactor decode json util * 🥅 chore: handle empty body * 🧪 chore: update test * 🐛 chore: better log errors * 🧪 chore: update tests * 🚨 chore: lint * 🧪 chore: update tests
rezk2ll
added a commit
that referenced
this pull request
Feb 11, 2025
* 🐛 Store invite fix (#169) * 🐛 fix: update the invitation API id-server call payload * 🚨 chore: lint * 🐛 fix: the lookup API handler timing out * 🐛 fix: the store-invite API handler * 🐛 fix: the getKeys method * ✨ feat: added buildUrl helper to matrix-identity-server * 🏷️ chore: add matrix_server to matrix-id-server types * 🐛 fix: tweetnacl-util import fixes base64Encode call error * 🎨 feat: add express.json and express.urlencoded middlewares * 🧪 chore: add json and urlencoded support to test * 🎨 chore: refactor decode json util * 🥅 chore: handle empty body * 🧪 chore: update test * 🐛 chore: better log errors * 🧪 chore: update tests * 🚨 chore: lint * 🧪 chore: update tests * ✨ SMS service (#172) * ✨ feat: added SMS service * 🏷️ chore: added sms service related types * 🔧 chore: fetch SMS service config from env vars * 🎨 chore: use SMS service in sore-invite API * 📄 chore: add 3pid SMS invitation template * 🔧 chore: added chat_url config * 🧑💻 chore: fix buildUrl util * 🎨 chore: update invitation process add invitation link to store-invite API * 🐛 chore: update SMS service * 🧪 chore: add SMS Service API test * 🧪 chore: fix missing config in terms tests * 🧪 chore: add store-invite tests * 🚨 chore: lint * 🧪 chore: fix decode json content unit test * 🎨 chore: revert jsondecode changes * 🧪 chore: revert id server test * 🧪 chore: fix missing done in tests * 🧪 chore: fix invitation test * 🐛 fix: use correct medium address for phone * 🧪 chore: fix broken skipped tests * 🧪 chore: fix additional features skipped tests * 🧪 chore: update test default config * 🐛 fix: sms service constructor preventing server init * 🐛 fix: sms service tests * 🧪 chore: update test config files * 🐛 chore: fix skipped unit tests * ⚡️ chore: init SMS service when in case of msisdn * 🧪 chore: fix tom server skipped tests --------- Co-authored-by: Khaled Ferjani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.