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

1048 commits

Author SHA1 Message Date
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
wangsijie
eec39f7d9a
fix(core): list users order by created_at (#3019) 2023-01-29 15:30:05 +08:00
Darcy Ye
2c3b7bff26
feat(core): add POST API for handling IdP SAML assertion (#2961) 2023-01-29 14:12:27 +08:00
Gao Sun
de4b0bae16
refactor: add function and trigger to set tenant_id 2023-01-28 19:26:29 +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
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
wangsijie
6b5eb4a0e6
refactor(core): update role in authn route for Hasura (#2944) 2023-01-20 16:14:41 +08:00
Darcy Ye
0e06a1cf4f
feat: update GetAuthorizationUri, ConnectorSession and social connector member methods (#2922) 2023-01-20 10:13:48 +08:00
Gao Sun
95a44929a5
feat: init multi-tenancy environment (#2929) 2023-01-18 20:38:05 +08:00
simeng-li
4944062f1f
feat(core,ui): display registered social identity message on continue (#2974) 2023-01-18 07:58:30 +00:00
wangsijie
ece866db7c
feat!: migrate application role names to RBAC (#2972) 2023-01-18 15:38:36 +08:00
simeng-li
ff2abdceeb
refactor(core,ui): refactor social sign-in flow (#2958) 2023-01-18 14:11:22 +08:00
Gao Sun
d868e6ee49
feat(cli): rollback command for alteration (#2975) 2023-01-18 05:12:57 +00:00
wangsijie
39bc1a82f1
feat(core): get all scopes for a role (#2967) 2023-01-17 05:05:07 +00:00
wangsijie
448599e8d4
fix(core): fix roles count (#2963) 2023-01-17 11:56:26 +08:00
wangsijie
2722704a2d
fix(core): fix scope resource finder (#2962) 2023-01-17 11:56:18 +08:00
simeng-li
ace9a01327
refactor(core,ui,schemas)!: refactor social identity verification payload (#2924) 2023-01-16 18:15:31 +08:00
wangsijie
9ed66a8593
feat(console,core)!: use rbac scope to control management resource (#2942) 2023-01-16 15:11:40 +08:00
Gao Sun
8624fc8e62
Merge pull request #2913 from logto-io/gao-log-5162-core-remove-deprecated-database-query
refactor: remove deprecated singleton instances
2023-01-12 23:08:59 +08:00
wangsijie
f66fad07b9
fix(core): fix getResourceServerInfo userId (#2919) 2023-01-12 20:50:23 +08:00
wangsijie
849c7fb784
feat(core): add pagination and search to user roles api (#2923) 2023-01-12 09:40:45 +00:00
wangsijie
900b87b9a5
feat(core): add pagination and search to role users (#2927) 2023-01-12 09:28:23 +00:00
wangsijie
6d874d5250
feat(core): add search and pagination to role scopes (#2925) 2023-01-12 16:56:29 +08:00
Gao Sun
80350b5e05
refactor(core): fix env set load order 2023-01-12 16:37:21 +08:00
Gao Sun
f317a917c9
refactor: remove deprecated singleton instances 2023-01-12 16:34:06 +08:00
wangsijie
91a5c64e04
feat(core): implement oidc getResourceServerInfo (#2875) 2023-01-12 03:49:40 +00:00
Charles Zhao
10ea2307ad
feat(core): add send and verify APIs for generic type verification code (#2849) 2023-01-12 03:44:07 +00:00
Gao Sun
a5467e265b
Merge pull request #2907 from logto-io/gao-log-5161-core-remove-deprecated-query-functions
refactor(core): remove deprecated query functions
2023-01-11 21:58:36 +08:00
wangsijie
175516a711
test: add integration tests for roles (#2900) 2023-01-11 08:36:31 +00:00
wangsijie
fe14f0563c
test: add it for admin-user roles (#2881) 2023-01-11 15:34:39 +08:00
Gao Sun
a4e2484087
refactor(core): move findUsersByRoleName() to library 2023-01-11 13:44:15 +08:00
Gao Sun
e55ff3d185
refactor(core): remove deprecated query functions 2023-01-11 13:36:35 +08:00
Gao Sun
3f47695726
ci: increase node mem. size for test 2023-01-10 23:15:04 +08:00
Gao Sun
338b0ed63f
refactor(core): remove deprecated library functions 2023-01-10 19:48:48 +08:00
Gao Sun
6abdd05a40
refactor(core): migrate passcode library to factory mode 2023-01-10 18:28:19 +08:00
Gao Sun
9bec890e6f
refactor(core): migrate social library to factory mode 2023-01-10 18:05:28 +08:00
Charles Zhao
1b998b7e62
refactor(core,ui): remove identity profile related apis and pages (#2897) 2023-01-10 17:41:28 +08:00
wangsijie
5d862f617f
feat(core): list roles filter by userId (#2893) 2023-01-10 17:04:27 +08:00
Gao Sun
7df71dee2f
ci: set max worker to 75% 2023-01-10 14:42:47 +08:00
Gao Sun
9ba0d495e6
refactor(core): migrate hook library to factory mode 2023-01-10 14:41:38 +08:00
Gao Sun
5beb7aa5ce
Merge pull request #2887 from logto-io/gao-log-5128-core-library-factory-resource
refactor(core): migrate resource library to factory mode
2023-01-10 14:38:04 +08:00
Gao Sun
e32c319a22
ci: limit max workers for core test 2023-01-10 14:31:20 +08:00
simeng-li
3ff6554c08
refactor(core,console,schemas): remove logDto (#2889) 2023-01-10 05:57:24 +00:00
simeng-li
39f15acb40
refactor(core): remove session api (#2878) 2023-01-10 05:49:00 +00:00
wangsijie
8b8103132e
fix(core): fix findUsersByIds for empty ids case (#2892) 2023-01-10 05:39:15 +00:00
Gao Sun
0442efeb60
refactor(core): migrate resource library to factory mode 2023-01-10 13:33:47 +08:00
Gao Sun
f7c08332a1
Merge pull request #2886 from logto-io/gao-log-5127-core-library-factory-phrase
refactor(core): migrate phrase library to factory mode
2023-01-10 13:29:40 +08:00