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

7043 commits

Author SHA1 Message Date
Darcy Ye
026f7e48bc
refactor: align cloud API response type definition (#6665) 2024-10-10 11:10:56 +08:00
wangsijie
3eede7893f
feat(core): get user profile (#6650) 2024-10-10 10:30:20 +08:00
wangsijie
72a57e23cd
feat(core): check password policy before changing password (#6649) 2024-10-10 07:55:47 +08:00
wangsijie
e3be97b528
feat(core): add and change primary email (#6643) 2024-10-09 10:21:25 +08:00
simeng-li
9e67f27602
fix(core): expose syntax error response (#6646)
expose syntax error response
2024-10-08 10:14:21 +08:00
wangsijie
37b05f9d49
feat(core): trigger webhook event in profile api (#6641) 2024-10-01 09:43:17 +08:00
Charles Zhao
76acfe332c
refactor(console,phrases): improve feature description for rotate refresh token (#6647) 2024-09-30 19:50:20 +08:00
wangsijie
26b9a38a4f
feat(core): update username (#6640) 2024-09-29 14:07:14 +08:00
wangsijie
3131802c6a
feat(core): add update name and avatar endpoint (#6636) 2024-09-29 10:34:59 +08:00
Bradford Powell
fc6f94f111
refactor(cli): keep alteration scripts folder writable by gid 0 (#6328)
facilitates running in rootless container with r/w mounted alteration-scripts
directory (fixed #6327)
2024-09-26 12:47:26 +08:00
Charles Zhao
349a6a405b
chore: split and add dedicated changeset for tunnel (#6632) 2024-09-26 10:55:04 +08:00
Gao Sun
f5b17f31f1
chore: fix typos in README.md (#6635) 2024-09-25 08:22:46 +00:00
Charles Zhao
ea333b3dd9
chore(core): update code comments in security header middleware (#6634) 2024-09-25 16:18:52 +08:00
Michael Giraldo
0c43618f76
chore: update readme with useful links to documentation and blog (#6615)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-09-25 15:09:26 +08:00
Charles Zhao
3c993d59c4
fix(core,tunnel,phrases): support range requests when hosting custom ui assets (#6630) 2024-09-25 14:36:50 +08:00
Darcy Ye
e54baf458a
refactor(console): remove subscription plans (#6591) 2024-09-25 11:13:39 +08:00
Darcy Ye
fa6f8ef498
fix(console): fix console resource usage tooltip (#6629) 2024-09-24 21:42:21 +08:00
Darcy Ye
5a522226d5
fix(console): fix console resource usage tooltip (#6628) 2024-09-24 11:01:02 +00:00
Darcy Ye
eccba56481
refactor(console): update pricing console page (#6620)
* refactor(console): update pricing console page

* refactor: refactor code

* chore: update code according to cr
2024-09-24 07:55:05 +00:00
wangsijie
b3cac2edb1
Revert "fix(console): fix empty string update of connector config for… (#6627)
Revert "fix(console): fix empty string update of connector config form (#6626)"

This reverts commit f8fd52b2f8.
2024-09-24 15:40:40 +08:00
wangsijie
1b001f8fe8
feat(core): update password in profile (#6571) 2024-09-24 14:56:04 +08:00
wangsijie
657236a492
fix(connector): add type list in readme (#6625) 2024-09-24 13:48:46 +08:00
wangsijie
f8fd52b2f8
fix(console): fix empty string update of connector config form (#6626)
Revert "fix(console): fix passwordless connector tester send failed bug (#6268)"

This reverts commit 6963192ac5.
2024-09-24 13:48:35 +08:00
wangsijie
b73728bbe5
fix(connector): replace smtp logo (#6622) 2024-09-24 12:04:38 +08:00
wangsijie
4030d3e117
fix(connector): add tooltip of authorization header field (#6621) 2024-09-24 12:04:29 +08:00
wangsijie
201cd11792
fix(connector): fix readme link in http email (#6618) 2024-09-24 09:52:45 +08:00
wangsijie
a88a1e9f6a
fix(connector): fix http email connector id (#6617) 2024-09-23 15:45:20 +08:00
wangsijie
6fddf6750c
docs(connector): add readme of http email connector (#6603) 2024-09-23 06:17:34 +00:00
wangsijie
9adbb31341
feat(connector): add http email connector (#6592) 2024-09-23 13:58:45 +08:00
wangsijie
21a59363ae
feat(console): hide the entrance of http email connector (#6616) 2024-09-23 13:58:10 +08:00
Darcy Ye
1aa5b262b0
fix(console): fix PlanUsage not displayed for enterprise plan w/o subscription (#6611)
* fix(console): fix PlanUsage not displayed for enterprise plan w/o subscription

* fix(console): do not show next billing hint for enterprise plan

* fix(console): add comments
2024-09-20 11:55:33 +00:00
Gao Sun
9df5866553
refactor(console): fix flag styles (#6610) 2024-09-20 19:48:18 +08:00
Gao Sun
a1d0d109df
refactor(phrases): sync translation (#6607)
* refactor(phrases): sync translation

* refactor: revert type
2024-09-20 16:37:27 +08:00
Gao Sun
72738b2b65
refactor(console): fix region-related styles (#6606) 2024-09-20 07:13:18 +00:00
Xiao Yijun
c61dd50e60
fix(experience): add missing button loading state (#6599) 2024-09-20 14:49:53 +08:00
simeng-li
918f8503fd
feat(core): add feature flag switch for experience app (#6564)
* feat(core,schemas): implement experience package a/b test

implement experience package a/b test

* refactor(core,schemas): rename to featureFlag

rename to featureFlag

* refactor(core): replace the hash alg

replace the hash alg and add trySafe wrapper

* chore(core): update function name and comments

update function name and comments

* refactor(core): optimize the code logic

optimize the code logic, add head to indicate the experience package

* refactor(core): update static module proxy header

update static module proxy header

* fix(core): fix unit test

fix unit test

* fix(core): clean up empty line

clean up empty line

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

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-20 10:10:17 +08:00
Xiao Yijun
5ddb64d8cd
style(console): hide button title when loading (#6602) 2024-09-19 10:37:03 +00:00
Gao Sun
8e5127f90b
Merge pull request #6594 from logto-io/gao-au-region
feat(console): au region
2024-09-19 10:30:07 +08:00
Gao Sun
3c9b1eaafe
refactor: catch withtyped errors 2024-09-18 22:13:38 +08:00
Gao Sun
eee4317dac
feat(console): au region 2024-09-18 20:46:42 +08:00
silverhand-bot
43d83e8bb3
release: version packages (#6424) 2024-09-13 18:06:50 +08:00
simeng-li
5aab7c01bf
fix(core): add sso only email guard (#6576)
* fix(core): add sso only email guard

add sso only email guard to registration and profile fulfilling flow

* chore: update changeset

update changeset

* chore(core): update content

update content

* fix(core): update content

update content
2024-09-13 09:34:37 +00:00
Charles Zhao
d7663db6cf
fix(experience-legacy): flip arrow icons on rtl (#6584) 2024-09-13 08:02:55 +00:00
Charles Zhao
6a4726b588
test: add ui integration test for lang and dir html attributes in experience (#6581) 2024-09-13 14:44:31 +08:00
Charles Zhao
cf53bb2c8c
test: add integration test for no password user setting password (#6579)
* test: add integration test for no password user setting password

* refactor(test): polish content

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

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-09-13 14:44:15 +08:00
Darcy Ye
560cb23b30
refactor: refactor SkuName component to make isEnterprisePlan as input (#6580) 2024-09-13 11:42:48 +08:00
Charles Zhao
193b4a4011
fix(experience-legacy): update text alignment for RTL support (#6583) 2024-09-13 03:37:35 +00:00
wangsijie
8bb5c81766
feat(schemas): add verification record table (#6566) 2024-09-13 09:47:33 +08:00
Darcy Ye
a6402e70a7
fix: fix enterprise console issues (#6578)
* fix: fix enterprise console issues

* fix: exclude 0 quota in plan usage card

* fix: fix skuName and do not show sku ID for enterprise plan
2024-09-12 09:04:15 +00:00
simeng-li
1383aafebb
fix(core): avoid duplicate operationId (#6574)
avoid duplication operationId
2024-09-12 13:44:03 +08:00