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

1123 commits

Author SHA1 Message Date
Gao Sun
44909140bf
feat: create tenant for new users (#3255) 2023-03-01 20:55:26 +08:00
simeng-li
6246fc58ba
refactor(core,console): refactor AC 403 flow (#3235) 2023-03-01 10:24:39 +00:00
Charles Zhao
af9cd0d164
fix(core): error invalid credentials should return 401 instead of 400 (#3254) 2023-03-01 16:56:25 +08:00
Charles Zhao
e8a7094e37
feat(console): allow editing basic userinfo in profile page 2023-02-28 18:23:52 +08:00
Gao Sun
bd158a46fe
refactor(core): fix CORS (#3246) 2023-02-28 09:20:41 +00:00
Gao Sun
75b6d65b3e
Merge pull request #3227 from logto-io/gao-fix-local-cors
fix(core): allow localhost CORS when only one endpoint available
2023-02-28 14:15:46 +08:00
simeng-li
cc4c4dcaa5
style(core): fix power by logto font size (#3242) 2023-02-28 13:54:58 +08:00
Gao Sun
d61cd795ac
refactor(core): add unit tests 2023-02-27 15:12:12 +08:00
Xiao Yijun
13f877ca4d
refactor(console): get-started tasks (#3208) 2023-02-27 10:15:55 +08:00
Gao Sun
237df1721c
release: version core packages 2023-02-26 15:03:37 +08:00
Gao Sun
54512c2603
fix(core): allow localhost CORS when only one endpoint available 2023-02-26 14:59:31 +08:00
silverhand-bot
cda2c821cd
release: version core packages (#3225)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-02-25 23:15:42 +08:00
Murat Gözel
1db6177f3a
feat(core): added a new endpoint to replace user roles (#3203) 2023-02-24 17:55:55 +08:00
simeng-li
c06e2d0985
refactor(core): throw registered social email or phone info (#3199) 2023-02-24 16:05:06 +08:00
simeng-li
86b796e989
fix(core): should not block social email/phone identifiers by SIE (#3201) 2023-02-24 16:04:43 +08:00
Charles Zhao
9311f4cf93
feat(core): provide /me APIs for user password and verification code in cloud AC (#3192) 2023-02-24 16:01:14 +08:00
Charles Zhao
586cc96113
feat(cloud): new APIs for social linking/unlinking in cloud AC (#3184) 2023-02-24 15:44:15 +08:00
Gao Sun
54ef69d4f4
refactor: filter out suspended users in hasActiveUsers() 2023-02-24 13:17:37 +08:00
simeng-li
ab4b98d14d
feat(core): update the OIDC post signout page (#3183) 2023-02-24 02:20:53 +00:00
simeng-li
af66760a42
fix(core): fix empty error message (#3202) 2023-02-24 10:17:33 +08:00
simeng-li
1ae64f41cb
fix(core): mount OIDC after all middlewares (#3181) 2023-02-24 10:11:51 +08:00
Gao Sun
720d1ecb33
refactor: fix cloud env (#3186)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2023-02-23 03:38:59 +00:00
Gao Sun
09d2dac1ea
refactor: move admin console app to database (#3185) 2023-02-22 14:35:17 +00:00
Darcy Ye
5c7e20bfd4
fix(core): should throw error when multiple connector factories have same id (#3170) 2023-02-22 14:19:16 +08:00
Gao Sun
1c2766be89
refactor: fix cloud env (#3179) 2023-02-22 12:38:30 +08:00
Gao Sun
6858f3c8dc
refactor: move console sie to database (#3171) 2023-02-21 21:24:43 +08:00
simeng-li
03099debbb
fix(ui): prevent infinite getPhrase api call (#3160) 2023-02-21 14:22:22 +08:00
Gao Sun
e3f88f5250
refactor: remove demo app db entity (#3165) 2023-02-21 03:45:06 +00:00
Gao Sun
1ef5519e75
feat: custom css (#3155) 2023-02-21 10:55:44 +08:00
Darcy Ye
a13d27a018
feat: enabled connector db read and write (#3127) 2023-02-20 18:54:02 +08:00
Gao Sun
0f3e256a87
Merge pull request #3148 from logto-io/gao-post-tenants
feat(cloud): `POST /tenants`
2023-02-20 14:38:15 +08:00
simeng-li
1c58d4ee22
Merge pull request #3150 from logto-io/simeng-log-4166-remove-unnecessary-querying-before
refactor(core): remove duplicate findEntityById query before delete
2023-02-20 14:11:02 +08:00
simeng-li
aa1cd52069
refactor(core): remove duplicate findEntityById query before delete
remveo duplication findEntityById query before delete
2023-02-20 11:37:39 +08: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
simeng-li
3b0bee717a
fix(core): mask password in audit log (#3130) 2023-02-16 08:45:34 +00:00
Gao Sun
016833905d
refactor(core): optimize tenant not found error (#3128) 2023-02-16 15:29:28 +08:00
Gao Sun
442ab77a39
refactor(core): expose all headers in CORS (#3123) 2023-02-16 03:16:22 +00: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
3c39c618a1
refactor: update per review 2023-02-15 23:30:27 +08:00
Gao Sun
40173bb5e0
Merge branch 'master' into gao-add-admin-tenant 2023-02-15 15:00:04 +08:00
Gao Sun
c137768472
refactor: utilities -> utils (#3106) 2023-02-15 10:26:22 +08:00
simeng-li
dbad0ed8a0
fix(core): user claims hot fix (#3109) 2023-02-15 10:13:25 +08:00
simeng-li
d4182efc8b
refactor(ui): refactor the register flow (#3083) 2023-02-14 15:45:15 +08:00
Gao Sun
2b7da7b228
refactor(core): fix rls error alert message (#3103) 2023-02-14 10:34:16 +08:00
Darcy Ye
84bb5b29f0
feat(core): enable creating a new connector with specified id (#3099) 2023-02-13 15:13:12 +08:00
Gao Sun
2c6d2a6b1c
Merge pull request #3075 from logto-io/gao-use-rls
refactor: use RLS
2023-02-13 14:52:15 +08:00