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

2160 commits

Author SHA1 Message Date
IceHe
a1aef26905
feat(core): cannot delete custom phrase used as default language in sign-in exp (#1951) 2022-09-19 10:18:03 +00:00
Charles Zhao
29466a9350
Merge pull request #1965 from logto-io/charles-bump-toolkit-to-v1.0.0-beta.13
chore: bump toolkit to v1.0.0-beta.13
2022-09-19 17:29:50 +08:00
Gao Sun
cd8c4f17d9
chore: exempt announcement issues from stale (#1962) 2022-09-19 17:20:04 +08:00
Charles Zhao
54892ea6d9
chore: bump toolkit to v1.0.0-beta.13 2022-09-19 17:16:19 +08:00
simeng-li
ba787b434b
feat(ui): add forget password flow (#1952)
feat(ui): add reset password verification flow

add reset password verification flow
2022-09-19 16:57:43 +08:00
simeng-li
39d80d9912
feat(ui): add forget password page (#1943)
* refactor(ui): folder rename temp

folder rename temp

* fix(ui): folder rename

rename UsernameSignin to UsernameSignIn

* feat(ui): add forget-password page

add forget-password page

* test(ui): add page ut

add page ut

* fix(ui): cr update

change forget password to forgot password

* chore(ui): hide WIP page path

hide WIP page path
2022-09-19 16:08:31 +08:00
Xiao Yijun
de4c46e400
fix(console): use fallback language in preview (#1960) 2022-09-19 11:42:45 +08:00
Charles Zhao
f065bb37cc
Merge pull request #1957 from logto-io/charles-log-4200-increase-ky-timeout-to-20s
chore(console): increase ky request timeout to 20s (fixes #1798)
2022-09-17 21:09:54 +08:00
Charles Zhao
20f1c5140b
chore(console): increase ky request timeout to 20s 2022-09-17 20:54:16 +08:00
Charles Zhao
36561e24b4
Merge pull request #1956 from logto-io/charles-log-4199-incorrect-basename-in-local-dev-env
fix(console): get prefixed router basename in local dev env
2022-09-17 14:20:08 +08:00
Charles Zhao
ccbe5dab2d
fix(console): get prefixed router basename in local dev env 2022-09-17 13:35:10 +08:00
Charles Zhao
7064023194
Merge pull request #1953 from logto-io/charles-bump-react-sdk-and-silverhand-essentials
fix: bump react sdk and essentials toolkit to support CJK characters in idToken (fixes #1945)
2022-09-17 11:47:55 +08:00
Charles Zhao
2f92b43864
fix: bump react sdk and essentials toolkit to support CJK characters in idToken 2022-09-17 09:59:27 +08:00
Gao Sun
42586eff88
refactor: remove shared packages (#1946)
* refactor: remove shared packages

* refactor: fix error
2022-09-16 11:25:43 +00:00
IceHe
2f373db8e4
fix(phrases): phrases-ui typo and types (#1948) 2022-09-16 18:12:32 +08:00
wangsijie
0ca0096d0d
chore: revert "Merge pull request #1927 from logto-io/sijie-log-4160-… (#1939)
* chore: revert "Merge pull request #1927 from logto-io/sijie-log-4160-protected-access"

This reverts commit 0567fc6347, reversing
changes made to c01384141d.

* chore: revert "feat(core): add ts to interaction result (#1917)"

This reverts commit e01042cbcd.
2022-09-16 17:01:34 +08:00
Xiao Yijun
49b430394d
feat(console): auto detect language setting (#1941) 2022-09-15 21:23:49 +08:00
Darcy Ye
66fc5f716b
chore: expose fallback() from shared/utilities/zod (#1942) 2022-09-15 20:52:49 +08:00
IceHe
5fe0cf4257
feat(core): add GET /custom-phrases route (#1935) 2022-09-15 20:15:33 +08:00
wangsijie
577ca48c07
feat(schemas): add logto configs table (#1940) 2022-09-15 17:39:49 +08:00
Darcy Ye
3215bc0bc5
chore: update GetUserInfo to accept possible boolean or number typed values (#1938) 2022-09-15 17:35:42 +08:00
Gao Sun
c113f59744
chore: update README.md (#1936)
update public roadmap URL
2022-09-15 17:17:42 +08:00
simeng-li
602b9a0dbd
refactor(ui): refactor sign-social-call path name (#1931)
align with the sign-in page's other path pattern
2022-09-15 15:55:35 +08:00
simeng-li
fa9bf16092
refactor(ui): refactor toast (#1928)
refactor taost using react modal
2022-09-15 07:52:36 +00:00
IceHe
0ae13f091b
feat(core): add PUT /custom-phrases/:languageKey route (#1907) 2022-09-15 14:49:23 +08:00
Darcy Ye
31ecfd0b96
chore: check connector related types and eliminate redundancy (#1925) 2022-09-15 14:28:19 +08:00
wangsijie
14cb0439e3
fix(console): add sandbox attribute to iframe (#1926) 2022-09-15 12:20:14 +08:00
Gao Sun
8d22b5c468
refactor(core)!: update user scopes (#1922)
* refactor(core)!: update user scopes

* refactor(core): add tests

* refactor: update per review
2022-09-15 11:12:33 +08:00
wangsijie
0567fc6347
Merge pull request #1927 from logto-io/sijie-log-4160-protected-access
feat(core,phrases): add check protected access function
2022-09-14 18:13:39 +08:00
wangsijie
e405ef7bb8
feat(core,phrases): add check protected access function 2022-09-14 16:58:09 +08:00
Charles Zhao
c01384141d
Merge pull request #1920 from logto-io/charles-log-4163-support-capital-y-in-command-line-prompt
fix: support capital letter "Y" in command line prompt
2022-09-14 16:32:42 +08:00
IceHe
c72be69bea
feat(core): add DELETE /custom-phrases/:languageKey route (#1919) 2022-09-14 16:28:58 +08:00
wangsijie
e01042cbcd
feat(core): add ts to interaction result (#1917) 2022-09-14 11:35:49 +08:00
Charles Zhao
416f4e86e3
fix: support capital letter "Y" in command line prompt 2022-09-13 18:52:46 +08:00
Charles Zhao
443f45ed2e
Merge pull request #1918 from logto-io/charles-bump-react-sdk-to-1.0.0-beta.5
chore: bump sdk to 1.0.0-beta.5
2022-09-13 18:29:32 +08:00
Charles Zhao
518831a37d
chore: bump sdk to 1.0.0-beta.5 2022-09-13 18:11:41 +08:00
IceHe
7242aa8c2b
feat(core,schemas): add phrases schema and GET /custom-phrases/:languageKey route (#1905) 2022-09-13 17:36:37 +08:00
Charles Zhao
03fe4beb43
Merge pull request #1912 from logto-io/charles-log-4156-old-value-flashes-back-on-saving-form
fix(console): old value does not flash back on saving form
2022-09-10 15:58:15 +08:00
Charles Zhao
cdbd8d7344
fix(console): old value does not flash back on saving form 2022-09-10 12:24:12 +08:00
Charles Zhao
d2e10ad896
Merge pull request #1910 from logto-io/charles-bump-js-sdk-to-1.0.0-beta.4
chore: bump to js sdk 1.0.0-beta.4
2022-09-10 00:14:44 +08:00
Charles Zhao
85283cfcee
chore: bump to js sdk 1.0.0-beta.4 2022-09-09 18:38:56 +08:00
Xiao Yijun
ecdf06ef39
feat(core): save empty string as null value in DB (#1901) 2022-09-09 11:15:40 +08:00
Xiao Yijun
f9879df7bd
docs: remove persistAccessToken from go web docs (#1899) 2022-09-09 11:15:24 +08:00
Gao Sun
6d7919f0bc
chore: update CONTRIBUTING.md (#1893)
* chore: update CONTRIBUTING.md

* chore: update CONTRIBUTING
2022-09-08 20:46:47 +08:00
Xiao Yijun
5bdb6755d2
feat(core): support base64 format OIDC_PRIVATE_KEYS config in .env file (#1903) 2022-09-08 09:49:36 +00:00
Gao Sun
b90f072bef
chore: update README (#1902)
added Português in languages section
2022-09-08 17:08:11 +08:00
silverhand-bot
8335e1ff0a
release: v1.0.0-beta.9 2022-09-07 16:21:37 +00:00
Gao Sun
ddff43d8b6
chore: update integration test workflow (#1897) 2022-09-07 15:10:35 +00:00
Charles Zhao
91d1bf8004
fix: downgrade to sdk 1.0.0-beta.2 (#1896)
fix(console,demo-app): downgrade js sdk version to 1.0.0-beta.2 to avoid sign-in issues

This reverts commit ac945712e6, reversing
changes made to c97d8610d9.
2022-09-07 22:31:49 +08:00
Charles Zhao
f8f302518d
Merge pull request #1895 from logto-io/charles-fix-app-crash-on-input-invalid-content-in-multilineinput-component
fix(console): input invalid format content in multitextinput will not crash the app
2022-09-07 18:45:16 +08:00