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

3280 commits

Author SHA1 Message Date
Xiao Yijun
bc62796e5c
refactor(console): replace useTableSearchParams with useSearchParametersWatcher (#3027) 2023-02-01 12:40:20 +08:00
Gao Sun
f16f9d2403
refactor(phrases): update RBAC content (#3037) 2023-01-31 11:07:43 +00:00
Xiao Yijun
652065a760
fix(console): navigate to log details page on user log clicked (#3026) 2023-01-31 18:06:09 +08:00
Charles Zhao
031a2c69de
fix: integration test failure (#3036) 2023-01-31 17:49:04 +08:00
Gao Sun
14482934f6
Merge pull request #3022 from logto-io/gao-log-5278-core-merge-settings-into-logto-configs
refactor!: drop settings table and add systems table
2023-01-31 11:57:21 +08:00
Xiao Yijun
7d89a55a7c
style(console): username (#3025) 2023-01-31 11:51:52 +08:00
Gao Sun
72caefaaf2
refactor: update per review 2023-01-31 11:50:41 +08:00
Xiao Yijun
28023a5f26
refactor(console): use overlay scrollbar in tables (#3029) 2023-01-31 11:47:30 +08:00
Gao Sun
d61105c131
refactor(core): add IGNORE_CONNECTOR_VERSION_CHECK (#3028) 2023-01-30 16:31:00 +08:00
simeng-li
fb5d5ed297
fix(ui): remove social callback page from history (#3002) 2023-01-30 16:15:50 +08:00
Xiao Yijun
2e2b153b61
refactor(console): remove deprecated table styles (#2991) 2023-01-30 13:16:57 +08:00
Gao Sun
21e53e1528
refactor(cli): remove rimraf (#3015) 2023-01-30 12:41:06 +08:00
Charles Zhao
8fe02a0059
refactor(console): user social identities table (#2992)
Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
2023-01-30 12:23:56 +08:00
Gao Sun
224ae43050
chore: add changeset 2023-01-29 23:11:08 +08:00
Gao Sun
06e7d6ea9d
refactor(schemas): reorg constants 2023-01-29 23:11:01 +08:00
Gao Sun
c2c3faa248
refactor!: add systems table for global configs 2023-01-29 22:20:31 +08:00
Gao Sun
d0399eb8a4
refactor!: merge settings into logto configs table 2023-01-29 19:42:19 +08:00
silverhand-bot
70e126c415
release: version toolkit packages (#3017)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-01-29 16:25:12 +08:00
wangsijie
eec39f7d9a
fix(core): list users order by created_at (#3019) 2023-01-29 15:30:05 +08:00
simeng-li
96df7698c5
feat(ui): show notification on the sign-in profile fulfill page (#3012) 2023-01-29 14:56:51 +08:00
Gao Sun
f17b69a513
ci: filter out ignore group when exec lifecycle scripts (#3018) 2023-01-29 14:48:35 +08:00
Darcy Ye
69af8a381d
chore: move changeset file (#3016) 2023-01-29 06:19:42 +00:00
Darcy Ye
2c3b7bff26
feat(core): add POST API for handling IdP SAML assertion (#2961) 2023-01-29 14:12:27 +08:00
renovate[bot]
1d0b286f82
fix(deps): update dependency inquirer to v9 (#2982)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-29 12:56:44 +08:00
Gao Sun
738c54f447
Merge pull request #2989 from logto-io/gao-log-5205-multi-tenant-db-alteration
feat: multi-tenancy db alteration
2023-01-29 12:54:11 +08:00
Gao Sun
5027203e29
chore: fix script indent 2023-01-28 20:03:07 +08:00
Gao Sun
de4b0bae16
refactor: add function and trigger to set tenant_id 2023-01-28 19:26:29 +08:00
Code Hz
f0d32a4546
fix(ui): use String.prototype.replace to make it compatible with legacy version browsers (#3000) 2023-01-28 16:03:24 +08:00
simeng-li
b5e7350ee9
fix(ui): call error callback after async error handler (#3003) 2023-01-28 15:58:25 +08:00
Gao Sun
52c2222f4a
test(core): fix unit tests 2023-01-28 14:43:20 +08:00
Gao Sun
b07252f9b2
refactor: fix build 2023-01-28 13:05:45 +08:00
Gao Sun
54db878760
refactor: re-org alteration scripts 2023-01-28 12:58:42 +08:00
Gao Sun
ba44eb5fc6
refactor(schemas): init tenant sqls 2023-01-28 12:58:42 +08:00
simeng-li
53f49df621
Revert "refactor(ui): optimize api call stack" (#3011) 2023-01-28 12:01:49 +08:00
simeng-li
5b95d0bae5
style(ui): fix mobile modal max-width (#3006) 2023-01-22 21:21:00 +08:00
wangsijie
65f7f895fb
fix(core): scope name cannot contain any spaces (#3007) 2023-01-20 18:12:57 +08:00
wangsijie
3e34c51cca
refactor!: remove user roleNames (#2990) 2023-01-20 16:51:29 +08:00
Xiao Yijun
47b84f2d78
refactor(phrases): update rbac-related removing phrases (#3005) 2023-01-20 16:17:18 +08:00
Xiao Yijun
9b17a0b2d2
refactor(console): add max-width to target scope tag (#3004) 2023-01-20 16:15:05 +08:00
wangsijie
6b5eb4a0e6
refactor(core): update role in authn route for Hasura (#2944) 2023-01-20 16:14:41 +08:00
Xiao Yijun
b575a45b43
refactor(console): align empty image to vertical center (#2980) 2023-01-20 14:10:00 +08:00
simeng-li
a6d16a5164
refactor(ui): rename connector params in route path (#3001) 2023-01-20 12:35:44 +08:00
Darcy Ye
0e06a1cf4f
feat: update GetAuthorizationUri, ConnectorSession and social connector member methods (#2922) 2023-01-20 10:13:48 +08:00
Xiao Yijun
7525f7d20b
style(console): text ellipsis in permission table (#2983) 2023-01-19 23:49:25 +08:00
simeng-li
027572a966
style(ui): fix phone input field padding issue (#2995) 2023-01-19 15:37:40 +08:00
simeng-li
d732313940
style(ui): add space to the passwordless switch (#2996) 2023-01-19 15:37:30 +08:00
simeng-li
fa7847e147
style(ui): align mobile countdown font color (#2997) 2023-01-19 15:37:21 +08:00
simeng-li
63d716b210
style(ui): remove loading layer bc (#2998) 2023-01-19 15:37:05 +08:00
simeng-li
75ba151713
style(ui): adjust main panel web padding (#2999) 2023-01-19 15:36:51 +08:00
Gao Sun
70527c4bbc
ci: align workflow concurrency (#2987) 2023-01-19 11:22:17 +08:00