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

2088 commits

Author SHA1 Message Date
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
Charles Zhao
035be481cc
fix(console): input invalid format content in multitextinput will not crash the app 2022-09-07 16:46:53 +08:00
Darcy Ye
2e0ab8988a
chore(schemas,core,console): rename ConnectorDto to ConnectorResponse (#1884) 2022-09-07 16:12:18 +08:00
wangsijie
c6764f95f7
fix: fetch connectors list from npm (#1894) 2022-09-07 16:09:46 +08:00
BTX26
6676c4f634
chore(phrases): update admin console phrases (#1804) 2022-09-07 07:05:20 +00:00
Charles Zhao
91544ac2ec
Merge pull request #1872 from pemassi/bug-fix-tab
feat(console): press tab to insert 2 spaces in code editor (#1871)
2022-09-07 14:45:11 +08:00
Kyungyoon Kim
c57228c2ec
feat(console): press tab to insert 2 spaces in code editor (#1871) 2022-09-07 14:31:43 +08:00
Charles Zhao
ef9a901cf9
Merge pull request #1891 from logto-io/charles-fix-locale-guard-issue
fix(console,ui): fix locale guard issue in settings page
2022-09-07 14:25:32 +08:00
Charles Zhao
e2005780a3
fix(console,ui): fix locale guard issue in settings page 2022-09-07 14:15:25 +08:00
Xiao Yijun
9851619ba0
docs: go web app integration guide (#1831) 2022-09-07 02:58:09 +00:00
Charles Zhao
ac945712e6
Merge pull request #1887 from logto-io/charles-bump-react-sdk-to-beta.3
chore(console,demo-app): bump react sdk version to beta.3
2022-09-06 11:58:53 +08:00
Charles Zhao
75510b6976
chore(console,demo-app): bump react sdk version to beta.3 2022-09-06 11:45:08 +08:00
Darcy Ye
c97d8610d9
chore(connector-core,core,phrases): use try catch on JSON.parse (#1857) 2022-09-06 02:40:35 +08:00
Charles Zhao
cfa67cae57
Merge pull request #1805 from logto-io/renovate/logto-node-1.x
chore(deps): update dependency @logto/node to v1.0.0-beta.3
2022-09-06 00:44:13 +08:00
renovate[bot]
13954b4885
chore(deps): update dependency @logto/node to v1.0.0-beta.3 2022-09-06 00:31:42 +08:00
Charles Zhao
4360a4aaea
Merge pull request #1864 from FlurryNight/i18n/portuguese
feat(phrases): add portuguese language
2022-09-05 20:47:39 +08:00
Wang Sijie
c958f31d94
chore: skip prepack for gitpod (#1883) 2022-09-05 20:27:39 +08:00
Zezao
f268ecb1a8
feat: add Portuguese translation 2022-09-05 19:51:50 +08:00
Wang Sijie
a5f5e5e320
build: add official connectors for dockerfile (#1881) 2022-09-05 18:52:57 +08:00
Wang Sijie
44117ae1da
chore: remove connectors (#1880) 2022-09-05 18:22:59 +08:00
Wang Sijie
6a57dec6c8
ci: add official connectors for dev server (#1882) 2022-09-05 18:17:43 +08:00
Wang Sijie
52b9dd8569
feat(core)!: load connectors by folder (#1879) 2022-09-05 17:49:11 +08:00
Wang Sijie
fc8a5b802e
chore: run dev mode in gitpod (#1878) 2022-09-05 16:43:35 +08:00