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 год назад
Robert Pintilii
7a9f51b01b
ref(TS) Convert some features to TS (#12546)
3 лет назад
Hristo Terezov
ae5723406d
fix(iAmRecorder): middleware bug
3 лет назад
abora8x8
74d7e4fde7
fix(jaas) log settings error
4 лет назад
Avram Tudor
49a73ac446
fix(jaas) do not redirect to plan limit page on auth errors (#9746)
4 лет назад
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 лет назад
Tudor-Ovidiu Avram
0ab905bf75
code review
4 лет назад
Tudor-Ovidiu Avram
5a3607f63f
fix*(jaas) redirect to plan limit page on connection failed
4 лет назад
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 лет назад