Gao Sun
57d97a4df8
feat: return and store connector raw data
2024-03-19 14:05:42 +08:00
simeng-li
d3d0f5133b
refactor(console): replace the field table with type definition code ( #5519 )
...
* refactor(console): replace the field table with type definition code
replace the field table with type definition code
* refactor(console): rebase and pickup the generated type definitions
rebase and pickup the generated type definitions
2024-03-19 05:04:08 +00:00
simeng-li
08acdf73e3
refactor(console): refactor the code editor type definition ( #5516 )
...
* refactor(console): refactor the code editor type definition
refactor the code editor type definition
* refactor(console): extract type definition gen process
extract the type definition gen step to the build time. As typescript is not available at run time.
* fix(console): add generate to console build script
add generate to console build script
* fix(console): add prettier format
add prettier format
2024-03-19 04:50:07 +00:00
Gao Sun
23bc5cdc8e
Merge pull request #5521 from logto-io/gao-allow-unknown-keys-in-message-payload
...
refactor: allow unknown keys in send message payload
2024-03-19 10:49:52 +08:00
Gao Sun
2c10c24232
refactor: update invitation apis
2024-03-19 10:38:36 +08:00
wangsijie
9aa07bf8ed
test(core): mock crypto functions in password tests ( #5522 )
2024-03-19 02:37:58 +00:00
Gao Sun
b40a3474aa
Merge pull request #5513 from logto-io/gao-use-svhd-slonik
...
refactor: use silverhand slonik
2024-03-19 09:26:59 +08:00
wangsijie
2f388c08bf
feat(core): set oidc issuer to custom domain ( #5509 )
...
* feat(core): set oidc issuer to custom domain
* refactor(core): get tenant id return whether is custom domain
2024-03-18 14:27:33 +08:00
simeng-li
7c22c50cbf
chore: add changeset for the bug fix PR ( #5507 )
...
add changeset for the bug fix PR
2024-03-18 02:27:05 +00:00
Gao Sun
feaca53785
refactor: remove unused files
2024-03-18 10:04:25 +08:00
Gao Sun
0a5226c4be
chore: upgrade slonik
2024-03-18 09:59:38 +08:00
Gao Sun
82408b60c8
Merge pull request #5512 from logto-io/gao-shared-default-universal
...
refactor: remove slonik from shared
2024-03-18 09:58:49 +08:00
Gao Sun
fbbe767867
refactor: use silverhand slonik
2024-03-16 19:04:55 +08:00
Gao Sun
54c2b1d1e3
refactor: fix errors
2024-03-16 14:44:32 +08:00
Gao Sun
e22eb3a9d2
refactor: remove slonik from shared
2024-03-16 00:50:10 +08:00
Darcy Ye
2908c816e7
chore(schemas): export custom JWT API request body type ( #5510 )
...
chore(schemas): export custom jwt API request body type
2024-03-15 10:24:21 +00:00
Darcy Ye
58885b31cb
fix(core): the koa response status guard missing 422 in sso integration API ( #5506 )
2024-03-15 03:57:08 +00:00
simeng-li
e95a04619b
fix(console): fix code edtior set undefined value bug ( #5499 )
...
fix the code editor set undefined value bug
2024-03-14 02:50:30 +00:00
simeng-li
abb2c9f649
feat(console): add global loading skeleton ( #5498 )
...
add global loading skeleton
2024-03-14 10:15:07 +08:00
Charles Zhao
e8ac64c23c
Merge pull request #5500 from logto-io/charles-log-8404-add-i18n-phrases-for-cloud-collaboration
...
feat(phrases): add i18n phrases for cloud collaboration
2024-03-14 09:15:59 +08:00
Charles Zhao
431c202569
feat(phrases): add i18n phrases for cloud collaboration
2024-03-13 21:18:22 +08:00
simeng-li
2a358bf241
refactor(console,core,schemas): rename the jwtCustomizer related type and guards ( #5496 )
...
rename the jwtCustomizer related type and guards
2024-03-13 06:35:47 +00:00
simeng-li
f11e95e1aa
feat(console,phrases): integrate jwt customizer api ( #5495 )
...
* feat(console,phrases): integrate jwt customizer api
integrate jwt customizer api
* chore(console): update the comment
update the comment
* fix(console): clear the console logs
clear the console logs
2024-03-13 14:21:08 +08:00
simeng-li
2c5a4491ae
refactor(core,console): align the jwt token path enum ( #5493 )
...
align the jwt token path enum used in console and core
2024-03-13 01:48:12 +00:00
Gao Sun
1965633bed
refactor(core): update organization invitation apis ( #5474 )
...
* refactor(core): update organization invitation apis
* chore: add api tests
2024-03-12 18:35:40 +08:00
Darcy Ye
2c7acb2cdf
Merge pull request #5494 from logto-io/yemq-log-8395-update-logto-schemas
...
chore(schemas): add cloud scope, service log type and API guard
2024-03-12 16:03:01 +08:00
Darcy Ye
733f092e40
chore(schemas): add cloud scope, service log type and API guard
2024-03-12 15:26:04 +08:00
Gao Sun
5a7204571a
refactor(experience): skip non-object messages in native ( #5491 )
...
* refactor(experience): skip non-object messages in native
* chore: add changeset
2024-03-12 11:27:18 +08:00
simeng-li
213d6f97a4
feat(console): add change alert and save changes footer ( #5492 )
...
* feat(console): add change alert and save changes footer
add change alert and save changes footer
* chore(console): add useMemo hook
add useMemo hook
2024-03-12 03:04:23 +00:00
Darcy Ye
c8eaa45417
Merge pull request #5487 from logto-io/yemq-log-8357-prepare-jwt-user-info-context
...
feat(core,schemas): add JWT customizer user info context
2024-03-12 11:01:31 +08:00
Darcy Ye
9eb1c4ad7f
feat(core,schemas): update jwt customizer user info context
2024-03-11 18:29:29 +08:00
simeng-li
56a6c5a213
feat(console, phrases): implement the copy, clear and reset button ( #5490 )
...
* refactor(console): replace copy button with CopyToClipboard component
replace copy button with CopyToClipboard component
* feat(console): implement the clear and reset button
implement the clear and reset button
* refactor(console): bind RHF controller to the code editor
bind RHF controller to the code editor
* chore(console): add some comments
add some comments
2024-03-11 16:39:54 +08:00
Charles Zhao
df5d2a2445
fix(console): fix input field background color ( #5478 )
2024-03-11 12:15:53 +08:00
simeng-li
bab50fceda
chore(console): component rename ( #5480 )
...
rename component XXXPanel -> XXXSection
2024-03-11 11:08:11 +08:00
wangsijie
95f4ba1856
feat(core): add password algorithm transition ( #5481 )
2024-03-08 18:04:13 +08:00
wangsijie
172411946a
feat(core): create user with avatar and custom data ( #5476 )
2024-03-08 03:29:39 +00:00
simeng-li
f44ba31275
feat(console,phrases): add test result component ( #5479 )
...
* feat(console,phrases): add test result component
add test result component
* fix(console): remove unused styles
remove unused styles
2024-03-08 10:18:24 +08:00
simeng-li
2d98982588
feat(console,phrases): add test sample code editor ( #5475 )
...
* feat(console,phrases): add test sample code editor
add test sample code editor
* fix(console): remove unused styles
remove unused styles
* refactor(console): refactor the components structure
erfactor the components structure
* refactor(console): clean up the root component
clean up the root component
2024-03-07 16:57:59 +08:00
simeng-li
4e27e3465e
feat(console,phrases): implement environment variables input field (2/2) ( #5473 )
...
feat(console,phrases): implement environment variables input field
implement environment variables input field
2024-03-07 08:40:37 +00:00
simeng-li
fa3577e491
refactor(console): implement environment variables input field (1/2) ( #5471 )
...
* refactor(console): extract the KeyValueInput ds component
extract the KeyValueInput ds component
* fix(console): remove unused styles
remove unused styles
* refactor(console): extract the FormField from KeyValueInput
extract the FormField from KeyValueInput
* fix(console): refactor some code based on code review comment
refactor some code based the code review comment
2024-03-07 16:26:20 +08:00
Darcy Ye
a00badc891
Merge pull request #5467 from logto-io/yemq-log-8285-add-DELETE-configs-jwt-customizer-API
...
feat(core): add DELETE /configs/jwt-customizer API
2024-03-07 15:24:02 +08:00
Darcy Ye
57a9cfa6d3
fix(core): fix rebase
2024-03-07 15:06:50 +08:00
Darcy Ye
29d7642c6b
feat(core): add DELETE /configs/jwt-customizer API
2024-03-07 14:25:24 +08:00
Darcy Ye
74a70c068d
feat(core): add GET /configs/jwt-customizer API
2024-03-07 14:17:49 +08:00
Darcy Ye
ce2abe740c
Merge pull request #5465 from logto-io/yemq-log-8283-add-GET-configs-jwt-customizer-API
...
feat(core): add GET /configs/jwt-customizer API
2024-03-07 14:14:09 +08:00
Darcy Ye
81eb02239e
Merge pull request #5461 from logto-io/yemq-log-8282-add-POST-configs-jwt-customizer-API
...
feat(core): add PUT /configs/jwt-customizer API
2024-03-07 14:10:13 +08:00
Darcy Ye
038733e023
Merge pull request #5453 from logto-io/yemq-log-8281-update-logto-config-table-types
...
feat(schemas): update `logto_configs` table related types
2024-03-07 14:09:24 +08:00
Darcy Ye
5d55776d60
refactor(core): refactor
2024-03-06 19:53:17 +08:00
Darcy Ye
e327754008
fix(test): fix tests
2024-03-06 19:33:41 +08:00
Darcy Ye
754d425a60
chore(core,test): update tests and refactor getJwtCustomizer query
2024-03-06 19:33:41 +08:00