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

200 commits

Author SHA1 Message Date
Darcy Ye
ac40ef17d7
refactor(console): update admin console using new pricing model (#6295)
* refactor(console): update cloud API calls

* refactor: update code according to CR

* refactor: correct component usage
2024-07-26 11:18:21 +08:00
Gao Sun
aeec3b1141
refactor(console): use local mermaid import 2024-07-24 17:48:14 +08:00
Gao Sun
6c1f4283a9
refactor(console): use vite 2024-07-24 17:47:02 +08:00
Charles Zhao
b21a417560
feat(console,phrases): add bring your ui quota item to pricing table (#6274) 2024-07-22 11:09:12 +08:00
wangsijie
477d8a7369
feat(console): add impersonation tag to audit log (#6267) 2024-07-19 17:00:00 +08:00
Charles Zhao
17d7be3992
feat(console): implement custom ui assets upload component (#6217) 2024-07-18 15:56:09 +08:00
Gao Sun
94c4cc0e56
refactor(console): update all logo uploaders (#6209) 2024-07-10 15:56:11 +08:00
Gao Sun
f8f84f5d75
refactor(console): polish ui (#6122)
* refactor(console): polish ui

* refactor: fix code editor title color
2024-06-28 12:56:35 +08:00
Gao Sun
b489626b34
Merge pull request #6088 from logto-io/gao-console-m2m-organizations
feat(console): show organization list for m2m apps
2024-06-24 18:43:49 +08:00
simeng-li
d81e13d215
feat(console,phrases): add issuer endpoint to application form (#6094)
* feat(console,phrases): add issuer endpoint to application form

add issuer endpoint to the application form

* chore: add changeset

add changeset
2024-06-24 05:44:14 +00:00
Gao Sun
88f94c7001
feat(console): show organization list for m2m apps 2024-06-23 09:04:48 +08:00
Darcy Ye
e89147acb3
refactor(console): update subscription plan ID (#6074) 2024-06-20 19:08:16 +08:00
Gao Sun
e541716012
Merge pull request #6020 from logto-io/gao-add-profile-in-user-settings
refactor(console): allow view and update `user.profile` in settings
2024-06-17 10:45:14 +08:00
simeng-li
ed37356ee3
refactor(console,experience,test): decouple isDevFeatureEnabled with isIntegrationTest (#6012)
* refactor(console,experience,test): decouple isDevFeatureEnabled with isIntegrationTest

decouple isDevFeatureEnabled with isIntegrationTest ENV variables

* chore: update environment variable get method

update environment variable get method
2024-06-17 10:30:16 +08:00
Gao Sun
9f33d997b2
refactor(console): allow view and update user.profile in settings 2024-06-13 22:44:17 +08:00
Gao Sun
61da265048
chore: update links (#5963) 2024-06-01 05:45:03 +00:00
Gao Sun
a0b19513bb
feat(console): show version number for oss (#5950) 2024-05-31 18:05:20 +08:00
Gao Sun
0866b6ea40
feat(console): show dev feature status 2024-05-30 22:04:36 +08:00
Gao Sun
dc8e38f410
refactor: fix type issues 2024-05-28 16:44:00 +08:00
Xiao Yijun
20bf55be30
refactor(console): add management api access flag for role options (#5918) 2024-05-27 11:26:25 +08:00
simeng-li
b5104d8c19
feat(console,core): remove DataHook devFeature guard (#5898)
* feat(console,core): remove DataHook devFeature guard

remove DataHook devFeature guard

* chore: add changeset

add changeset

* chore: update changesets

update changesets
2024-05-22 11:20:09 +08:00
simeng-li
e04d9523a6
feat(console, phrases): update the supported webhook events (#5856)
* test(core): add integration tests

add integration tests for interaction hooks

* chore(test): remove legacy test

remove legacy test

* feat(console, phrases): update the supported webhook events

update the supported webhook events

* refactor(console): rename webhook and webhook log keys

rename webhook and webhook log keys

* fix(test): fix integration test

fix integration test

* feat(console): add devFeature guard

add devFeature guard

* chore: add changeset

add changeset

* chore(console): remove the lint rule disable comment

remove the lint rule disable comment

* fix(test): fix the integartion tests

fix the integration tests

* fix(console): refine the code

refine the code

* chore(console): refine comments

refine comments
2024-05-15 06:26:52 +00:00
Xiao Yijun
6fe6f87bc3
chore(console,experience): remove dev flags add changeset for organization updates (#5763) 2024-05-13 14:18:33 +08:00
Gao Sun
f8221a38db
refactor(console): update conversion report timing (#5833) 2024-05-09 11:57:56 +08:00
Gao Sun
21bb35b127
feat: init management api hook middleware function (#5783)
* feat: init management api hook middleware function

* refactor: fix type issues

* feat(core): implement auto triggered management api hooks

implement auto triggered managment api hooks

* refactor(console,core,schemas): rename the managementHook to dataHook

rename the managementHooke to dataHook and redefine the types

* feat(core): add dev feature guard

add dev feature guard

* chore: update changeset

update changeset

* refactor(core,console,schemas,shared): update the webhook logics

update the webhook logics. Address some PR review comments

* fix(test): fix integration tests

fix integration tests

* fix(test): remove legacy code

remove legacy code

* refactor(core,schemas): refactor the hook library code

refactor the webhooks library code. address some comments

* fix(core): address rebase issue

update console log using getConsoleLogFromContext

* fix(core): fix ut

fix ut

* fix(core): refactor data webhook code

refactor data webhook codes

* refactor(core): clean up some management api webhook code

clean up some management api webhook code

---------

Co-authored-by: simeng-li <simeng@silverhand.io>
2024-05-09 11:19:01 +08:00
simeng-li
c92acffb75
refactor(console): remove useless log title definitions (#5798)
remove useless log title definitions
2024-04-28 10:24:31 +08:00
simeng-li
45fd3b22ff
fix(console): revert the isDevFeaturesEnabled changes in console (#5755)
revert the isDevFeatureEnabled hot fix
2024-04-19 03:47:07 +00:00
simeng-li
bd228bce71
fix(console): force dev feature enabled false (#5752)
* fix(console): force dev feature enabled false

force dev feature enabled false

* fix(console): avoid lint error

avoid lint error

* fix(console): enable dev feature for integration tests

enable dev feature for integration tests
2024-04-18 17:59:15 +08:00
simeng-li
43430afddb
feat(core): add customJwt paywall guard to core API (#5708)
add customJwt paywall guard to core API
2024-04-16 12:02:08 +08:00
Xiao Yijun
622e003a49
refactor(console): update tab order on role details page (#5695) 2024-04-15 13:27:03 +08:00
Gao Sun
97af43895a
refactor(console): update reservation link (#5683) 2024-04-11 09:34:30 +00:00
Charles Zhao
cfeb98c06f
feat(console,core,phrases): add quota guard for cloud collaboration in console (#5644) 2024-04-08 10:32:05 +08:00
Xiao Yijun
cb4ef9fd0e
refactor(console): reorg resource details page (#5634) 2024-04-07 10:25:59 +08:00
Xiao Yijun
0f5347bbb9
feat(console): add org role details general settings page (#5610) 2024-04-02 21:10:44 +08:00
Xiao Yijun
e03595704e
feat(console): support org permission management on new org template page (#5603)
* feat(console): support org permission management on new org template page

* refactor(console): rename org pages

* refactor(console): rename phrase keys

* refactor(console): rename org to organization
2024-04-02 20:30:22 +08:00
Darcy Ye
e09318d3e8
feat(core,schemas): log extraTokenClaims exception (#5539) 2024-04-02 15:19:52 +08:00
Xiao Yijun
9bf9f07f17
refactor(console): move organization template into a single page (#5590)
* refactor(console): move organization template into a single page

* feat(phrases): add org template translations
2024-04-01 10:20:54 +08:00
Xiao Yijun
5758f84f5e
feat(console): support signing-key rotation for oss version (#5559) 2024-03-27 16:52:40 +08:00
Xiao Yijun
a538a1cc8a
refactor(console): extract shared quota between featured plan and comparison table (#5543) 2024-03-25 10:51:40 +08:00
Charles Zhao
37cd6cced9
feat(console): add tenant member and invitation lists (#5501)
* feat(console): add tenant member and invitation lists

* refactor: polish code per comments

* fix: lockfile
2024-03-21 08:00:30 +00:00
simeng-li
23e7564475
feat(console,phrases): add new jwt claims page (#5448)
* feat(console,phrases): add new jwt claims page

add new jwt claims page

* feat(console, phrases): add token tabs nav

add token tabs nav

* fix(console): remove lint comments

remove lint comments
2024-03-05 14:39:37 +08:00
Gao Sun
b47c2a2de1
refactor(console): refactor conversion tracking (#5466)
* refactor(console): refactor conversion tracking

* refactor(console): manually set enhanced user data

* refactor: report production tenant conversion

* refactor(console): use transaction id for reporting
2024-03-05 11:41:39 +08:00
Xiao Yijun
9fbb4196f3
refactor(console): reorg downgrade plan notification modal (#5419) 2024-02-23 10:32:54 +08:00
Xiao Yijun
168ddc5927
refactor(console): plan comparison table (#5417) 2024-02-21 11:03:28 +08:00
Charles Zhao
c07049b64c
refactor(console,phrases): update phrases in organizations (#5387) 2024-02-06 06:08:32 +00:00
Charles Zhao
f2e08ebf0c
refactor(console,phrases): update organization guide next step action link (#5383) 2024-02-06 13:53:52 +08:00
Charles Zhao
de46b3d3f4
chore(console): update documentation links (#5382) 2024-02-06 11:22:27 +08:00
Charles Zhao
d2fc3fd916
chore(console): remove dev features flag from console client (#5368) 2024-02-05 09:20:14 +08:00
simeng-li
db643be188
feat(console): add third-party doc links (#5374)
add third-party docs links to AC page
2024-02-05 09:16:19 +08:00
simeng-li
185491d699
feat(console,phrases): add feature tag and pricing table (#5345)
* feat(console,phrases): add feature tag and pricing table

add feature tag and pricing table

* feat(console): add third-party tips

add third-party tips
2024-01-31 09:28:01 +08:00