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

1899 commits

Author SHA1 Message Date
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
Gao Sun
40ae99b030
ci: remove issues trigger (#1589) 2022-07-18 10:26:29 +00:00
simeng-li
0c0c83cc8f
feat(ui): add submit input to all the sign-in & register forms (#1587)
enable submit on enter by adding submit input to all the forms
2022-07-18 17:46:13 +08:00
Gao Sun
c07833f999
chore: use default community health files (#1573) 2022-07-17 22:06:58 +08:00
Gao Sun
60254e63f2
chore: update README (#1574)
- optimize layout and wording
- add public roadmap link
2022-07-17 22:06:21 +08:00
Gao Sun
ed3be73f40
chore: update README (#1570) 2022-07-17 12:06:43 +08:00
Gao Sun
df7f26a7d8
chore: add issue templates (#1569) 2022-07-17 02:02:12 +08:00
Gao Sun
f8fdb2fe16
chore: update README (#1567)
* chore: update README

* chore: update README
2022-07-16 21:47:58 +08:00
Gao Sun
7ef20d8b08
ci: fix pen tests docker tag (#1565) 2022-07-16 11:41:29 +00:00
Gao Sun
4d47d04674
ci: add pen tests (#1563) 2022-07-16 19:29:19 +08:00
Charles Zhao
5b0766f0a5
Merge pull request #1561 from logto-io/charles-log-3732-fix-language-select-box-initial-value-empty
fix(console): language select box initial value should not be empty
2022-07-15 23:57:35 +08:00
Charles Zhao
26f47d873d
fix(console): language select box initial value should not be empty 2022-07-15 23:52:37 +08:00
Gao Sun
ddcedf431c
chore: add producthunt badge (#1562) 2022-07-15 15:47:01 +00:00
Gao Sun
c9286dcda2
chore: create codeql-analysis.yml (#1560)
* chore: create codeql-analysis.yml

* refactor: ignore test files

* refactor(connector): fix alerts
2022-07-15 22:12:44 +08:00
Darcy Ye
39d7a7fe6a
docs(connector): add fb readme zh-CN (#1555) 2022-07-15 12:14:06 +00:00
Gao Sun
e7c5e63304
refactor: remove import react (#1558) 2022-07-15 10:01:42 +00:00