* fix the webapp blocking account name if exists in anohter SP
* hard reload when changing SP
* password settings enhance special chars
---------
Co-authored-by: eglehelms <e.helms@cognigy.com>
* feat: custom Vendor
* feat: custom Vendor
* fix: application with custom tts/stt vendor
* fix custom speech name when editing
* fix: all comments
* fix: remove custom in the list and show extra (custom)
* fix: prettier and application sythesizer selector
* fix: addd VITE_DISABLE_CUSTOM_SPEECH
---------
Co-authored-by: Quan HL <quanluuhoang8@gmail.com>
* feat: add app_json to application
* fix: review comment
* fix: review comment
* fix: review comment
* textarea for initial json in applications form
* check/uncheck overide app_json will not erase app_json, update faile still have app_json
---------
Co-authored-by: Quan HL <quanluuhoang8@gmail.com>
Co-authored-by: Dave Horton <daveh@beachdognet.com>
* fix bug where you could not delete carriers and speech
* remove activeSP from localstore after delete
---------
Co-authored-by: EgleHelms <e.helms@cognigy.com>
* Improving naming consistency
* direct routing is a voice term
* fix more inconsistencies
* explicitly disable autocomplete
Co-authored-by: EgleHelms <e.helms@cognigy.com>
* fix issue where is_active user & force_change cannot be deactivated
* fix API keys not visible for SP users
Co-authored-by: EgleHelms <e.helms@cognigy.com>
* date fix for alerts and recent calls
* add a check for value to exist
* getRecentCalls with sip_callid
Co-authored-by: EgleHelms <e.helms@cognigy.com>
* limitations to carriers and speech
* post speech to a different path if scoped user
* add filtering to speech creds
* check reroute when logging in
* faulty checks
* fix access conditionals
* add restrictions to applications and accounts
* apply 1st review comments
* fix routing
* apply review comments
* discussed changes
* useScopedRedirect
* Refactor how we manage scope for navi (#163)
* fix user name
* Fix useScopedRedirect hook (#164)
* Fix useScopedRedirect hook
* Refactor user UI
* Move user-me to own directory
* add scope limits to routes
* scope optional limits
* cleanup
* apply review comments
* Refactor conditional apiUrl logic -- add apiPath to deps in useApiData hook (#168)
* apply review comments - accountFilter remove from AccountScoped Views
* remove account filtering as it is done on back-end now
* Cleanup some things
* Clean up some scope things
* Implement account user PUT method for carriers
* filterScopeOptions accorfing to user scope
Co-authored-by: eglehelms <e.helms@cognigy.com>
Co-authored-by: Brandon Lee Kitajchuk <bk@kitajchuk.com>
Co-authored-by: Dave Horton <daveh@beachdognet.com>
* add optional account limits with env var
* add env sample and comment
* fix typo in selecti selection of unit
* apply review comments
Co-authored-by: eglehelms <e.helms@cognigy.com>
* add gateways api call to hook
* add route to carrier template
* apply review comments
* omit request.body if no payload is provided
* remove ternary where not needed
* fix typing of payload
* fix payload type to allow undefined
Co-authored-by: eglehelms <e.helms@cognigy.com>