Hristo Terezov
2514617417
fix: Make all middleware functions sync.
Some middleware functions are declared as async. This wraps next(action) in Promise which will delay the execution of actions and also dispatch will return the its result always as a Promise.
1 year ago
Robert Pintilii
7a9f51b01b
ref(TS) Convert some features to TS (#12546)
3 years ago
Hristo Terezov
ae5723406d
fix(iAmRecorder): middleware bug
3 years ago
abora8x8
74d7e4fde7
fix(jaas) log settings error
4 years ago
Avram Tudor
49a73ac446
fix(jaas) do not redirect to plan limit page on auth errors (#9746)
4 years ago
robertpin
4276f82c03
feat(billing-counter) Removed iframe billing-counter callbacks (#9537)
* Removed iframe billing-counter callbacks
* Moved remaining items to jaas
* Fixed import path
* Removed billingCounter condition
* Use getvpaasTenant in middleware
* Removed billingId
* Path fix
* Removed jwt from isVpaasMeeting
* Fix isVpaas
4 years ago
Tudor-Ovidiu Avram
0ab905bf75
code review
4 years ago
Tudor-Ovidiu Avram
5a3607f63f
fix*(jaas) redirect to plan limit page on connection failed
4 years ago
Avram Tudor
ea56010e09
feat(jaas) display messages about features that are disabled for jaas… (#9448)
* feat(jaas) display messages about features that are disabled for jaas users
* code review
4 years ago