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

7056 commits

Author SHA1 Message Date
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
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