0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
Commit graph

6284 commits

Author SHA1 Message Date
Darcy Ye
1aa5b262b0
fix(console): fix PlanUsage not displayed for enterprise plan w/o subscription (#6611)
* fix(console): fix PlanUsage not displayed for enterprise plan w/o subscription

* fix(console): do not show next billing hint for enterprise plan

* fix(console): add comments
2024-09-20 11:55:33 +00:00
Gao Sun
9df5866553
refactor(console): fix flag styles (#6610) 2024-09-20 19:48:18 +08:00
Gao Sun
a1d0d109df
refactor(phrases): sync translation (#6607)
* refactor(phrases): sync translation

* refactor: revert type
2024-09-20 16:37:27 +08:00
Gao Sun
72738b2b65
refactor(console): fix region-related styles (#6606) 2024-09-20 07:13:18 +00:00
Xiao Yijun
c61dd50e60
fix(experience): add missing button loading state (#6599) 2024-09-20 14:49:53 +08:00
simeng-li
918f8503fd
feat(core): add feature flag switch for experience app (#6564)
* feat(core,schemas): implement experience package a/b test

implement experience package a/b test

* refactor(core,schemas): rename to featureFlag

rename to featureFlag

* refactor(core): replace the hash alg

replace the hash alg and add trySafe wrapper

* chore(core): update function name and comments

update function name and comments

* refactor(core): optimize the code logic

optimize the code logic, add head to indicate the experience package

* refactor(core): update static module proxy header

update static module proxy header

* fix(core): fix unit test

fix unit test

* fix(core): clean up empty line

clean up empty line

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-20 10:10:17 +08:00
Xiao Yijun
5ddb64d8cd
style(console): hide button title when loading (#6602) 2024-09-19 10:37:03 +00:00
Gao Sun
8e5127f90b
Merge pull request #6594 from logto-io/gao-au-region
feat(console): au region
2024-09-19 10:30:07 +08:00
Gao Sun
3c9b1eaafe
refactor: catch withtyped errors 2024-09-18 22:13:38 +08:00
Gao Sun
eee4317dac
feat(console): au region 2024-09-18 20:46:42 +08:00
silverhand-bot
43d83e8bb3
release: version packages (#6424) 2024-09-13 18:06:50 +08:00
simeng-li
5aab7c01bf
fix(core): add sso only email guard (#6576)
* fix(core): add sso only email guard

add sso only email guard to registration and profile fulfilling flow

* chore: update changeset

update changeset

* chore(core): update content

update content

* fix(core): update content

update content
2024-09-13 09:34:37 +00:00
Charles Zhao
d7663db6cf
fix(experience-legacy): flip arrow icons on rtl (#6584) 2024-09-13 08:02:55 +00:00
Charles Zhao
6a4726b588
test: add ui integration test for lang and dir html attributes in experience (#6581) 2024-09-13 14:44:31 +08:00
Charles Zhao
cf53bb2c8c
test: add integration test for no password user setting password (#6579)
* test: add integration test for no password user setting password

* refactor(test): polish content

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-13 14:44:15 +08:00
Darcy Ye
560cb23b30
refactor: refactor SkuName component to make isEnterprisePlan as input (#6580) 2024-09-13 11:42:48 +08:00
Charles Zhao
193b4a4011
fix(experience-legacy): update text alignment for RTL support (#6583) 2024-09-13 03:37:35 +00:00
wangsijie
8bb5c81766
feat(schemas): add verification record table (#6566) 2024-09-13 09:47:33 +08:00
Darcy Ye
a6402e70a7
fix: fix enterprise console issues (#6578)
* fix: fix enterprise console issues

* fix: exclude 0 quota in plan usage card

* fix: fix skuName and do not show sku ID for enterprise plan
2024-09-12 09:04:15 +00:00
simeng-li
1383aafebb
fix(core): avoid duplicate operationId (#6574)
avoid duplication operationId
2024-09-12 13:44:03 +08:00
Charles Zhao
318550cab4
fix(experience-legacy): add html attribute dir to better support RTL (#6575) 2024-09-12 04:03:01 +00:00
Darcy Ye
343602027d
refactor: use orgsLimit instead of orgsEnabled as org quota key (#6570)
* refactor: use orgsLimit instead of orgsEnabled as org quota key

* refactor: implement getUsageByKey method

* chore: undo logto email connector dependency update
2024-09-12 11:17:43 +08:00
Charles Zhao
a6178f45e2
fix(core): allow no password user to set password in console profile (#6572) 2024-09-12 10:48:00 +08:00
Charles Zhao
380cc43e64
refactor(console,experience): improve RTL support (#6568)
* refactor(console,experience): improve RTL support

* test: add ui test cases for console language switcher

* refactor: update css
2024-09-12 10:47:40 +08:00
simeng-li
baa851f08b
fix(console): fix log label typo (#6569)
fix log label typo
2024-09-12 10:31:34 +08:00
Darcy Ye
c368c2799a
refactor: update display, quota guard and usage report logic for enterprise users (#6565)
* refactor: update display, quota guard and usage report logic for enterprise users

* chore: undo logto email connector dependency update

* chore: use contact us button for pro plan when currently on enterprise plan
2024-09-11 12:26:39 +00:00
Gao Sun
cc346b4e0a
feat(core): password checking api (#6567)
* feat(core): password checking api

* refactor(core): improve API response
2024-09-11 06:55:07 +00:00
wangsijie
b639249159
feat(core): add koa oidc auth for profile API (#6559) 2024-09-10 18:30:26 +08:00
simeng-li
2626616775
fix(experience): allow link social account on sign-in only mode (#6560)
* fix(experience): allow link social account on sign-in only mode

allow link social account, when registration is disabled;

* chore: add changeset

add changeset

* chore: fix typos

fix typos
2024-09-10 15:45:07 +08:00
simeng-li
862d27dee4
fix(core): fix custom UI not triggered bug (#6563)
fix custom UI not triggered on legacy-experience bug
2024-09-10 14:37:01 +08:00
Charles Zhao
fae8725a44
refactor(console,core,demo-app,elements,experience): improve rtl support (#6549)
* refactor(console,experience): improve rtl support

* chore: add changeset
2024-09-09 19:19:15 +08:00
Gao Sun
3b9714b993
refactor: set lang attribute for html tag (#6536)
* refactor: set `lang` attribute for html tag

* refactor: use shared i18next instance

* refactor: align html attr usage
2024-09-09 17:10:39 +08:00
simeng-li
b837efead6
feat(console,core): remove custom token claims api context dev guard (#6553)
* feat(console,core): remove custom jwt api context dev guard

remove custom jwt api context dev guard

* fix(console,schemas,phrases): fix custom jwt token request phrases

fix custom jwt token request phrases

* chore: return denyAccess
return denyAccess
2024-09-09 16:57:44 +08:00
simeng-li
5f3c0691b5
chore(console,phrases): update custom JWT phrases (#6551)
* chore(console,phrases): update cusotm jwt phrases

update custom jwt phrase in console

* chore(console): update the comments

update the comments
2024-09-09 10:09:13 +08:00
simeng-li
baa8577c45
refactor(experience): experience api migration (#6407)
* refactor(experience): migrate the password register and sign-in

migrate the password register and sign-in flow

* fix(experience): update some namings

update some namings

* refactor(experience): refactor the verification code flow (migration-2) (#6408)

* refactor(experience): refactor the verificaiton code flow

refactor the verification code flow

* refactor(experience): migrate the social and sso flow (migration-3) (#6406)

* refactor(experience): migrate the social and sso flow

migrate the social and sso flow

* refactor(experience): migrate profile fulfillment flow  (migration-4) (#6414)

* refactor(experience): migrate profile fulfillment flow

migrate the profile fulfillment flow

* refactor(experience): remove unused hook

remove unused hook

* fix(experience): fix password policy checker

fix password policy checker error display

* fix(experience): fix the api name

fix the api name

* refactor(experience): migrate mfa flow (migration-5) (#6417)

* refactor(experience): migrate mfa binding flow

migrate mfa binding flow

* test(experience): update unit tests (migration-6) (#6420)

* test(experience): update unit tests

update unit tests

* chore(experience): remove legacy APIs

remove legacy APIs

* refactor(experience): revert api prefix

revert api prefix

* fix(experience): update the sso connectors endpoint

update the sso connectors endpoint

* chore: add changeset

add changeset

* fix(experience): comments fix

comments fix

* refactor(experience): refactor the code verificatin api

refactor the code verification api

* refactor(experience): code refactor

refactor some implementation logic

* feat(experience, core): add experience legacy package (#6527)

add experience legacy package
2024-09-09 10:08:52 +08:00
simeng-li
c83fd6fc28
style(console): adjust sample code editor height (#6548)
bug bash fix. adjust sample code editor height, and phrases
2024-09-06 11:07:57 +08:00
Xiao Yijun
f150a67d58
feat(console): display user password information on user details page (#6544) 2024-09-06 11:01:06 +08:00
DevTekVE
27d2c91d2e
feat: add support for nested attribute profile mapping (#6534)
* feat: add support for nested attribute profile mapping

* chore: undo version change

Undo version change since it’s handled by changeset

Co-authored-by: Darcy Ye <darcyye@silverhand.io>

* chore: remove new implementation and use essentials

Updated implementation to use essentials, throwing exception when not found

* fix: should use getSafe() and do not throw error when mapping profile

---------

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2024-09-05 17:59:52 +08:00
Charles Zhao
459daeb4ac
release: @logto/tunnel:0.2.0 (#6547) 2024-09-04 22:01:42 +08:00
Charles Zhao
8d95132262
feat(tunnel): support zip option in deploy command (#6541)
* feat(tunnel): support zip option in deploy command

* chore: update changeset

* refactor(tunnel): improve error handling in deploy command

* refactor(tunnel): improve cli error message per review comments

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-04 14:15:49 +08:00
Xiao Yijun
a748fc85bb
fix(core): add hasPassword field to user API response (#6543) 2024-09-04 13:22:44 +08:00
simeng-li
31035816c4
feat(console): add api context type declarations (#6533)
* feat(console): add api context type declarations

add api context type declarations

* chore(console): update type name

update custom jwt api context type name

* feat(console): update the cutsom JWT editor

update the custom JWT editor
2024-09-04 09:59:46 +08:00
simeng-li
b51680a78f
feat(core): add denyAccess api context to customJwt script (#6532)
* feat(schemas,core): add denyAccess api conext to custom jwt

add denyAccess api context to the custom jwt

* fix(test): fix integration test

fix integration test

* chore(schemas): update type name

update api context type name

* chore(schemas): fix typo

fix typo

* feat(core): add dev feature guard

add dev feature guard
2024-09-03 18:12:57 +08:00
simeng-li
509e86e4f4
fix(deps): update withtyped and cloud dependency version (#6538)
* fix(deps): update withtyped and cloud dependency version

update withtyped and cloud dependency version

* chore: update cloud dependency

* chore(core): update cloud client utils type

---------

Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2024-09-03 17:51:45 +08:00
Xiao Yijun
b00ec49871
refactor: flatten UserSettings component file structure (#6539) 2024-09-03 16:27:41 +08:00
Charles Zhao
ff4cd67a98
feat(tunnel): support cli deploy custom ui assets to cloud (#6530) 2024-09-03 10:00:37 +08:00
DevTekVE
31296f0bc8
feat: add GitLab connector (#6529) 2024-09-02 16:44:45 +08:00
simeng-li
479d5895af
chore(schemas): bump withtyped version (#6537)
* chore(schemas): bump withtyped version

bump withtyped version

* chore: update changeset

update changeset
2024-09-02 08:20:05 +00:00
Darcy Ye
64547fd4ba
chore(console): should use SKU to filter tenant dropdown and add display of dev/admin plan (#6509) 2024-09-02 11:51:21 +08:00
simeng-li
a0807d7e5a
refactor(core,toolkit): relocate customJwt local vm handler (#6524)
relocate customJwt local vm handler
2024-09-02 11:36:35 +08:00
Gao Sun
ee1947ac4d
refactor(console): support entering name while creating a user (#6523) 2024-08-29 16:08:00 +08:00
Xiao Yijun
347cd3b6b7
fix(experience): avoid carring identifer from reset password page to sign-in page (#6526) 2024-08-28 13:46:48 +08:00
DevTekVE
aba089285b
feat: add Patreon connector (#6514) 2024-08-28 13:00:24 +08:00
simeng-li
8beb758771
refactor(core): refactor oidc error response query param (#6525)
refactor oidc error reponse query param
2024-08-28 10:14:04 +08:00
Xiao Yijun
3d3a220306
chore: remove dev feature guard for first screens (#6522)
* chore: remove dev feature guard for new first screens

* chore: add changeset

* chore(experience): add comments for identifier sign-in and register page
2024-08-28 09:53:54 +08:00
Gao Sun
652898f978
refactor: update language code to ar-SA (#6518) 2024-08-27 09:14:08 +00:00
simeng-li
6951e31578
feat(core): add error_code_key query string param (#6519)
* feat(core): add error_key query string param
feat(core): add error_key query string param
add error_key query string param

 Please enter the commit message for your changes. Lines starting

* chore(core): rename

rename the query param name

* fix(core): safe parse

safe parse

* chore: add changeset

add changeset
2024-08-27 14:15:40 +08:00
Xiao Yijun
0fec957d70
fix(experience): apply form default value to smart input filed (#6521) 2024-08-27 13:01:33 +08:00
Xiao Yijun
47d5a620ca
chore(experience): upgrade react-hook-form (#6520) 2024-08-27 12:37:45 +08:00
Xiao Yijun
41ee881bb7
refactor(experience): cache input identifier for reset password first screen (#6516) 2024-08-26 22:10:41 +08:00
Xiao Yijun
ef78823948
refactor(experience): remove redundant defaultType prop for SmartInputField (#6517) 2024-08-26 19:35:57 +08:00
simeng-li
f545716353
fix(core): avoid unexpected 500 error (#6515)
* fix(core): avoid unexpected 500 error

avoid unexpected 500 error

* fix(core): fix ut

fix ut
2024-08-26 11:21:37 +08:00
Zakher Masri
53060c2030
chore: add Arabic translation (#6422)
* chore: add Arabic translation

* chore: add arabic to phrases-experience

* chore: use `ar-AR` as language code

* chore: sync keys

* chore: add changeset and update elements

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-08-25 22:47:34 +08:00
Xiao Yijun
3aba357ba6
refactor(experience): improve identifier prefilling (#6508) 2024-08-24 08:41:47 +08:00
Charles Zhao
61fb856ccd
release: @logto/tunnel:0.1.0 (#6513) 2024-08-23 15:40:19 +00:00
Charles Zhao
1e35d1afb4
refactor(tunnel): split tunnel cli and make it a standalone package (#6512) 2024-08-23 15:08:35 +00:00
Charles Zhao
83a72dc3a5
fix(core): should be able to update password in profile if verified via email (#6511) 2024-08-23 08:51:15 +00:00
simeng-li
13ae7923f8
fix(phrases): fix pl and ru i18n phrases (#6510)
fix pl and ru i18n phrases
2024-08-23 08:27:15 +00:00
wangsijie
52056f99f1
chore: remove dev feature guard of PAT (#6499) 2024-08-23 14:38:14 +08:00
Charles Zhao
14d25bab1f
fix(core,schemas): check email verification status in me api (#6507) 2024-08-22 15:41:11 +00:00
Darcy Ye
f1ecec5487
fix(console): remove legacy charge notification components (#6505) 2024-08-22 10:18:43 +00:00
wangsijie
ed774bf62d
fix(console): change PAT and app secrets phrases (#6504) 2024-08-22 09:50:26 +00:00
Charles Zhao
ad4e146922
fix(console): use safeLazy to dynamically import guide mdx (#6503) 2024-08-22 17:25:35 +08:00
wangsijie
4be675a53a
fix(core): add grant record for token exchange (#6502) 2024-08-22 07:29:54 +00:00
Xiao Yijun
fec844c3ce
feat(experience): add reset password first screen (#6498) 2024-08-22 14:44:05 +08:00
wangsijie
50bbcb69ee
test: add integration tests for pat token introspection (#6501) 2024-08-22 14:41:55 +08:00
simeng-li
55cf84bbea
chore(core): add openapi operationId to experience APIs (#6486)
* chore(core): add openapi operationId to experience APIs

add openapi operationId to experience APIs

* chore: update content

update content

* feat(core): add swagger operationId guard

add swagger operationId guard

* fix: update some content

update some content
2024-08-22 14:33:34 +08:00
wangsijie
2ebc47170e
fix(core): remove the requirement of secured app for PAT (#6493) 2024-08-22 13:54:47 +08:00
Darcy Ye
c51f3c5644
fix(console): always show upsell notice for custom JWT (#6500) 2024-08-22 05:17:16 +00:00
Charles Zhao
5c81ed958d
refactor(cli): show more info and add port in-use detection (#6495)
* refactor(cli): show more info and add port in-use detection

* refactor(cli): update per review comments

* refactor(cli): add social redirect uri update reminder
2024-08-22 12:21:53 +08:00
wangsijie
06f98634c1
fix(core): remove grant id of token exchange (#6497) 2024-08-22 11:45:50 +08:00
wangsijie
f0bbc2a1f4
feat(console): edit personal access token name (#6491) 2024-08-22 03:30:58 +00:00
wangsijie
00c2581668
feat(console): add doc link of pat (#6496) 2024-08-22 11:11:43 +08:00
Darcy Ye
19d3aa787a
fix: make alteration script compatible for core DB in all regions (#6494) 2024-08-22 10:24:55 +08:00
Xiao Yijun
b61787e431
style(experience): add missing brand-60 color token (#6490) 2024-08-21 20:46:43 +08:00
Darcy Ye
f04678e7bb
fix: fix alteration script dependency (#6488)
fix: alteration script dependency
2024-08-21 09:41:41 +00:00
Darcy Ye
a999c51919
fix(core,console): disable quota guard and unblock resource creation for pro tenants (#6487) 2024-08-21 08:58:10 +00:00
Darcy Ye
c3bec6803d
Revert "Revert "refactor: add report:subscription:updates Cloud scope"" (#6415)
* Revert "Revert "refactor: add `report:subscription:updates` Cloud scope" (#6412)"

This reverts commit ebc04a283d.

* chore: update alteration script ts

* chore: rebase and update alteration timestamp
2024-08-21 08:51:03 +00:00
Charles Zhao
324967444a
chore(console): remove beta tag from 3rd party app (#6485) 2024-08-21 06:38:49 +00:00
Charles Zhao
fc512bc3ec
refactor(console): remove protected app promotion (#6479) 2024-08-21 05:31:40 +00:00
Xiao Yijun
0ec8510789
fix(experience): add sso form mode context provider for identifier sign-in/register pages (#6482) 2024-08-21 13:30:53 +08:00
Charles Zhao
b8b77526e4
fix(console): fix console z index issue on modals and banners (#6483) 2024-08-21 13:27:56 +08:00
Charles Zhao
56649b570f
chore(console): add beta tag to bring your ui feature (#6484) 2024-08-21 13:21:49 +08:00
Darcy Ye
332131a0f1
fix(console): manually trigger usage api updates on org member deletion (#6475) 2024-08-21 11:27:31 +08:00
Darcy Ye
763dd60cd6
fix(console,core,connector): fix display issues and POST /connectors API code guard (#6481)
* fix(console,core,connector): fix display issues

* chore: add changeset
2024-08-21 03:17:28 +00:00
wangsijie
2caeacaf93
fix(console): fix next auth guide typo (#6478) 2024-08-21 09:19:52 +08:00
Xiao Yijun
818e2c61f2
fix(experience): smart input field should have correct initial type (#6477) 2024-08-20 17:24:30 +08:00
Xiao Yijun
d4674833c8
fix(experience): correct first screen fallbacks (#6472) 2024-08-20 06:04:29 +00:00
Darcy Ye
608d2efdb5
fix(console): manually trigger usage api updates (#6473) 2024-08-20 13:50:47 +08:00
Darcy Ye
e0623df01f
fix(console): add add-on display issues and refactor component PlanName (#6471) 2024-08-20 11:10:28 +08:00
wangsijie
1c6b9321dd
feat(console): user personal access tokens (#6444) 2024-08-20 10:52:34 +08:00
Darcy Ye
e9b7b83aaa
chore(console): fix add-on issues (#6470) 2024-08-19 19:51:31 +08:00
wangsijie
746aa5897b
feat(core): token exchange by pat (#6450) 2024-08-19 11:36:04 +00:00
simeng-li
3440b3e5f0
feat(console): add label for new experience API logs (#6469)
add label for new experience API logs
2024-08-19 19:13:02 +08:00
Xiao Yijun
f205aa7af7
test(experience): add integration tests for first screen feature (#6464) 2024-08-19 09:57:11 +00:00
Darcy Ye
b185bb7417
fix(console): bring back accidentally deleted css file (#6468) 2024-08-19 09:48:22 +00:00
Xiao Yijun
54881078f1
fix(experience): update dev features flag env handling (#6467) 2024-08-19 17:46:17 +08:00
Darcy Ye
b549a7efd6
refactor(console,core): remove add on dev feature guard (#6466) 2024-08-19 08:47:12 +00:00
Charles Zhao
13bfa0641b
chore(console, core): remove dev features guard for bring your ui feature (#6465) 2024-08-19 15:56:16 +08:00
simeng-li
2362791edc
chore(core): remove devFeature guard (#6462)
* chore(core): should not trigger profile update log

should not trigger profile update log if the synced profile is empty

* chore(core): add userId to experience audit log

add userId to the experience audit log

* chore(core): remove devFeature guard

remove devFeature guard

* feat(test): remove devFeature guard in test

remove devFeature guard in test
2024-08-19 13:00:19 +08:00
Charles Zhao
0183d0c33a
refactor: split translate cmd from logto cli (#6451)
* refactor: split translate cmd from logto cli

* chore: add changeset

* refactor(cli): remove translate command from cli package
2024-08-19 12:16:10 +08:00
Charles Zhao
57974a11d6
fix(cli): should proxy google social callback url properly to exp ui (#6458)
* fix(cli): should proxy google social callback url properly to exp ui

* test(cli): add unit tests for tunnel util
2024-08-19 12:15:39 +08:00
wangsijie
e4b028847f
fix(console): fix impersonation tag in audit log (#6463) 2024-08-19 11:43:38 +08:00
Darcy Ye
1817eafe77
chore(console): update add on tag CSS (#6459) 2024-08-19 11:35:39 +08:00
simeng-li
cea8aa1120
feat(core): implement wellknown swagger endpoints (#6445)
* feat(core): implement wellknown swagger endpoints

implement wellknown swagger endpoints

* chore(core): rename

rename

* refactor(core): extract common util methods

extract common util methods

* fix(core): fix lint error

fix lint error

* refactor(core): shared code optimization

shared code optimization

* chore(core): remove type assertion

remove type assertion
2024-08-19 09:37:23 +08:00
Xiao Yijun
e9eb212f48
chore(experience): move shared form components into components file (#6457) 2024-08-16 16:54:22 +08:00
Darcy Ye
36f1055314
chore(console): add display pricing change notice and update plan comparison table (#6456)
* chore: add pricing change notice

* chore: update plan comparison table
2024-08-16 15:10:46 +08:00
Xiao Yijun
f17526c612
feat(core,experience,schemas): support identifier page related params for sign-in url (#6446) 2024-08-16 14:55:07 +08:00
Xiao Yijun
737204e54f
feat(experience): add identifier sso-only landing page (#6440) 2024-08-16 14:17:17 +08:00
Darcy Ye
26b976a828
refactor(console): refactor tag component (#6453) 2024-08-16 14:11:47 +08:00
simeng-li
9674d5c8f0
fix(core): fix google one tap validation error (#6455)
fix google one tap validation error
2024-08-16 05:32:40 +00:00
Darcy Ye
69208c3a8f
Merge pull request #6452 from logto-io/yemq-fix-add-on-console-issues
fix(console): fix add-on console issues
2024-08-16 12:24:17 +08:00
Darcy Ye
04c533e0c9
fix(console): fix code 2024-08-16 11:55:01 +08:00
Darcy Ye
32a2d90cee
fix(console): fix enterprise SSO creation model button status 2024-08-16 11:43:37 +08:00
simeng-li
50e430880d
refactor(core): redesign get sso connectors endpoint (#6454)
* refactor(core): redesign get sso connectors endpoint

redesign get sso conenctors endpoint

* chore(core): fix import format

fix import format
2024-08-16 11:06:35 +08:00
Darcy Ye
c0ca5b427c
chore: fix add on notice footer 2024-08-16 00:54:16 +08:00
Darcy Ye
e9e5b057e8
chore: fix MFA banner copy 2024-08-15 21:16:07 +08:00
Darcy Ye
ed2d38670d
chore: open Stripe payment management page in new tab 2024-08-15 21:13:35 +08:00
Darcy Ye
bdb10db434
chore: fix org footer copy 2024-08-15 21:04:20 +08:00
Darcy Ye
bc8317706f
fix(console): fix add-on console issues 2024-08-15 20:55:22 +08:00
Darcy Ye
0004d682b0
fix(console): fix add-on console issues 2024-08-15 18:40:18 +08:00
Darcy Ye
d2220f1205
fix: fix console issues for add-on (#6443)
* fix: fix console issues for add-on

* refactor: refactor code

* refactor: update

* fix: fix method use case
2024-08-15 15:17:32 +08:00
Charles Zhao
bb98ea8301
fix(console): should be able to edit password and email in profile (#6447) 2024-08-15 12:58:59 +08:00
Darcy Ye
87ff8cb8af
refactor(console): separate subscription based usage (#6448)
* refactor(console): separate subscription based usage

* refactor: add periodic usage fallback to avoid breaking changes

* fix: fix mock tenant data
2024-08-15 04:20:10 +00:00
simeng-li
db42279ed4
feat(core): add experience APIs openapi docs (#6436)
* feat(core): add experience APIs openapi docs

add experience APIs openapi docs

* fix(core): adjust the format

adjust the format

* chore: update experience API description

update experience API description

* fix(core): fix integration tests

fix integration tests

* chore(core): add devFeature tag in openapi doc

add devFeature tag in openapi doc

* fix(core): fix the integration test

remove the redundent path paramter def
2024-08-15 10:05:52 +08:00
Charles Zhao
976558af9c
refactor(cli): rename proxy cli to tunnel (#6442) 2024-08-14 03:45:14 +00:00
Darcy Ye
ff6b304bac
fix(console): should not block custom JWT creation for OSS user (#6441) 2024-08-13 19:16:43 +08:00
Xiao Yijun
6a809e1307
feat(experience): add identifier register page (#6437) 2024-08-13 15:28:53 +08:00
Xiao Yijun
d9589c88e8
feat(experience): add identifier sign-in page (#6435) 2024-08-13 15:05:36 +08:00
Darcy Ye
da58dec022
fix: update tenant selector dropdown data source (#6438) 2024-08-13 13:22:26 +08:00
wangsijie
fe054d5af5
feat(core): modify and delete PATs (#6390) 2024-08-13 11:37:58 +08:00
wangsijie
22d0a06fc6
feat(core): list PATs (#6389) 2024-08-13 10:47:37 +08:00
wangsijie
86e76ffc8a
feat(core): create PAT (#6388) 2024-08-13 10:10:41 +08:00
Darcy Ye
c791847879
refactor: stop using GET /:tenantId/usage API and GET /tenants usage field (#6434) 2024-08-12 19:47:08 +08:00
wangsijie
b42b37bb72
chore: fix alteration timestamp (#6433) 2024-08-12 18:32:38 +08:00
wangsijie
3824a754fd
feat(schemas): init personal access tokens table (#6383) 2024-08-12 15:27:08 +08:00
Xiao Yijun
ab90f43db2
fix(experience): prevent errors from applying unsupported cached identifier types (#6425)
* fix(experience): prevent errors from applying unsupported cached identifier types

* test(experience): add integration tests for cached input value

* refactor(experience): rename `getIdentifierInputValue` to `getIdentifierInputValueByTypes`

* refactor(experience): add `identifierInputValue` back

* refactor(experience): update implementation
2024-08-12 10:28:32 +08:00
simeng-li
758d270f7c
refactor(core): merge subscription usage API request (#6427)
* refactor(core): merge subscription usage API request

merge subscription usage API request

* fix(core): fix type issue

fix type issue
2024-08-12 09:57:45 +08:00
Xiao Yijun
ea70e09ad8
fix(console): catch timeout error when submitting form (#6431) 2024-08-11 21:26:59 +08:00
Misaka_L
4b01ce7c17
feat(connector): add kook connector (#6227)
* feat(connector): add kook connector

* docs: remove some lines to align with other connectors

* chore(connector): migrate kook-connector to tsup #6355

* fix(connector): type error in kook-connector

* chore: fix pnpm-lock

* chore: add changeset

---------

Co-authored-by: wangsijie <wangsijie@silverhand.io>
2024-08-11 20:22:49 +08:00