Commit Graph

159 Commits

Author SHA1 Message Date
kitajchuk
b1a9a77dd1 refined method for applications index 2022-08-17 07:38:59 -07:00
khang
b5e536e975 delete more condition 2022-08-16 15:38:00 -04:00
khang
6cc44ecae0 changes to sync 2022-08-16 14:09:02 -04:00
khang
2571bd50b5 strip some comments 2022-08-16 08:05:39 -04:00
khang
b5aedd6f75 Fix the duplicated name logic 2022-08-16 08:05:39 -04:00
khang
3a3e083de5 perfectly working application page 2022-08-16 08:05:37 -04:00
khang
e117bc624a resolve conflict and update, still barely working 2022-08-16 08:05:15 -04:00
khang
144d8b839d Adding barely working Application page (#70) 2022-08-16 08:03:57 -04:00
kitajchuk
97065c8fd3 more robust account-filter props 2022-08-15 19:47:11 -07:00
kitajchuk
a446908db0 adding focused styles for account-filter 2022-08-15 19:20:31 -07:00
Brandon Lee Kitajchuk
9f53927d19 Adding generic account filter component (#82) 2022-08-15 19:12:49 -07:00
Brandon Lee Kitajchuk
ddc3404d5d Refresh tweaks (#80)
* add alerts to mock api dev server

add webhook methods types

fix focus for file upload

update contrib readme

blob fetching

rest props spread for file-upload

* multi element fieldset structure, unique basic auth field names for accounts form

* Fix and simplify webhook state setting

* some ad-hoc cleanup for temp work
2022-08-15 14:09:35 -07:00
Brandon Lee Kitajchuk
cb48fb3bb7 wrappers for fetch transport -- any method (#78) 2022-08-12 08:33:07 -07:00
kitajchuk
b3ea391e96 update pr-checks wildcard 2022-08-12 08:30:14 -07:00
kitajchuk
97bf6d6270 file upload component 2022-08-12 07:45:58 -07:00
kitajchuk
d10a64cc0a some house cleaning 2022-08-11 08:07:41 -07:00
kitajchuk
7c65484a50 jambonz webapp refresh
initial scaffold

switch to preact/compat

add feather icons dep

jambonz-ui, index.html

stub auth and store

readme tweaks

alias preact in vite config

more readme tweaks

Update README.md

lots of things

login flow...

add notes on apis by route

lots of work...

readmes

constants

Update login.tsx

Update index.ts

Update index.ts

Update create-password.tsx

Update actions.ts

Update index.tsx

Update index.tsx

Update actions.ts

Update index.ts

react version for eslint

some refactor and cleanup

Update api.ts

Update create-password.tsx

fetch transport wrapper

api util

toast time -- oops

msg constants

img path for docs/readmes

global dispatch, generic actions etc...

unreachable and stuff

properly wrap require-auth routes

support promise chain and async/await for api fetch transport

initial responsive navi menu

Update navi-data.ts

Update navi.tsx

Update styles.scss

Rename navi-data.ts to navi-items.ts

Update navi.tsx

Update index.ts

Update layout.tsx

Update index.ts

Update layout.tsx

Update index.tsx

Update index.tsx

Update actions.ts

Update index.tsx

Update index.tsx

Update create-password.tsx

Update login.tsx

Update create-password.tsx

move things around

access control interface

Update index.tsx

acl component etc

working on settings form..

more settings, forms, HOCs

service providers workflow

button up modals and toasts

mobile navi and toast timeout

Update index.tsx

Update index.ts

Update and rename index.ts to index.tsx

Update create-password.tsx

Update create-password.tsx

Update Dockerfile

Update entrypoint.sh

Update Dockerfile

Update navi.tsx

Update auth.tsx

Update auth.tsx

Update layout.tsx

Update layout.tsx

Update login.tsx

Update login.tsx

Update settings.tsx

Update index.tsx

Update index.ts

better lint-staged

fix sp undefined

toast dispatch helpers

sass vars -- no magic numbers

Update index.ts

Update create-password.tsx

Update login.tsx

Update index.ts

Update settings.tsx

Update accounts.tsx

working on settings...

Update index.ts

Update settings.tsx

Update index.tsx

more settings view...

get rid of most any usage

Update index.tsx

better api hook

get strong with types

obscured text component

HOC for dispatch type-safety

tweak api types

github icon on login layout

responsive grid -- api keys

better fetch transport with resolve/reject

fix generic action/dispatch typings

prefer interface for GlobalDispatch

Update index.ts

Update auth.tsx

Update auth.tsx

Update create-password.tsx

checkzones

wrap up checkzones

move styles around...

alias src

stub internal views

stub not found container

contrib readme and codeowners

Update README.md

Update and rename setup.md to environment.md

Update environment.md

Update environment.md

Update contrib.md

Update contrib.md

Update contrib.md

Update and rename contrib.md to contributors.md

Update contributors.md

Update index.ts

use api data hook

accounts stub, generic apikeys container

account edit form

Update edit.tsx

Update edit.tsx

add/edit for account form

lots of good refactors

check current sp on settings

grid stuff

Update index.scss

Update styles.scss

Update contributors.md

Update constants.ts

stubbing accounts as card view

Update types.ts

Update types.ts

Update auth.tsx

Update create-password.tsx

Update index.ts

Update index.tsx

fix enum status codes

component cleanup

delete account flow

Update types.ts

Update delete.tsx

Update use-mobile-media.ts

acl hoc

Update types.ts

Update index.ts

Update types.ts

fix generic useapidata

Update types.ts

Update types.ts

Update types.ts

Create index.tsx

Create types.ts

Update types.ts

Create types.ts

Update index.tsx

button up acl, feature flags and docs

subspace initial feature stub

fix some things

wrap up subspace feature

tooltip

Update subspace.tsx

Delete styles.scss

Update types.ts

Update auth.tsx

Update index.ts

some more type stuff

add react/jsx-key error for missing shorthand frag keys

basic spinner...

no accounts

data files for regions and speech

vendor selector logic

tighten up vendor stuff

bit more cleanup

Update types.ts

Update index.tsx

Update index.tsx

Update subspace.tsx

fix some type things

stub mock dev server implementation

add parity for account siprec_hook_sid

latest jambonz-ui update

cleanup package.json

fix docker stuff

docker notes in readme

adding github actions

package lock version

remove unused jest deps

update jambonz-ui

new new jambonz-ui

list view vs cards view

fix no accounts list view

fix prettier config
2022-08-10 16:38:19 -07:00
Lê Hàn Minh Khang
c14fa5db34 remove dummy text from siprec tooltip (#69) v0.7.6-rc6 v0.7.6-rc5 v0.7.6-rc7 v0.7.6-rc8 v0.7.6-rc9 2022-08-06 08:46:28 +01:00
Lê Hàn Minh Khang
668d7f05f6 for #66 (#67) 2022-08-03 17:25:35 +01:00
Dave Horton
5ae88ff13e Dockerfile: update base image v0.7.6-rc4 2022-07-28 12:59:18 +01:00
Joan
06c21f2545 Add z-index property to Add button (#63)
* extended AWS region list

* added z-index to add button

Co-authored-by: Joan Salvatella <joan@bookline.io>
v0.7.6-rc3
2022-07-11 10:33:11 +02:00
Joan
663aabc80c extended AWS region list (#62)
Co-authored-by: Joan Salvatella <joan@bookline.io>
v0.7.6-rc2
2022-07-01 11:54:32 -04:00
Dave Horton
a7de0a494e update deps v0.7.6-rc1 2022-06-11 12:30:33 -04:00
Lê Hàn Minh Khang
b742e67715 Fix speech form dropdown menu reference (#61) 2022-05-26 08:51:49 -04:00
Lê Hàn Minh Khang
013681e7eb Update Azure speech list (#60)
* update azure region list

* format

* more meaningful name

* sorting and prettifying

* making sense of africa server
2022-05-25 11:02:07 -04:00
Lê Hàn Minh Khang
4912758120 Fix issue #57 (#58)
* fix issue #57

* fix further

* fix to phone page
2022-05-24 08:38:13 -04:00
Dave Horton
bb335d0838 Sp apikey UI fix (#56)
* service provider add/view/delete features added

* reverting .env back to port 3002

* fix ui

Co-authored-by: Conner Luzier <connerluzier@protonmail.com>
v0.7.5 v0.7.5-rc15
2022-05-16 11:20:34 -04:00
Dave Horton
38d26dddc8 new Microsoft languages added in 1.21.0 v0.7.5-rc14 v0.7.5-rc12 2022-05-12 19:34:49 -04:00
Conner Luzier
c0d531c63f removed radio buttons, replaced with dropdown (#53)
* removed radio buttons, replaced with dropdown

* disabled button if no vendor, moved checkboxes up
v0.7.5-rc10 v0.7.5-rc11
2022-05-06 20:37:05 -04:00
Kieron Lawson
420080ba84 Updater FQDN regex to accept numeric characters (#42) v0.7.5-rc9 2022-04-27 14:39:06 -04:00
Conner Luzier
c40fb9cc01 fix add account error message (#51)
Co-authored-by: Conner Luzier <connerluzier@outlook.com>
2022-04-27 14:35:40 -04:00
Dave Horton
40143ae79d update package-lock.json v0.7.5-rc8 v0.7.5-rc6 v0.7.5-rc7 2022-04-22 12:39:50 -04:00
Conner Luzier
536b183535 regions field added to aws, default to us-east-1 (#50)
* regions field added to aws, default to us-east-1

* added aws_region to post request

* no default setting on aws region

* aws_region required before saving

* no longer showing default on dropdown

Co-authored-by: Conner Luzier <connerluzier@outlook.com>
2022-04-21 13:33:04 -04:00
Dave Horton
bf88a27330 add data file for aws regions 2022-04-18 10:10:50 -04:00
Dave Horton
831450306d docs v0.7.5-rc5 2022-04-14 14:18:28 -04:00
Dave Horton
c8d1034dc9 testing instructions 2022-04-14 14:14:44 -04:00
dependabot[bot]
37af9522aa Bump node-forge from 1.2.1 to 1.3.1 (#46)
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1.
- [Release notes](https://github.com/digitalbazaar/forge/releases)
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.2.1...v1.3.1)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-06 08:22:25 -04:00
Dave Horton
6bb81a499b bump version v0.7.5-rc1 v0.7.5-rc4 v0.7.5-rc2 v0.7.5-rc3 2022-04-06 08:19:56 -04:00
Dave Horton
58f97dcfb2 show trace_id in recent calls detail display 2022-03-28 19:35:43 -04:00
Dave Horton
23a067b6dd bump version v0.7.4 2022-03-08 20:20:46 -05:00
Andrew
92db20965e moved building to Dockefile instead of entrypoint (#39)
* moved building to Dockefile instead of entrypoint

* moved enviroment variable to gloabl

* updated to use process env during build to allow use of window global var

* added new line

* updated constants for window.jambonz

* removed NODE_ENV in favor of just window.JAMBONZ

* removed unrequired and change const per pull request
v0.7.4-rc1 v0.7.4-rc2
2022-02-23 07:40:05 -05:00
akirilyuk
8f8d635bd3 fix all security vulnerabilities (#41)
Co-authored-by: akirilyuk <a.kirilyuk@cognigy.com>
2022-02-17 07:33:00 -05:00
dependabot[bot]
b075028b7b Bump follow-redirects from 1.14.7 to 1.14.8 (#40)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 21:25:01 -05:00
Dave Horton
b5f2e5fc25 bump version v0.7.3-rc2 v0.7.3 v0.7.3-rc3 v0.7.3-rc4 2022-02-09 15:43:14 -05:00
Dave Horton
6390cc6b81 add missing Azure regions 2022-02-03 08:59:47 -05:00
Dave Horton
d7db92f0c7 update version to 0.7.2 v0.7.2 v0.7.3-rc1 2022-01-31 07:32:10 -05:00
Dave Horton
f5201d2d69 Feature/wellsaid tts (#38)
* initial changes to support WellSaid TTS

* disable stt choice for WellSaid since they dont provide
v0.7.2-rc5
2022-01-27 08:07:22 -05:00
akirilyuk
128ca045b0 update depenecies and fix security vulnerabilities (#37)
Co-authored-by: akirilyuk <a.kirilyuk@cognigy.com>
2022-01-14 08:00:35 -05:00
Dave Horton
3403996946 bump version v0.7.1-rc2 v0.7.1-rc3 v0.7.2-rc2 v0.7.1-rc1 v0.7.1 2021-12-21 09:43:00 -05:00
Dave Horton
87dbb461e0 added docker publish 2021-12-13 14:18:43 -05:00