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

6791 commits

Author SHA1 Message Date
Gao Sun
3cb3e5f14d
Merge pull request #6287 from logto-io/gao-init-app-secrets
feat(schemas): multiple app secrets
2024-07-23 10:27:19 +08:00
Charles Zhao
c76c8e6a26
Merge pull request #6307 from logto-io/charles-log-9679-log-9680-misc-updates
refactor(console,schemas): misc updates for bring your ui feature
2024-07-23 09:26:23 +08:00
Charles Zhao
57ade9b6f3
Merge pull request #6301 from logto-io/charles-log-9663-log-9667-minor-ui-updates
refactor(console,phrases): minor ui changes to file uploader component and ui description
2024-07-23 09:25:50 +08:00
Charles Zhao
05e31feecb
refactor(schemas): increase max upload file size limit to 20MB 2024-07-22 17:55:04 +08:00
Charles Zhao
708397361c
fix(console): add cloud guard to bring your ui form field 2024-07-22 17:53:56 +08:00
Charles Zhao
b8e1cb3a8f
refactor(phrases): improve bring your ui field description 2024-07-22 17:36:07 +08:00
Gao Sun
3e58d74af7
Merge pull request #6284 from logto-io/gao-update-name
feat(elements): update name of user
2024-07-22 16:46:18 +08:00
Gao Sun
615c072f79
Merge pull request #6278 from logto-io/gao-init-user-provider
feat(elements): init user provider
2024-07-22 16:30:53 +08:00
Gao Sun
e8a55b38d0
feat(console): support multiple app secrets 2024-07-22 16:26:19 +08:00
simeng-li
080632a744
refactor(core): extract helpers and provision methods (#6285)
extract helpers and provision methods
2024-07-22 08:25:08 +00:00
wangsijie
58aea3fb7f
chore(console): remove dev feature guard (#6303) 2024-07-22 08:20:22 +00:00
Xiao Yijun
1d8a33e760
style(experience): use brand loading color for buttons (#6302) 2024-07-22 07:43:34 +00:00
simeng-li
9af38c9e5e
fix(core): should not sync registered identifier from social (#6283)
should not sync registered identifier from social
2024-07-22 07:35:04 +00:00
Charles Zhao
4459924d04
refactor(console): update file uploader component to 80px fixed height 2024-07-22 14:07:09 +08:00
simeng-li
f56aeb850b
refactor(core): extract password-validator (#6282)
* refactor(core): extract password-validator

extract password validator

* fix(core): update comments and rename method name

update comment and rename method name
2024-07-22 06:06:24 +00:00
Charles Zhao
3538b1efd7
fix(console): sidebar width should not be shrunk (#6299) 2024-07-22 05:39:39 +00:00
Xiao Yijun
94e692aa97
style(experience): improve notched border animation (#6296) 2024-07-22 13:16:00 +08:00
Gao Sun
90c5dba280
Merge pull request #6272 from logto-io/gao-init-modal-and-input
feat(elements): init modal and input
2024-07-22 12:28:34 +08:00
Gao Sun
a48b7cf914
chore: update README.md (#6297)
* chore: update README.md

* chore: add awesome list
2024-07-22 04:11:57 +00:00
Charles Zhao
def21c7bca
feat(console,phrases): add bring your UI feature paywall (#6275)
feat(console,phrases): add bring your ui feature paywall
2024-07-22 11:50:47 +08:00
Gao Sun
85545d4cee
feat(elements): update name 2024-07-22 11:44:24 +08:00
Gao Sun
2c1e326949
feat(elements): init user provider 2024-07-22 11:42:51 +08:00
Gao Sun
a5a8570d7a
refactor: fix phrases 2024-07-22 11:42:22 +08:00
Gao Sun
36ad49b90e
feat(elements): init modal and input 2024-07-22 11:36:44 +08:00
Charles Zhao
ead7c84973
refactor(console,phrases,schemas): increase file upload size limit to 10mb (#6258)
refactor(console,phrases,schemas): increase file upload size limit to 10 mb
2024-07-22 03:25:20 +00:00
Charles Zhao
b21a417560
feat(console,phrases): add bring your ui quota item to pricing table (#6274) 2024-07-22 11:09:12 +08:00
Mostafa Moradian
adbf04e22a
feat: add content schema to HTTP 201 CREATED messages (#6244)
feat: add content schema to 201 messages
2024-07-22 11:06:40 +08:00
Gao Sun
0d4b82488f
Merge pull request #6288 from logto-io/gao-upgrade-typescript
chore(deps): upgrade typescript and react
2024-07-22 11:00:23 +08:00
simeng-li
de61735353
refactor(core,schemas): refactor CodeVerification (#6277)
* refactor(core,schemas): refactor the CodeVerification class

split the CodeVerification class into EmailCodeVerification and PhoneCodeVerification

* refactor(core,schemas): split CodeVerification type

split CodeVerification type

* fix(core): code review updates

code review updates
2024-07-22 02:36:25 +00:00
Gao Sun
8c0958ff6c
Merge pull request #6286 from logto-io/gao-fix-script
chore(elements): move check to build
2024-07-21 23:51:23 +08:00
Gao Sun
3a9a69381d
feat(core): multiple app secrets 2024-07-21 23:50:36 +08:00
Gao Sun
ca7ee8c227
feat(schemas): init app_secrets table 2024-07-21 19:59:30 +08:00
Gao Sun
3527848b67
chore(elements): check git existence 2024-07-20 23:01:58 +08:00
Gao Sun
e873b5d51c
chore(deps): upgrade react 2024-07-20 22:20:37 +08:00
Gao Sun
520f43ca03
chore(elements): add locale changes 2024-07-20 22:10:28 +08:00
Gao Sun
b73452ceb3
chore(deps): upgrade typescript 2024-07-20 22:04:56 +08:00
Gao Sun
175d4274de
chore(elements): move check to build 2024-07-19 20:59:13 +08:00
wangsijie
18c8fdf015
chore: add changeset for impersonation (#6251) 2024-07-19 18:23:18 +08:00
wangsijie
3205e36e32
chore: remove feature guard for token exchange (#6246) 2024-07-19 18:23:09 +08:00
simeng-li
7537c510f7
feat(core): add mfa verification guard (#6262)
add mfa verification guard
2024-07-19 10:01:58 +00:00
simeng-li
c93ffb4760
feat(core,schemas): implement social/sso link and sync logic (#6257)
* feat(core,schemas): implement social/sso link and sync logic

implement social/sso link and sync logic

* test(core): add intergration tests

add integration tests
2024-07-19 09:41:55 +00:00
Gao Sun
3d614725ac
Merge pull request #6252 from logto-io/gao-add-components
feat(elements): add components
2024-07-19 17:16:18 +08:00
Gao Sun
79d8f37234
Merge pull request #6250 from logto-io/gao-init-i18n
feat(elements): init i18n
2024-07-19 17:15:13 +08:00
Gao Sun
4d87d7a570
Merge pull request #6245 from logto-io/gao-init-elements
feat: init elements
2024-07-19 17:14:19 +08:00
wangsijie
477d8a7369
feat(console): add impersonation tag to audit log (#6267) 2024-07-19 17:00:00 +08:00
Xiao Yijun
2101280940
fix(experience): shrink input field when autofilled by the browser (#6280) 2024-07-19 16:45:01 +08:00
wangsijie
156f5f5af4
feat(console): add impersonation price item (#6269) 2024-07-19 16:44:22 +08:00
Charles Zhao
4ac4f8cdb4
fix(console): should not toast invitation sent message when creating tenant w/o invitee (#6270)
fix(console): should not toast invitation sent message when creating tenant without invitee
2024-07-19 06:07:20 +00:00
Charles Zhao
64b022bdea
feat(core): add api quota guard for bring your ui feature (#6273) 2024-07-19 13:17:40 +08:00
Xiao Yijun
216859a906
refactor(experience): avoid disabled button for continue button (#6271) 2024-07-19 11:54:37 +08:00