-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* π 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]>
- Loading branch information
Showing
31 changed files
with
765 additions
and
234 deletions.
There are no files selected for viewing
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
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
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
10 changes: 10 additions & 0 deletions
10
packages/federated-identity-service/templates/3pidSmsInvitation.tpl
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Hi, | ||
|
||
__inviter__ has invited you to join Twake Chat, a secure and decentralized communication platform. | ||
|
||
Get started here: __invitation_link__ | ||
|
||
Weβre excited to have you join us! | ||
|
||
Best regards, | ||
Twake Chat |
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
10 changes: 10 additions & 0 deletions
10
packages/matrix-client-server/templates/3pidSmsInvitation.tpl
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Hi, | ||
|
||
__inviter__ has invited you to join Twake Chat, a secure and decentralized communication platform. | ||
|
||
Get started here: __invitation_link__ | ||
|
||
Weβre excited to have you join us! | ||
|
||
Best regards, | ||
Twake Chat |
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
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
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
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
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
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
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
Oops, something went wrong.