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

246 commits

Author SHA1 Message Date
Gao Sun
6858f3c8dc
refactor: move console sie to database (#3171) 2023-02-21 21:24:43 +08:00
Gao Sun
e3f88f5250
refactor: remove demo app db entity (#3165) 2023-02-21 03:45:06 +00:00
Gao Sun
76a04d97b3
feat(cloud): POST /tenants 2023-02-20 00:27:12 +08:00
Gao Sun
12377665b4
refactor(cloud): implement request auth 2023-02-19 11:31:16 +08:00
Gao Sun
ed4894a19f
feat: init cloud 2023-02-18 13:34:52 +08:00
Gao Sun
f339e86591
refactor: update tsconfig 2023-02-17 13:41:05 +08:00
Gao Sun
ed4db56254
chore: upgrade configs 2023-02-16 23:49:03 +08:00
Charles Zhao
66441b2197
refactor(console): new topbar user menu (#3112) 2023-02-16 12:28:19 +08:00
Gao Sun
ff485db30d
Merge pull request #3100 from logto-io/gao-add-tests
test(core): add tests
2023-02-15 23:53:25 +08:00
Gao Sun
40173bb5e0
Merge branch 'master' into gao-add-admin-tenant 2023-02-15 15:00:04 +08:00
simeng-li
d4182efc8b
refactor(ui): refactor the register flow (#3083) 2023-02-14 15:45:15 +08:00
Gao Sun
bf8e4c0f6e
test: add me api tests 2023-02-13 18:12:11 +08:00
simeng-li
39f35192e0
refactor(ui): use smart input field to replace all password sign-in form (#3065) 2023-02-13 16:35:33 +08:00
Gao Sun
10825ee3ab
refactor!: remove hideAdminUser param in user search 2023-02-11 16:27:30 +08:00
Gao Sun
0481a450be
refactor: decouple admin tenant and user tenant 2023-02-11 14:38:16 +08:00
Gao Sun
2af6fd114a
refactor!: add admin tenant 2023-02-10 13:06:52 +08:00
Gao Sun
6b09da2f5d
refactor: fix alteration 2023-02-09 18:31:14 +08:00
Gao Sun
99837b4e48
refactor: use RLS 2023-02-08 18:58:45 +08:00
Gao Sun
f3fb0ec2a4
Merge pull request #3030 from logto-io/gao-separate-console-server
refactor(core)!: separate admin console server
2023-02-07 15:35:47 +08:00
renovate[bot]
cd3759ce8e
chore(deps): update dependency jest-puppeteer to v7 (#3058)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-07 12:18:17 +08:00
Gao Sun
700107f59b
refactor(test): update integration ui test 2023-02-06 17:42:22 +08:00
simeng-li
4a84162722
refactor(ui): update set password form (#3020) 2023-02-06 17:02:07 +08:00
renovate[bot]
4a407ad4de
chore(deps): update logto js sdk monorepo packages to v1.0.0-rc.0 (#3057)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-02-06 04:37:52 +00:00
silverhand-bot
b2f4b728de
release: version core packages (#3054) 2023-02-03 09:45:53 +00:00
Gao Sun
2c19a83f0b
release: version packages 2023-02-02 22:21:34 +08:00
Gao Sun
f4b8063bed
chore: manually update to rc 2023-02-02 22:18:08 +08:00
Gao Sun
df1bb9fd38
refactor: update seed data (#3044) 2023-02-02 18:36:18 +08:00
Xiao Yijun
6779a9f15f
refactor(console): use overlay scrollbar in dropdown (#3035) 2023-02-01 12:50:52 +08:00
Charles Zhao
031a2c69de
fix: integration test failure (#3036) 2023-01-31 17:49:04 +08:00
Gao Sun
95a44929a5
feat: init multi-tenancy environment (#2929) 2023-01-18 20:38:05 +08:00
wangsijie
92968c49dd
fix(schemas): set scope description to required (#2954) 2023-01-17 18:04:49 +08:00
wangsijie
39bc1a82f1
feat(core): get all scopes for a role (#2967) 2023-01-17 05:05:07 +00: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
Charles Zhao
cdffd6bf27
test: add integration tests for generic verification APIs (#2941) 2023-01-16 13:57:52 +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
175516a711
test: add integration tests for roles (#2900) 2023-01-11 08:36:31 +00:00
wangsijie
375a8f4842
test: add IT for scopes (#2895) 2023-01-11 08:13:35 +00:00
wangsijie
836a147194
fix(test): fix import file path (#2911) 2023-01-11 08:05:08 +00:00
wangsijie
fe14f0563c
test: add it for admin-user roles (#2881) 2023-01-11 15:34:39 +08: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
simeng-li
94ed1852b0
refactor(core,ui,schemas,test)!: replace passcode with verification code (#2833) 2023-01-09 09:55:34 +08:00
Gao Sun
6e2951fafc
chore!: drop Node 16 (#2848) 2023-01-07 20:42:10 +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
Gao Sun
4d9d16661d
release: version core packages 2023-01-06 16:48:18 +08:00
wangsijie
61f4e7fd2d
feat: add users_roles table and remove role_names (#2525) 2023-01-04 15:39:27 +08:00
silverhand-bot
9c1b3d77aa
release: version core packages (#2803) 2023-01-01 19:55:54 +08:00