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

1864 commits

Author SHA1 Message Date
IceHe.life
bdb2756617
test: integration tests for validating connector configs (#1643)
Co-authored-by: Gao Sun <gao@silverhand.io>
2022-07-21 11:12:44 +00:00
Xiao Yijun
d2389a6bb5
refactor(test): use random name and indicator in create resource integration test (#1647) 2022-07-21 18:36:04 +08:00
IceHe.life
52dc3d92ff
test: integration tests for setting up and changing email connectors (#1642)
* test: integration tests for setting up and changing email connectors

* refactor(test): check there should be exactly one enabled email connector
2022-07-21 09:38:27 +00:00
Darcy Ye
8b30f974bf
fix(demo-app): hide username if not exists (#1644) 2022-07-21 17:29:22 +08:00
IceHe.life
ee17590bcf
test: integration tests for setting up and changing SMS conectors (#1638) 2022-07-21 09:22:16 +00:00
simeng-li
34b465c7d8
fix(ui): protect window.location xss (#1639)
protect window.location xss
2022-07-21 15:58:20 +08:00
Xiao Yijun
69b1b85c80
refactor(test): integration tests for applications (#1631) 2022-07-21 07:48:49 +00:00
Xiao Yijun
23d793bb20
test: integration tests for sign-in experience (#1633) 2022-07-21 15:32:21 +08:00
Xiao Yijun
a258587b4e
fix(test): use demo app to test username-password flow in integration test (#1635) 2022-07-21 15:32:05 +08:00
Charles Zhao
0b2bfb1f2e
Merge pull request #1609 from logto-io/renovate/react-router-monorepo
chore(deps): update dependency react-router-dom to v6.3.0
2022-07-21 15:01:18 +08:00
IceHe.life
e54c7f74f2
test: integration test for setting up a social connector (#1628)
test: integration tests for setting up a social connector
2022-07-21 14:54:11 +08:00
Gao Sun
49d6ee1c76
ci: use zap full scan (#1632) 2022-07-21 14:39:53 +08:00
IceHe.life
a9b06a6129
test: integration test for connector list before manually setting up any connector (#1627)
Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2022-07-21 14:21:05 +08:00
Xiao Yijun
b88722674c
test(console): integration tests for api resources (#1622) 2022-07-21 11:37:51 +08:00
renovate[bot]
6e96d73a7c
fix(deps): update dependency koa-router to v12 (#1596)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-20 23:02:06 +08:00
renovate[bot]
2194322b7e
chore(deps): update dependency react-router-dom to v6.3.0 2022-07-20 15:00:48 +00:00
Gao Sun
c7afc45149
ci: refine add assignees trigger (#1629) 2022-07-20 22:52:37 +08:00
Charles Zhao
161508832c
Merge pull request #1610 from logto-io/charles-log-3722-use-raw-string-in-language-switcher
refactor(console): use non-i18n raw string in language select box
2022-07-20 18:29:27 +08:00
simeng-li
c56ddec84a
fix(core): resolve some core no-restricted-syntax lint error (#1606)
* fix(core): resolve some core no-restricted-syntax lint error

resolve some core no-restricted-syntax lint error

* fix(core): cr fix
2022-07-20 10:28:48 +00:00
Charles Zhao
1592cd0b0b
refactor(console): use non-i18n raw string in language select box 2022-07-20 18:21:41 +08:00
Charles Zhao
28b2861de8
Merge pull request #1621 from logto-io/charles-log-3761-should-parse-json-before-zod-safe-parse
fix(console): should parse to json before using zod safeParse
2022-07-20 18:15:17 +08:00
Charles Zhao
ec674ecd77
fix(console): should parse to json before using zod safeParse 2022-07-20 18:07:54 +08:00
simeng-li
04b08a83ea
refactor(ui): replace some of the reactStringReplace usage using i18Next Trans (#1626)
refactor(ui): replace some of the reactStringReplace usage using i18nNext Trans

replace some of the reactStringReplace usage using i18nNext Trans
2022-07-20 17:48:13 +08:00
Gao Sun
041bd13c28
ci: update workflow permission (#1623) 2022-07-20 17:29:07 +08:00
Gao Sun
27f295674a
chore: update contributing guideline (#1625)
* chore: update contributing guideline

* chore: update contributing guideline title

* refactor: apply suggestions from code review

Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>

* chore: update contributing guideline

Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2022-07-20 09:28:20 +00:00
Xiao Yijun
5ef1464e39
test(console): integration tests for applications (#1602) 2022-07-20 17:24:41 +08:00
Gao Sun
0a3e0b2d66
chore(deps): upgrade ts-node (#1624) 2022-07-20 07:57:50 +00:00
Wang Sijie
bb245adbb9
feat(core): refresh token rotation reuse interval (#1617)
* feat(core): refresh token rotation reuse interval

* refactor: apply suggestions from code review

Co-authored-by: Gao Sun <gao@silverhand.io>
2022-07-20 15:50:39 +08:00
Xiao Yijun
708523ed52
feat(core): support integration test env config (#1619) 2022-07-20 14:21:13 +08:00
simeng-li
4ce6bd8cf5
fix(ui): fix some firefox standout bug (#1615)
fix some firefox standout bug
2022-07-20 13:50:23 +08:00
Darcy Ye
15af03f45f
chore(connector): fix methods params order (#1618) 2022-07-20 13:42:52 +08:00
Darcy Ye
ad9b3d780c
docs(connector): update Alipay readme (#1604) 2022-07-20 04:43:23 +00:00
Gao Sun
b608045e77
chore: create close-stale.yml (#1613)
* chore: add close-stable.yml

* chore: fix typo
2022-07-20 04:41:56 +00:00
renovate[bot]
8df08d9671
chore(deps): update silverhand-io/actions-node-pnpm-run-steps action to v1.2.3 (#1608)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-20 06:42:42 +08:00
Charles Zhao
1afb6dd467
Merge pull request #1592 from logto-io/charles-log-3658-remove-as
refactor: remove "as"
2022-07-19 23:17:11 +08:00
Charles Zhao
edfdb3d583
refactor: remove "as" 2022-07-19 23:02:34 +08:00
Gao Sun
e805b0b9e5
chore: update README (#1600)
* chore: update README

* chore: replace logo
2022-07-19 22:19:21 +08:00
Gao Sun
8503050379
ci: use full repo for integration tests (#1605)
* ci: use full repo for integration tests

* ci: fix error
2022-07-19 22:02:08 +08:00
Xiao Yijun
53ab064502
ci: set integration test env to integration-test (#1601) 2022-07-19 19:33:08 +08:00
3lang
b89d229504
docs: correct react sdk turorial content (#1597) 2022-07-19 19:33:00 +08:00
Olyno
ff01f8b80d
chore: add Render deploy (#1593)
* chore: add Render deploy

* fix: fix database name

* chore: update README

Co-authored-by: Gao Sun <gao@silverhand.io>
2022-07-19 05:10:24 +00:00
Charles Zhao
bb1c74e268
Merge pull request #1598 from logto-io/charles-log-3754-code-editor-is-not-editable-on-firefox
fix(console): code editor is not editable issue on firefox
2022-07-19 11:57:38 +08:00
Charles Zhao
56ded3e0a9
fix(console): code editor content should be editable on firefox 2022-07-19 11:52:35 +08:00
silverhand-bot
3af4f547ed
release: v1.0.0-beta.1 2022-07-19 01:05:03 +00:00
Charles Zhao
78fcb038ed
fix(console): docs link doesn't work for en-US locale (#1594) 2022-07-19 00:55:32 +00:00
Xiao Yijun
951c6fa9a5
feat(console): update dashboard chart y-axis tick format (#1590) 2022-07-18 20:18:01 +08:00
Darcy Ye
b04be8ada5
chore(connector): update connector description (#1591) 2022-07-18 11:51:17 +00:00
simeng-li
816ce9f903
fix(ui): fix no-restrict-syntax in ui (#1559)
* fix(ui): fix no-restrict-syntax in ui

fix no-restricted-syntax in ui

* fix(ui): cr update

cr update

* fix(ui): fix ts error

fix ts error
2022-07-18 19:36:12 +08:00
Darcy Ye
4532081426
docs(connector): add github readme zh-CN (#1583) 2022-07-18 11:35:34 +00:00
IceHe.xyz
0ed9452cc7
refactor(core): remove unused getEnabledSocialConnectorIds (#1585) 2022-07-18 18:28:10 +08:00