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

2701 commits

Author SHA1 Message Date
Gao Sun
048981cf27
Merge pull request #2870 from logto-io/gao-log-5122-core-library-factory-sie
refactor(core): migrate sie library to factory mode
2023-01-10 13:20:35 +08:00
wangsijie
34aab882c3
feat(core): scope name within the same resource should be unique (#2861) 2023-01-10 05:15:48 +00:00
Charles Zhao
550cbe3436
fix(console): fix indeterminate state issue and react warning in checkbox component (#2890) 2023-01-10 05:01:22 +00:00
simeng-li
c6b2370356
refactor(test): remove all session api tests in integration tests (#2874) 2023-01-10 12:18:49 +08:00
simeng-li
60e78656f9
refactor(core,ui,test): migrate consent api to interaction (#2873) 2023-01-10 11:59:24 +08:00
wangsijie
14680cc556
feat(core): hide admin console role (#2872) 2023-01-10 03:46:41 +00:00
Gao Sun
d67de1b181
Merge pull request #2867 from logto-io/gao-log-5121-core-library-factory-user
refactor(core): migrate user library to factory mode
2023-01-09 19:14:06 +08:00
renovate[bot]
db2b5feb61
chore(deps): remove dependency @types/fs-extra (#2868)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-01-09 10:06:51 +00:00
Gao Sun
080a6385c8
refactor: support EC key and ES signing algorithms (#2847) 2023-01-09 09:34:13 +00:00
Gao Sun
ecbf028f4e
refactor(core): migrate sie library to factory mode 2023-01-09 17:23:09 +08:00
Gao Sun
8561b6bc43
refactor(core): migrate user library to factory mode 2023-01-09 17:21:27 +08:00
Gao Sun
3c4aeec30a
refactor(core): upgrade oidc-provider to 8.0.0 (#2851) 2023-01-09 09:20:15 +00:00
Gao Sun
26f8511f93
refactor(core): use tenant context for route inits 2023-01-09 16:58:02 +08:00
Gao Sun
a68b34971a
refactor(core): users and users roles query factories 2023-01-09 16:43:09 +08:00
Gao Sun
4b21b7d16e
refactor(core): multiple query factories (#2857) 2023-01-09 08:32:35 +00:00
Gao Sun
be57e7e1af
refactor(core): custom phrase and log query factories (#2856) 2023-01-09 08:02:15 +00:00
Gao Sun
c5729e7a2d
refactor(core): connector query factory (#2854) 2023-01-09 07:48:57 +00:00
Xiao Yijun
cab1fd646f
feat(console): role users page (#2864) 2023-01-09 07:39:31 +00:00
Xiao Yijun
ac01933c0f
feat(console): user roles page (#2860) 2023-01-09 07:34:22 +00:00
wangsijie
385966625e
feat(schemas,cli): seed default scope for management api (#2869)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-01-09 15:34:08 +08:00
Gao Sun
8f809da308
refactor(core,cli): application query factory (#2853) 2023-01-09 15:29:01 +08:00
Xiao Yijun
158dec3c0c
refactor(console): user details page (#2859) 2023-01-09 15:25:50 +08:00
Gao Sun
1654322ead
Merge pull request #2852 from logto-io/gao-log-5095-property-tenant-app
refactor(core): move app to tenant instance
2023-01-09 14:53:13 +08:00
Gao Sun
981a25fb1c
Merge pull request #2850 from logto-io/gao-log-5092-class-envset
refactor(core,shared): `EnvSet` class
2023-01-09 14:50:51 +08:00
Xiao Yijun
e240f77652
feat(console): role permissions page (#2855) 2023-01-09 06:10:57 +00:00
Xiao Yijun
fc10ec312a
feat(console): role users transfer component (#2839) 2023-01-09 06:02:49 +00:00
wangsijie
2eb1cbbe10
feat(core): filter users by exclude role id (#2846) 2023-01-09 13:12:43 +08:00
wangsijie
225ccfed0a
feat(core): count role users and featured users (#2866) 2023-01-09 13:03:28 +08:00
wangsijie
8b179c0567
feat(core): set roles pagination to optional (#2865) 2023-01-09 12:02:47 +08:00
Charles Zhao
d675cf26a8
Merge pull request #2841 from logto-io/charles-log-5084-alter-passcodes-table-and-set-jti-to-nullable
refactor(schemas): alter passcodes table and set jti to nullable
2023-01-09 11:53:25 +08:00
simeng-li
94ed1852b0
refactor(core,ui,schemas,test)!: replace passcode with verification code (#2833) 2023-01-09 09:55:34 +08:00
wangsijie
364e51d755
feat(core): set resources pagination to optional (#2845) 2023-01-08 20:35:10 +08:00
wangsijie
0501ccc5ca
feat(core): add search and optional pagination to scopes (#2840) 2023-01-08 20:24:16 +08:00
wangsijie
67b1885b12
feat(core): add search and pagination for roles (#2836) 2023-01-08 20:16:40 +08:00
Gao Sun
40980b3ada
ci: manually dispatch and add sanity check in workflow (#2838) 2023-01-07 21:14:17 +08:00
Gao Sun
de15b03c68
refactor(core): fix test 2023-01-07 21:06:17 +08:00
Gao Sun
6e2951fafc
chore!: drop Node 16 (#2848) 2023-01-07 20:42:10 +08:00
Gao Sun
8d829b8f3d
refactor(core): move app to tenant instance 2023-01-07 18:17:43 +08:00
Gao Sun
954664bd28
refactor(core,shared): EnvSet class 2023-01-07 17:22:15 +08:00
wangsijie
751f8dffcf
feat(core): add resource to response scopes (#2843) 2023-01-07 04:19:09 +00:00
wangsijie
bde1cbcc9d
fix(core): prevent empty array to be used by sql in (#2844) 2023-01-07 12:13:13 +08:00
wangsijie
7e507dbc2b
feat(core): user-role related api (#2827) 2023-01-07 12:08:03 +08:00
wangsijie
6e8e3003f8
fix(core): fix typo (#2842) 2023-01-07 12:07:35 +08:00
Xiao Yijun
fff081f1be
feat(console): delete permission (#2831) 2023-01-06 15:15:08 +00:00
Xiao Yijun
fdd5af2582
feat(console): create permission (#2830) 2023-01-06 23:03:53 +08:00
Charles Zhao
0decdb796d
refactor(schemas): alter passcodes table and set jti to nullable 2023-01-06 22:47:29 +08:00
Gao Sun
da2b8cdbfe
chore!: drop Node 16 2023-01-06 22:24:39 +08:00
Charles Zhao
8bcb4de1c0
refactor: add Generic type and remove deprecated Continue code type (#2823) 2023-01-06 18:39:23 +08:00
simeng-li
4af325af03
refactor(core,ui,schemas): replace sms sign-in method with phone (#2825) 2023-01-06 17:43:28 +08:00
Gao Sun
27c0cade79
Merge pull request #2837 from logto-io/v1.0.0-beta.19
chore: merge back v1.0.0 beta.19
2023-01-06 17:01:19 +08:00