0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00
Commit graph

2929 commits

Author SHA1 Message Date
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
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
Darcy Ye
b185bb7417
fix(console): bring back accidentally deleted css file (#6468) 2024-08-19 09:48:22 +00: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
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
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
Darcy Ye
26b976a828
refactor(console): refactor tag component (#6453) 2024-08-16 14:11:47 +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
Darcy Ye
c0ca5b427c
chore: fix add on notice footer 2024-08-16 00:54:16 +08:00
Darcy Ye
ed2d38670d
chore: open Stripe payment management page in new tab 2024-08-15 21:13:35 +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
Darcy Ye
ff6b304bac
fix(console): should not block custom JWT creation for OSS user (#6441) 2024-08-13 19:16:43 +08:00
Darcy Ye
da58dec022
fix: update tenant selector dropdown data source (#6438) 2024-08-13 13:22:26 +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
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
simeng-li
eca4501af8
refactor(console): avoid getSubscription call before authentication (#6426)
avoid getSubscription call before authentication
2024-08-09 08:33:19 +00: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
Darcy Ye
f96a6e49a9
fix(console): fix unexpected 401 error toast (#6416) 2024-08-07 17:25:08 +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
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
902e620e84
fix(console): fix the subscription plan display in tenant dropdown (#6393) 2024-08-04 17:42:40 +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
Darcy Ye
08e7c52365
refactor(console): update billing info showed in subscription details page (#6384) 2024-08-02 11:47:25 +08:00
Xiao Yijun
ebb6a91de7
chore(console): remove redunant login hint usage for invitation (#6385) 2024-08-01 21:02:04 +08:00
Charles Zhao
eef3d74dc8
refactor(console): delay module loading suspense component display by 500ms (#6345) 2024-08-01 17:44:00 +08:00
Darcy Ye
8e9f6e4a0b
refactor(console): get and check skuId from checkout session (#6369)
* refactor(console): get and check skuId from checkout session

* chore: update @logto/cloud dependency
2024-08-01 17:19:52 +08:00
simeng-li
b91ec0cd6f
feat(core,console,phrases): add custom data editor to application details page (#6370)
* feat(core,console,phrases): add custom data editor to application details page

add custom data editor to application details page

* chore: add changeset

add changeset

* fix(core): fix input params bug

fix input params bug

* fix(test): fix the integration tests

fix the integration tests

* fix(console): use the form controller element

use the form controller element

* fix(core,console): remove deepPartial statement

remove deepPartial statement from the patch application API payload guard

* fix(test): fix backchannel integration test

fix backchannel integration test
2024-08-01 14:11:44 +08:00
Gao Sun
d932e304cb
refactor(console): fix text overflow issue (#6366) 2024-07-31 11:42:38 +08:00
Darcy Ye
4abe2a8473
fix(console): add dev guard on new pricing model subscription hooks (#6363) 2024-07-30 18:13:14 +08:00
Gao Sun
40a8a9a9bb
feat: allow app secret edit (#6352) 2024-07-29 10:59:17 +00:00
Gao Sun
81b5a7cf96
Merge pull request #6351 from logto-io/gao-improve-app-secrets-ux
refactor(console): improve ux
2024-07-29 18:58:35 +08:00
Gao Sun
e67187126d
refactor: update per review 2024-07-29 17:47:26 +08:00
Gao Sun
a46d5ac6a7
Merge pull request #6322 from logto-io/gao-launch-multi-app-secrets
chore: launch multiple app secrets
2024-07-29 15:26:42 +08:00
Darcy Ye
918b6f2bbb
fix(console): fix the plan title for subscription plan selector (#6348) 2024-07-29 02:49:03 +00:00
Gao Sun
7659454d8f
Merge pull request #6355 from logto-io/gao-gao-use-tsup-for-connectors
refactor(connector): use tsup for building
2024-07-29 10:27:19 +08:00
Gao Sun
1b67934b1d
refactor(console, experience): solve sass deprecations (#6356) 2024-07-29 10:03:50 +08:00
Gao Sun
ebe24214a7
chore: update plausible urls (#6349) 2024-07-29 09:21:31 +08:00
wangsijie
0a20edc3d8
feat(console): add passport.js guide (#6344) 2024-07-29 09:20:15 +08:00
wangsijie
17e139dff1
feat(console): remove beta tag for protected app (#6341) 2024-07-29 09:17:50 +08:00
Gao Sun
210fb6ef73
ci: add check job 2024-07-28 13:55:55 +08:00
Gao Sun
01df8f46a2
refactor(console): improve ux 2024-07-28 11:47:40 +08:00
Gao Sun
b188bb1619
chore: launch multiple app secrets 2024-07-28 08:40:01 +08:00
Charles Zhao
a276f92183
chore(console): update bring your ui documentation link (#6317)
chore(console): add bring your ui documentation link
2024-07-26 18:59:05 +08:00
Charles Zhao
33a1ac1ca4
refactor(console): block page navigation when uploading custom ui assets (#6342) 2024-07-26 17:58:09 +08:00
Xiao Yijun
fb5b02bec9
style(console): fix custom jwt guide card style (#6343) 2024-07-26 16:41:17 +08:00
Xiao Yijun
556f7e43a7
fix(console): dragging anchor in the color picker on application branding page (#6340) 2024-07-26 15:54:58 +08:00
Gao Sun
c45a1a5ad4
refactor(console): safely lazy load pages (#6332)
* refactor(console): safely lazy load pages

* chore(console): use react-safe-lazy
2024-07-26 04:42:47 +00:00
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
Charles Zhao
e76d4e6e53
refactor(console): increase custom ui assets upload timeout to 5 mins (#6319)
refactor(console): increase custom ui assets upload timeout to 5mins
2024-07-25 17:59:48 +08:00
Charles Zhao
a2e457e8ef
fix(console): css loaded svg should be rendered properly (#6333) 2024-07-25 17:00:57 +08:00
Gao Sun
89b8662a15
fix(console): check scope only when data is ready (#6329) 2024-07-25 04:00:34 +00:00
Gao Sun
d7b6987b48
refactor(console, experience): optimize bundling (#6326)
* refactor(console, experience): optimize bundling

* fix: use correct favicon paths

* chore: use dynamic react dependency checking in bundling
2024-07-25 02:07:28 +00:00
Gao Sun
0d290cd2ab
Merge pull request #6323 from logto-io/gao-use-mermaid-import
refactor(console): use local mermaid import
2024-07-25 09:26:44 +08:00
Gao Sun
b78b7e837f
Merge pull request #6324 from logto-io/gao-use-vite-for-experience
refactor(experience): use vite
2024-07-25 09:26:00 +08:00
Gao Sun
07f33d7278
fix(console): use correct public url (#6325) 2024-07-24 13:46:04 +00:00
Gao Sun
aeec3b1141
refactor(console): use local mermaid import 2024-07-24 17:48:14 +08:00
Gao Sun
3bf756f2b5
refactor(experience): use vite 2024-07-24 17:47:37 +08:00
Gao Sun
6c1f4283a9
refactor(console): use vite 2024-07-24 17:47:02 +08:00
Gao Sun
8ee1eb94e6
Merge pull request #6310 from logto-io/gao-generate-secret-on-creation
refactor: generate application secret on creation
2024-07-24 17:36:47 +08:00
Gao Sun
2ba252bef6
Merge pull request #6304 from logto-io/gao-console-app-secrets
feat(console): support multiple app secrets
2024-07-24 16:30:02 +08:00
Gao Sun
6b33a36960
chore: add comment 2024-07-24 16:14:15 +08:00
Xiao Yijun
5ee47af00c
fix(console): fix loading and error handling for org details page (#6313) 2024-07-23 13:14:06 +08:00
Gao Sun
ef325b25e4
refactor: generate application secret on creation 2024-07-23 11:40:54 +08:00
Charles Zhao
32e33487bd
fix(console): should be able to remove the zip on upload error (#6306) 2024-07-23 10:57:29 +08:00
Charles Zhao
c76c8e6a26
Merge pull request #6307 from logto-io/charles-log-9679-log-9680-misc-updates
refactor(console,schemas): misc updates for bring your ui feature
2024-07-23 09:26:23 +08:00
Charles Zhao
57ade9b6f3
Merge pull request #6301 from logto-io/charles-log-9663-log-9667-minor-ui-updates
refactor(console,phrases): minor ui changes to file uploader component and ui description
2024-07-23 09:25:50 +08:00
Charles Zhao
708397361c
fix(console): add cloud guard to bring your ui form field 2024-07-22 17:53:56 +08:00
Charles Zhao
b8e1cb3a8f
refactor(phrases): improve bring your ui field description 2024-07-22 17:36:07 +08:00
Gao Sun
3e58d74af7
Merge pull request #6284 from logto-io/gao-update-name
feat(elements): update name of user
2024-07-22 16:46:18 +08:00
Gao Sun
e8a55b38d0
feat(console): support multiple app secrets 2024-07-22 16:26:19 +08:00
wangsijie
58aea3fb7f
chore(console): remove dev feature guard (#6303) 2024-07-22 08:20:22 +00:00
Charles Zhao
4459924d04
refactor(console): update file uploader component to 80px fixed height 2024-07-22 14:07:09 +08:00
Charles Zhao
3538b1efd7
fix(console): sidebar width should not be shrunk (#6299) 2024-07-22 05:39:39 +00:00
Charles Zhao
def21c7bca
feat(console,phrases): add bring your UI feature paywall (#6275)
feat(console,phrases): add bring your ui feature paywall
2024-07-22 11:50:47 +08:00
Gao Sun
85545d4cee
feat(elements): update name 2024-07-22 11:44:24 +08:00
Charles Zhao
ead7c84973
refactor(console,phrases,schemas): increase file upload size limit to 10mb (#6258)
refactor(console,phrases,schemas): increase file upload size limit to 10 mb
2024-07-22 03:25:20 +00: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
Gao Sun
e873b5d51c
chore(deps): upgrade react 2024-07-20 22:20:37 +08:00
Gao Sun
b73452ceb3
chore(deps): upgrade typescript 2024-07-20 22:04:56 +08:00
wangsijie
3205e36e32
chore: remove feature guard for token exchange (#6246) 2024-07-19 18:23:09 +08:00
Gao Sun
79d8f37234
Merge pull request #6250 from logto-io/gao-init-i18n
feat(elements): init i18n
2024-07-19 17:15:13 +08:00
Gao Sun
4d87d7a570
Merge pull request #6245 from logto-io/gao-init-elements
feat: init elements
2024-07-19 17:14:19 +08:00
wangsijie
477d8a7369
feat(console): add impersonation tag to audit log (#6267) 2024-07-19 17:00:00 +08:00
wangsijie
156f5f5af4
feat(console): add impersonation price item (#6269) 2024-07-19 16:44:22 +08:00
Charles Zhao
4ac4f8cdb4
fix(console): should not toast invitation sent message when creating tenant w/o invitee (#6270)
fix(console): should not toast invitation sent message when creating tenant without invitee
2024-07-19 06:07:20 +00:00
Charles Zhao
17d7be3992
feat(console): implement custom ui assets upload component (#6217) 2024-07-18 15:56:09 +08:00
Darcy Ye
6963192ac5
fix(console): fix passwordless connector tester send failed bug (#6268) 2024-07-18 15:53:48 +08:00
wangsijie
ca73d3142f
fix(console): fix grant data card height (#6264) 2024-07-18 14:04:56 +08:00
Charles Zhao
9772392e6a
fix(console): fix image upload in onboarding process (#6266) 2024-07-18 12:20:35 +08:00
Darcy Ye
3aa7e57b3d
fix(console): fix Google connector scope field can not be unset bug (#6254) 2024-07-17 15:17:37 +08:00
Gao Sun
bf139e5a8a
feat(elements): init i18n 2024-07-15 19:00:18 +08:00
Gao Sun
c637fcb2c2
feat: init elements 2024-07-15 11:43:48 +08:00
Gao Sun
e3109af026
chore(deps): upgrade zod 2024-07-12 20:56:01 +08:00
Gao Sun
ef33361179
Merge pull request #6226 from logto-io/gao-experience-branding-fixes 2024-07-12 15:56:05 +08:00
Gao Sun
ba875b417c
refactor: fix third-party app experience branding (#6223) 2024-07-12 06:04:43 +00:00
Gao Sun
cee1c54dc0
refactor(console): improve branding experience 2024-07-11 17:06:21 +08:00
Gao Sun
94c4cc0e56
refactor(console): update all logo uploaders (#6209) 2024-07-10 15:56:11 +08:00
Gao Sun
6060919a21
Merge pull request #6206 from logto-io/gao-refactor-logo-uploads
refactor(console): reorg logo uploads
2024-07-10 14:47:48 +08:00
Gao Sun
10fde8c185
refactor(console): rename file 2024-07-10 14:32:46 +08:00
Gao Sun
5f8eb518b5
Merge pull request #6196 from logto-io/gao-app-logo-and-color
feat: support app-level branding
2024-07-10 14:17:59 +08:00
Gao Sun
a4a4ef4cd4
refactor(console): reorg logo uploads 2024-07-09 15:03:46 +08:00
Gao Sun
4a8b7c0648
feat: support app-level branding 2024-07-08 16:52:15 +08:00
wangsijie
1557c34134
feat(core): add subject token context to jwt customizer (#6185) 2024-07-08 07:35:00 +00:00
wangsijie
c1a01d6925
feat(console,schemas): add grant context to custom jwt (#6184) 2024-07-08 14:51:24 +08:00
Gao Sun
51be195e51
Merge pull request #6192 from logto-io/gao-support-org-logo-for-sie
feat: organization logo
2024-07-08 13:15:54 +08:00
Gao Sun
164c42054a
refactor: remove unused patches (#6179) 2024-07-08 13:15:34 +08:00
Gao Sun
3a839f6d60
feat: organization logo 2024-07-07 21:40:26 +08:00
silverhand-bot
1fa9f85e14
release: version packages (#5987) 2024-07-06 09:07:56 +08:00
Gao Sun
af44e87ebd
refactor(console): add chrome extension guide (#6178) 2024-07-05 03:49:20 +00:00
Gao Sun
1efa7e72a4
Merge pull request #6177 from logto-io/gao-update-dotnet-guides
refactor(console): improve dotnet guides
2024-07-05 11:48:38 +08:00
Gao Sun
1c90671451
refactor(console): check mermaid by integration test env (#6183) 2024-07-04 15:18:00 +00:00
Gao Sun
9b3945a48d
fix(console): fix page issues (#6181) 2024-07-04 14:09:53 +00:00
Gao Sun
0453f80598
refactor(console): improve dotnet guides 2024-07-04 14:27:14 +08:00
Charles Zhao
06ef19905b
fix(console): hide error toast for non-existed application in audit logs (#6168)
* fix(console): hide error toast for non-existed application in audit logs

* chore: add changeset
2024-07-03 11:44:37 +08:00
Gao Sun
afd2d22886
refactor(console): add aggregated npm installation component (#6159) 2024-07-02 21:05:13 +08:00
Charles Zhao
9e532f6daa
fix(console): fix custom element swap in mdx (#6166) 2024-07-02 11:07:21 +00:00
Gao Sun
978817ec0c
refactor(console): optimize api resource guides (#6162) 2024-07-02 14:34:19 +08:00
Charles Zhao
2b3e482882
fix(console): fix broken api resource guides (#6161) 2024-07-02 12:44:18 +08:00
Gao Sun
9d3697a3b1
refactor: upgrade logto sdks (#6160) 2024-07-02 12:32:22 +08:00
Gao Sun
81c014173c
refactor(console): load mermaid in dev (#6155) 2024-07-02 10:38:43 +08:00
Charles Zhao
c97ebaa41e
refactor(console): update angular integration guide (#6157)
* refactor(console): update angular integration guide

* refactor(console): improve content

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-02 02:31:34 +00:00
Charles Zhao
8445db283d
refactor(console): update vue integration guide (#6153)
* refactor(console): update vue integration guide

* refactor(console): improve content

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-02 02:19:18 +00:00
Charles Zhao
37bae63e74
refactor(console): update react integration guide (#6151)
* refactor(console): update react integration guide

* refactor(console): improve content

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-02 02:10:44 +00:00
Charles Zhao
414f62aed3
refactor(console): update vanilla js integration guide (#6156)
* refactor(console): update vanilla js integration guide

* refactor(console): improve content

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-02 02:08:41 +00:00
Gao Sun
b52ef323cb
refactor(console): add retry button on error (#6158) 2024-07-02 09:42:51 +08:00
simeng-li
15a3d1d184
docs(console): update the java spring guide (#6133)
---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-01 13:52:57 +00:00
Gao Sun
dd69c1c4f6
refactor: fix mermaid in production (#6149)
Use dynamic CDN import to use Mermaid as Parcel has issues on handling the
static import in production.
2024-07-01 18:06:38 +08:00
simeng-li
88dd7d2f87
docs(console): update the capacitor integration guide (#6128)
* docs(console): update the capacitor integration guide

update the capacitor integration guide

* fix(console): reorg capacitor guide

reorg capacitor guide

* chore(console): update the section title

update the section title

* refactor(console): improve content

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-01 09:49:31 +00:00
simeng-li
ac063f9140
docs(console): update flutter intergration guide (#6125)
improve content

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-01 08:43:37 +00:00
simeng-li
5c4ddee042
docs(console): update the expo SDK integration guide (#6126)
* docs(console): update the expo SDK integration guide

update the expo SDK integrtion guide

* chore(console): update rn guide section title

update rn guide section title

* refactor(console): improve content

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-01 16:05:49 +08:00
Gao Sun
87615d58ce
chore: launch m2m app for organizations (#6129)
* chore: launch m2m app for organizations

* chore: add changeset
2024-07-01 14:55:47 +08:00