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

4692 commits

Author SHA1 Message Date
Gao Sun
c54b8bb629
refactor(core): refine webhook log payload (#3973)
rename log payload field `json` -> `hookRequest.body`
2023-06-05 15:46:36 +00:00
Xiao Yijun
032b7f9d07
refactor(phrases): update the tenant settings tab key (#3974) 2023-06-05 20:01:32 +08:00
Darcy Ye
e6ea8fde54
chore(console): reorganize console page (#3930) 2023-06-05 18:27:36 +08:00
Gao Sun
4e3b2ce351
refactor: add learn more link for Default API switch (#3972) 2023-06-05 17:46:49 +08:00
simeng-li
5599667576
fix(console): hide some log headers for webhook event (#3971)
* fix(console): hide some log headers for webhook event

hide some log headers for webhook event

* fix(console): address typo

address typo
2023-06-05 17:27:45 +08:00
Xiao Yijun
12ae2622b1
refactor(core): return 422 if failed to send a webhook test payload (#3970) 2023-06-05 16:02:43 +08:00
Xiao Yijun
7dc7b0c934
chore(phrases): add tenant settings tab phrase for domains (#3969) 2023-06-05 13:54:22 +08:00
Gao Sun
0fcd7969a9
Merge pull request #3922 from logto-io/gao-support-default-resource
feat: support default API Resource
2023-06-05 13:35:46 +08:00
Darcy Ye
6ee0682f8a
refactor(console): card selector (#3968) 2023-06-05 13:29:47 +08:00
Gao Sun
17d72c8564
refactor(core): refine query 2023-06-05 12:51:35 +08:00
Gao Sun
c3ff23902d
refactor: stringify error before report to AppInsights (#3964) 2023-06-05 12:38:52 +08:00
Darcy Ye
598392a5ec
feat(phrases): tenant settings page phrases (#3967) 2023-06-05 03:53:09 +00:00
Gao Sun
08c5771a85
chore(phrases): keep API Indicator phrases original 2023-06-04 23:29:37 +08:00
Gao Sun
268dc50e76
chore: add changeset and update phrases 2023-06-04 23:13:42 +08:00
Gao Sun
6dad8e9e3d
refactor(console): show default api tag 2023-06-04 21:51:15 +08:00
Gao Sun
e8ed876878
test: add default resource integration test 2023-06-04 20:46:43 +08:00
Gao Sun
c933bf58f7
feat: support default API Resource 2023-06-04 20:46:36 +08:00
Xiao Yijun
0dbacb89aa
chore(phrases): update domain phrases for console (#3960) 2023-06-03 13:11:05 +08:00
Tc001
fb2bb527aa
fix(console): use correct vanillajs isAuthenticated method in guide (#3947)
fix(console): correct code sample in vanilla-js guide
2023-06-02 09:16:46 +00:00
wangsijie
0e8817f279
fix(core): delete cloudflare custom domain (#3953)
* fix(core): delete cloudflare custom domain

* fix(core,phrases): handle cloudflare api errors
2023-06-02 08:50:36 +00:00
Xiao Yijun
6f6941b9ba
refactor(console): replace tsx svg components with svg files (#3952) 2023-06-02 15:40:35 +08:00
wangsijie
8178d61eca
refactor(core): persist dns records to database (#3950) 2023-06-02 14:22:58 +08:00
Darcy Ye
64af2dc88e
fix(connector): signature method for both Aliyun DM and SMS (#3920) 2023-06-02 06:15:52 +00:00
wangsijie
f35d1cbb86
fix(core): fix url resolver for cloudflare (#3948) 2023-06-02 11:42:48 +08:00
Charles Zhao
44e18c081a
fix(console): generated passwords should pass the regex checks (#3925) 2023-06-01 22:33:45 +08:00
Charles Zhao
f89af550de
test: improve ui test stability and remove unnecessary code (#3945) 2023-06-01 09:35:29 +00:00
Charles Zhao
19ef8c1e35
chore: bump logto js sdks (#3943) 2023-06-01 17:01:00 +08:00
Darcy Ye
a8ad9b9371
chore(schemas): remove useless comment (#3944) 2023-06-01 17:00:38 +08:00
simeng-li
3d98852334
chore(core): bump oidc version (#3941)
* chore(core): bump oidc version

bump oidc version

* fix(core): fix userId not found bug

fix userId in session not found bug
2023-06-01 16:20:08 +08:00
wangsijie
b53258ba56
fix(core): get cf id before insert (#3934) 2023-06-01 16:04:15 +08:00
wangsijie
a1ea4c388f
feat(core): apply custom domain to koa (#3928) 2023-06-01 15:58:28 +08:00
wangsijie
fa0dbafe81
feat(core): integrate with cloudflare (#3919)
* feat(phrases): add phrases

* feat(core): add domains library

* feat(core): integrate cloudflare

* chore: changeset

* fix: read envset inside

* fix: fix cloudflare request

* fix: fix integration test envset problem

* fix: cr fixes
2023-06-01 15:32:49 +08:00
Charles Zhao
1d7330835c
fix(core): verify an empty string password should return 400 instead of 500 (#3939)
* fix(core): verify an empty string password should return 400 instead of 500

* test(core,test): add unit and integration tests for verify password api
2023-06-01 07:10:21 +00:00
renovate[bot]
b1e048772c
chore(deps): update dependency puppeteer to v20 (#3803)
* chore(deps): update dependency puppeteer to v20

* chore(deps): update dependency jest-puppeteer to v9

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2023-06-01 12:37:59 +08:00
Xiao Yijun
73666f8fa7
chore: add changeset for webhook features (#3932) 2023-06-01 12:37:50 +08:00
Xiao Yijun
813e216398
fix(core): trigger reset password hook (#3916) 2023-06-01 12:18:49 +08:00
Darcy Ye
06709179ee
chore(console): remove get started progress dropdown (#3931) 2023-06-01 10:47:04 +08:00
Xiao Yijun
319290cec4
chore(phrases): update webhook phrases (#3937) 2023-06-01 09:23:10 +08:00
Xiao Yijun
189f2d3af7
chore(test): use fake time in webhook unit tests (#3933) 2023-05-31 20:03:08 +08:00
Xiao Yijun
358561293f
chore(phrases): add custom domain phrases for console (#3929) 2023-05-30 17:32:30 +08:00
simeng-li
93e995aa83
feat(cli): export add connectors utils (#3926)
export add connectors utils
2023-05-30 14:16:10 +08:00
renovate[bot]
11cb34f7ae
chore(deps): update parcel monorepo to v2.9.1 (#3912)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-05-30 06:03:18 +00:00
Gao Sun
f1d73af537
Merge pull request #3905 from logto-io/gao-add-google-tag
refactor: add google tag conversion report
2023-05-30 13:27:21 +08:00
Gao Sun
1c80a95aee
refactor(console): pring debug info only when event is triggered 2023-05-30 13:12:54 +08:00
Xiao Yijun
f38d734e40
test: add ui tests for webhook management (#3923) 2023-05-30 11:18:39 +08:00
Darcy Ye
1b57f26533
feat(cloud,test): add DELETE /tenants/:id API (#3900) 2023-05-30 02:50:06 +00:00
Darcy Ye
47abbd8cb6
feat(cloud,schemas): add PATCH /tenants/:id API (#3881) 2023-05-30 00:54:52 +08:00
Charles Zhao
bb77850e62
chore(phrases): remove unnecessary exclamation points from phrases (#3918)
* chore(phrases): remove unnecessary exclamation points from phrases

* chore: remove unnecessary white spaces
2023-05-29 06:31:07 +00:00
Darcy Ye
62b1ee6b72
feat(cloud,schemas,cli): update cloud service tenant APIs (#3875) 2023-05-29 04:57:10 +00:00
Xiao Yijun
708303349e
feat(console): support pagination for webhooks page (#3914) 2023-05-29 03:57:57 +00:00