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

1821 commits

Author SHA1 Message Date
Xiao Yijun
657bfa982a
refactor(phrases): split I18n locale file (#1535) 2022-07-13 19:58:49 +08:00
renovate[bot]
24c7b99c45
chore(deps): update dependency @silverhand/jest-config to ^0.15.0 (#1527)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 11:44:25 +08:00
renovate[bot]
8460f4ae16
chore(deps): update dependency @silverhand/ts-config-react to ^0.15.0 (#1529)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 03:40:57 +00:00
renovate[bot]
1cddf81a78
chore(deps): update dependency @silverhand/ts-config to ^0.15.0 (#1528)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 11:29:10 +08:00
Darcy Ye
7367cbc815
docs(connector): sendgrid readme zh-CN (#1524) 2022-07-13 02:51:26 +00:00
IceHe.xyz
434e97d5cf
chore: bump eslint-config and eslint-config-react 0.15.0 (#1521)
* chore: bump eslint-config 0.15.0

* chore: bump eslint-config-react 0.15.0

* style: no explicit any
2022-07-12 23:00:05 +08:00
simeng-li
3e76de0ac9
feat(core): add admin guard to signin (#1523)
* feat(core): add admin guard to signin

add admin guard to signin

* fix(core): cr update

cr update

* fix(core): naming update

naming update
2022-07-12 13:58:02 +00:00
Darcy Ye
fc19c00cb2
docs(connector): twilio readme zh-CN (#1520) 2022-07-12 12:16:12 +00:00
Xiao Yijun
acefafed72
refactor: rename DTO -> Dto (#1522) 2022-07-12 18:35:51 +08:00
Charles Zhao
074d455370
Merge pull request #1512 from logto-io/charles-log-3570-fix-google-connector-user-avatar
fix(console): should display user avatar through google connector
2022-07-12 17:40:19 +08:00
Charles Zhao
e2f52635c0
fix(console): should display user avatar through google connector 2022-07-12 17:34:17 +08:00
Xiao Yijun
459af3823c
fix(console): should not display unsaved alert on item deleted (#1507) 2022-07-12 17:11:58 +08:00
Gao Sun
f387652bfd
fix(console): tooltip style (#1517) 2022-07-12 16:56:29 +08:00
Darcy Ye
a78427e470
docs(connector): smtp readme zh-CN (#1514) 2022-07-12 07:57:26 +00:00
IceHe.xyz
b4c202275b
docs(console): improve code sample in vue tutorial (#1519) 2022-07-12 15:42:33 +08:00
Gao Sun
14b049a8b5
docs(connector): add note for why we don't support custom scope (#1516) 2022-07-12 12:44:09 +08:00
Darcy Ye
2e0db1ee8b
docs(connector): fix twilio readme according to bug bash (#1518) 2022-07-12 04:43:46 +00:00
IceHe.xyz
96646fc449
docs(connector): fix wrong indents in connector-sendgrid-mail (#1515) 2022-07-12 11:56:09 +08:00
IceHe.xyz
94a67bfb42
refactor(core): simplify increasePasscodeTryCount and consumePasscode (#1513) 2022-07-11 14:56:12 +00:00
IceHe.xyz
f479a1566f
refactor(core): split updatePasscode into increasePasscodeTryCount and consumePasscode (#1510) 2022-07-11 21:54:26 +08:00
Gao Sun
988157d586
chore: create contributing guideline (#1505)
* chore: create contributing guideline

* chore: update pnpm spelling
2022-07-11 13:04:58 +00:00
Xiao Yijun
d22d5ea914
refactor(console): replace I18nKey with AdminConsoleKey (#1509) 2022-07-11 17:28:51 +08:00
Xiao Yijun
5dcdc62f73
fix(console): should not display unsaved alert on settings updated (#1508) 2022-07-11 16:30:35 +08:00
IceHe.xyz
5357ceeb7d
docs(connector): fix wrong indents in connector-twilio-sms (#1506) 2022-07-11 13:17:05 +08:00
Wang Sijie
adadcbe216
feat(core): read connector packages env (#1478) 2022-07-11 02:11:23 +00:00
Gao Sun
55932c0b6d
chore: update README (#1503) 2022-07-09 21:41:14 +08:00
silverhand-bot
ca8ec4862a
release: v1.0.0-alpha.4 2022-07-08 16:49:39 +00:00
Charles Zhao
ec5b124a0d
Merge pull request #1502 from logto-io/charles-improve-connector-readme-styles
style(console): improve connector readme styles in drawer
2022-07-09 00:35:31 +08:00
Charles Zhao
b18146408a
style(console): improve connector readme styles in drawer 2022-07-09 00:28:11 +08:00
Darcy Ye
378c75116c
refactor(core): refactor connector general error message (#1501) 2022-07-09 00:13:06 +08:00
Darcy Ye
bd5ff2a566
docs(connector): add Aliyun SMS README zh-CN (#1500) 2022-07-08 16:03:56 +00:00
Gao Sun
bdbeee0db5
fix(console): specify toast type (#1499) 2022-07-08 23:45:36 +08:00
Gao Sun
61a6b1ab4f
fix(console): do not show unsaved alert after delete connector (#1496) 2022-07-08 23:17:15 +08:00
Charles Zhao
58558e5011
fix(demo-app): username should not overflow info card (#1498) 2022-07-08 23:17:05 +08:00
Gao Sun
7d48d12b06
refactor(console): update sie preview tab (#1497)
* refactor(console): update sie preview tab

* fix(console): update default tab
2022-07-08 15:09:35 +00:00
Darcy Ye
82ed2fe169
chore: remove TODOs with linear issues (#1495)
* chore: remove TODOs with linear issues

* chore: remove simeng TODOs

* chore: remove simeng TODOs
2022-07-08 14:47:55 +00:00
simeng-li
30314cc628
style(console): adjust welcome page style (#1493)
* style(console): adjust welcome page style

adjust welcome page style

* style(console): img update

img update

* style(console): address cr

address cr
2022-07-08 14:10:12 +00:00
Charles Zhao
6e956cd66a
Merge pull request #1494 from logto-io/charles-log-3553-post-sign-out-uris-should-not-be-required
refactor(console): post sign-out redirect uri should be optional field
2022-07-08 22:09:48 +08:00
Charles Zhao
e838b6b4b6
refactor(console): post sign-out redirect uri should be optional field 2022-07-08 22:02:01 +08:00
Charles Zhao
6a965226c8
Merge pull request #1470 from logto-io/sijie-log-3528-hide-universal-tab
fix(console): hide single platform universal connector tab
2022-07-08 21:35:56 +08:00
simeng-li
f52fa5891d
fix(ui): add form submit event (#1489)
* fix(ui): add form submit event

add form submit event

* fix(ui): cr fix

cr fix
2022-07-08 21:14:09 +08:00
Darcy Ye
7da1de33e9
feat(connector): connector error handler, throw errmsg on general errors (#1458) 2022-07-08 21:11:31 +08:00
Wang Sijie
da882cee85
fix(console): mutate after connector delete (#1475) 2022-07-08 21:04:23 +08:00
Darcy Ye
ed427382c9
docs(connector): add Aliyun DM README zh-CN (#1481) 2022-07-08 21:01:22 +08:00
Charles Zhao
6bfe079737
Merge pull request #1492 from logto-io/charles-improve-insecure-contexts-error-handling
refactor(console): improve error message in insecure contexts
2022-07-08 20:37:32 +08:00
Charles Zhao
8b0c6feec5
refactor(console): improve error message in insecure contexts 2022-07-08 20:14:52 +08:00
simeng-li
ead79eab72
refactor(core): add findEntityById utils (#1448)
add findEntityById utils
2022-07-08 19:54:55 +08:00
simeng-li
d4e5a8dda9
test(ui): add some ut (#1488)
add some ut
2022-07-08 19:53:35 +08:00
Charles Zhao
bc0a613b2a
Merge pull request #1491 from logto-io/charles-log-3549-improve-error-handling-in-connector
fix(console): improve error handling in connector details and sender tester
2022-07-08 19:49:13 +08:00
Gao Sun
4d3941ee2e
refactor(connector): use raw error for config guard (#1484) 2022-07-08 19:43:43 +08:00