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

6933 commits

Author SHA1 Message Date
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
simeng-li
eca4501af8
refactor(console): avoid getSubscription call before authentication (#6426)
avoid getSubscription call before authentication
2024-08-09 08:33:19 +00:00
Xiao Yijun
25187ef63b
feat: support login_hint params for sign-in url (#6400) 2024-08-09 13:39:02 +08:00
Darcy Ye
cec08acb52
feat: report subscription usage updates (#6419)
* feat: report subscription usage updates

* refactor: refactor code according to CR
2024-08-08 16:00:32 +08:00
silverhand-bot
ddfa7aa96e
release: version packages (#6197) 2024-08-08 13:00:14 +08:00
Darcy Ye
2f40aaa773
feat(console): add new usage display for pro subscription plan (#6413) 2024-08-08 03:51:55 +00:00
Darcy Ye
1e4aa5ad9a
Merge pull request #6409 from logto-io/yemq-log-8860-add-on-tag
feat: add add-on feature footer notice and paywall tag
2024-08-08 11:51:13 +08:00
simeng-li
d26fca70fb
refactor(core,schemas): refactor the register flow (#6401)
* refactor(core,schemas): refactor the registration flow

refactor the registraction flow

* fix(core): remove unused method

remove unused method

* fix(test): remove legacy test

remove legacy test

* fix(core): fix webauthn verificaiton api

fix webauthn verification api
2024-08-07 10:48:38 +00:00
simeng-li
d927f90a07
feat(core): support google one tap (#6395)
* feat(core): support google one tap

support google one tap verification

* fix(core): fix google one tap verification error

fix google one tap verification error

* fix(test): optimize social verification test

optimize social verificaiton tests

* fix(test): update social verification ut

update social verification util unit test
2024-08-07 10:36:52 +00:00
simeng-li
6a71448090
feat(core): add Sentinel guard (#6374)
feat(core): add sentinel protection

add sentinel protection
2024-08-07 18:19:33 +08:00
Darcy Ye
f96a6e49a9
fix(console): fix unexpected 401 error toast (#6416) 2024-08-07 17:25:08 +08:00
Darcy Ye
ebc04a283d
Revert "refactor: add report:subscription:updates Cloud scope" (#6412)
Revert "refactor: add `report:subscription:updates` Cloud scope (#6403)"

This reverts commit e1922e9afb.
2024-08-07 14:12:55 +08:00
Darcy Ye
e1922e9afb
refactor: add report:subscription:updates Cloud scope (#6403) 2024-08-07 10:49:38 +08:00
Gao Sun
a6002d5f19
refactor: produce br outputs (#6376)
* refactor: produce br outputs

* refactor: fix favicon url
2024-08-06 22:08:36 +08:00
Darcy Ye
29a083f897
chore: define add on unit price temporarily 2024-08-06 18:58:15 +08:00
Darcy Ye
e8ed7178c1
feat: add add-on feature notice/tag 2024-08-06 18:45:45 +08:00
wangsijie
241cea1605
feat(console): support next auth v5 (#6397) 2024-08-06 16:55:51 +08:00
wangsijie
d56bc2f731
feat(core,schemas): add support for argon2d and argon2id (#6404) 2024-08-06 07:12:47 +00:00
Charles Zhao
43d5bd248c
refactor(console): improve guide logo and contact us logo display (#6391) 2024-08-06 11:20:52 +08:00
Darcy Ye
a731b09122
fix(console): should not call cloud API when tenant ID is not valid (#6399) 2024-08-05 05:18:18 +00:00
Darcy Ye
2e3a0063ba
fix(core): should not throw when not adding any new roles to a user (#6387) 2024-08-05 02:58:47 +00:00
simeng-li
5024182986
refactor(core): should not guard sso authentication flow (#6394)
should not guard mfa and profile fulfillment for the sso authentication flow
2024-08-05 09:05:08 +08:00
Darcy Ye
902e620e84
fix(console): fix the subscription plan display in tenant dropdown (#6393) 2024-08-04 17:42:40 +08:00
Darcy Ye
2a6e6f2f75
chore(phrases): update content (#6392)
chore: update content
2024-08-04 17:41:07 +08:00
Darcy Ye
6c256f9c73
fix(console): manual update subscription data when add/delete resources (#6360)
* fix(console): add post response hook to update subscription info for useApi hook

* refactor: wrap sync subscription data method
2024-08-02 19:52:23 +08:00
Charles Zhao
4a324d68c2
fix(console): create tenant button should stretch to full width (#6381) 2024-08-02 12:03:08 +08:00
simeng-li
ce63bba018
fix(console): add in-line error message (#6386)
* fix(console): add in-line error message

add in-line error message

* refactor(console): remove old validation logic

remove old validation logic
2024-08-02 12:02:07 +08:00