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

4052 commits

Author SHA1 Message Date
Charles Zhao
dbbd766220
fix(console): switch component (#3736) 2023-04-24 10:18:09 +08:00
Gao Sun
9f14e065e8
Merge pull request #3733 from logto-io/renovate/i18next-22.x
chore(deps): update i18next series packages
2023-04-23 17:47:58 +08:00
Gao Sun
42e5dab7c6
ci: update release workflow (#3742)
use the target deployment environment `dev` and `prod` to tag current
deployed images instead of `sha-*` since it is unstable and unclear. remove
`sha-*` tagged and untagged images regularly.
2023-04-23 17:47:28 +08:00
Darcy Ye
8fc6c3c803
feat(connector): make official connectors scope configurable (#3723) 2023-04-23 16:56:07 +08:00
Gao Sun
5ef299866d
fix(console): fix react data router (#3737) 2023-04-22 22:24:06 +08:00
Gao Sun
c72f4ac0ee
refactor(console,ui): fix errors 2023-04-22 00:55:17 +08:00
Gao Sun
05d38becbd
chore(deps): upgrade i18next series packages 2023-04-21 18:23:45 +08:00
Gao Sun
368d2f3efb
chore(deps): update dependency i18next to v22 2023-04-21 18:21:09 +08:00
Darcy Ye
b204cf828d
chore(cloud): add payload to service log (#3712) 2023-04-21 03:12:37 +00:00
silverhand-bot
dd24aafc17
release: version packages (#3728) 2023-04-20 17:04:15 +00:00
Gao Sun
7337ce16d5
Merge pull request #3725 from logto-io/gao-add-click-plugin-to-app-insights
feat(app-insights): click plugin, React context and hook
2023-04-21 00:43:16 +08:00
Gao Sun
4c783fcaec
chore: add caution for primary domain util 2023-04-21 00:29:53 +08:00
Gao Sun
748878ce5b
feat(app-insights): add React context provider and hook
and fix AppInsights init issue for frontend projects.
2023-04-21 00:29:53 +08:00
Gao Sun
4331deb6f2
feat(app-insights): support ClickAnalytics plugin 2023-04-21 00:29:52 +08:00
Gao Sun
be373591a9
refactor(ui): use swc for testing (#3726)
* refactor(ui): use swc for testing

* chore: remove unused code
2023-04-20 16:21:21 +00:00
wangsijie
2ad86d55b3
fix(core): use client s3 sdk (#3715) 2023-04-20 15:20:05 +08:00
Charles Zhao
0acda89071
fix(console): remove react warning from connector config form (#3720) 2023-04-20 11:45:33 +08:00
Charles Zhao
e0649aa81a
fix(console): remove react warning from Switch component (#3719) 2023-04-20 11:45:14 +08:00
silverhand-bot
666c4eaaa7
release: version packages (#3722) 2023-04-19 22:34:00 +08:00
Gao Sun
352807b16a
feat: setting cloud role name for AppInsights in React (#3721)
* feat: setting cloud role name for AppInsights in React

* refactor: simplify service role names
2023-04-19 12:39:37 +00:00
renovate[bot]
e97fe2e1f3
chore(deps): update dependency react-router-dom to v6.10.0 (#3238)
* chore(deps): update dependency react-router-dom to v6.10.0

* fix: lockfile

* fix: react router

* chore: add annotations about the type definition file

* fix: bump version number for ui package

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-04-19 18:05:57 +08:00
Gao Sun
4b6ad4c8c5
chore: allow setting appinsights string in core Dockerfile (#3717)
since we are tracking the main flow for Logto Cloud, it is required to pass
an ApplicationInsights connection string to make it works.
2023-04-19 18:05:43 +08:00
silverhand-bot
9f50cc4a80
release: version packages (#3718) 2023-04-19 18:05:22 +08:00
Gao Sun
8197885e43
chore: add changeset (#3716) 2023-04-19 17:21:03 +08:00
Darcy Ye
107f94554f
docs(connector): update connector docs links (#3714) 2023-04-19 16:37:15 +08:00
Gao Sun
afdbcb39d6
refactor(core,cloud): add ApplicationInsights URL to CSP directive (#3710) 2023-04-19 13:48:20 +08:00
Darcy Ye
3e5b8dd796
fix(connector,phrases): cloud sms/email connectors error message (#3699) 2023-04-19 11:07:45 +08:00
Gao Sun
8a07ef9fbd
chore: update README.md (#3713)
update language support
2023-04-19 10:59:10 +08:00
silverhand-bot
85889031d0
release: version packages (#3705) 2023-04-18 21:13:31 +08:00
Xiao Yijun
60d258a282
chore: avoid using "primary" for email and phone identifiers (#3711) 2023-04-18 10:41:32 +00:00
Xiao Yijun
ddde9c597e
style(console): update permission table style (#3709) 2023-04-18 15:48:58 +08:00
Xiao Yijun
5ccce59c73
style(console): update modal overlay paddings (#3708) 2023-04-18 15:48:45 +08:00
Darcy Ye
2e036eae1f
refactor(core): reorg connector routes and UTs (#3700) 2023-04-18 06:08:52 +00:00
Gao Sun
020a811016
refactor(core): improve cache behavior (#3706) 2023-04-18 12:20:07 +08:00
Gao Sun
d475ef9c03
chore: fix version workflow 2023-04-17 22:18:47 +08:00
Gao Sun
c55ff367c7
chore: specify versions for workspace protocol (#3707) 2023-04-17 10:10:14 +00:00
Xiao Yijun
8565ab3dba
refactor(console): add user title display rule (#3701) 2023-04-17 09:55:04 +00:00
Gao Sun
5ef2d7fb48
ci: remove duplicate version script (#3704) 2023-04-17 16:44:06 +08:00
Gao Sun
b2b15723b5
chore: update changesets config (#3703)
chore: update changeset config
2023-04-17 16:22:39 +08:00
Charles Zhao
457cb28224
fix(console): adding social connector should mark related get-started action item as completed (#3693)
* fix(console): adding social connector should mark related get-started action item as completed

* chore: add changeset
2023-04-15 08:10:42 +08:00
Xiao Yijun
c5eb3a2ba7
feat(console): create user by multiple identifiers (#3694) 2023-04-14 09:48:49 +00:00
Xiao Yijun
5553425fcd
feat(console): suspend user (#3696) 2023-04-14 16:44:37 +08:00
Xiao Yijun
9cedac95cb
refactor(cli): improve translation cli (#3695) 2023-04-14 14:00:39 +08:00
Charles Zhao
6b1948592a
feat(core): provide management API to detect if user has password (#3698)
* feat(core): provide management API to detect if user has password

* chore: add changeset

* chore: add response status to koa guard

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

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2023-04-14 12:22:33 +08:00
renovate[bot]
5beeb5575b
chore(deps): update logto js sdk monorepo packages to v1.1.1 (#3690)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-12 10:01:54 +00:00
Charles Zhao
3cceb40387
chore(phrases): improve wording in AC profile change password dialog (#3692) 2023-04-12 15:45:28 +08:00
Darcy Ye
6bb4098409
feat(console): should mask confidential connector config values by default (#3645) 2023-04-11 16:11:10 +08:00
Darcy Ye
e4fc54000e
chore(console): update non-standard social connector target content (#3688) 2023-04-11 15:14:30 +08:00
simeng-li
4945b0be23
fix(cli): fix changeset syntax (#3689)
* fix(cli): fix changeset syntax

fix changeset syntax

* fix(cli): move stage to changeset

move stage to changeset
2023-04-11 06:05:17 +00:00
Darcy Ye
d3b4a0e792
chore(console): connector guide page should use global scrollbar (#3649) 2023-04-11 13:52:05 +08:00