Xiao Yijun
|
0971f99e98
|
feat(console): image uploader (#3323)
|
2023-03-10 16:35:25 +08:00 |
|
simeng-li
|
394637f200
|
refactor(core): refactor backend password regex rule (#3346)
|
2023-03-10 13:41:54 +08:00 |
|
Gao Sun
|
310c543f93
|
Merge pull request #3333 from logto-io/gao-log-5603-hide-role-for-user-tenant
refactor: hide internal roles for user tenants
|
2023-03-09 12:41:34 +08:00 |
|
Xiao Yijun
|
105390f004
|
refactor: remove branding style config (#3326)
|
2023-03-09 11:23:06 +08:00 |
|
Gao Sun
|
c5da152ddc
|
refactor: hide internal roles for user tenants
introduce internal roles which name starts with #internal:
with RLS policies to make them read-only.
|
2023-03-09 00:07:33 +08:00 |
|
Charles Zhao
|
32dff20633
|
fix(core): user should be able to set password even if they do not have one (#3331)
|
2023-03-08 20:34:17 +08:00 |
|
Charles Zhao
|
4675ce6dbc
|
fix(core): should not guard input when verifying password (#3329)
|
2023-03-08 19:27:42 +08:00 |
|
Charles Zhao
|
1f0bc8f3f4
|
refactor(console): polish code by improving data types and API routes (#3324)
|
2023-03-08 08:28:33 +00:00 |
|
Charles Zhao
|
01735d1647
|
refactor(console,core,phrases): improve error handling in ac profile (#3317)
|
2023-03-08 16:00:11 +08:00 |
|
Charles Zhao
|
43470c41f1
|
fix(core,schemas): add new verification status table (#3312)
|
2023-03-08 15:21:59 +08:00 |
|
Gao Sun
|
56ffba151b
|
fix: should return demo app data when query api (#3322)
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
|
2023-03-08 03:34:40 +00:00 |
|
Gao Sun
|
1ca42e0573
|
Merge pull request #3316 from logto-io/gao-add-cloud-api-tests
test(cloud): init cloud unit tests
|
2023-03-08 11:24:18 +08:00 |
|
Gao Sun
|
27db553cb4
|
Merge pull request #3311 from logto-io/gao-use-url-class
refactor: use URL class
|
2023-03-08 11:04:39 +08:00 |
|
simeng-li
|
05ada94f95
|
feat(core,console,schemas,phrases): add privacy policy url (#3315)
|
2023-03-08 10:56:26 +08:00 |
|
Gao Sun
|
af4276e08e
|
test(cloud): init api tests
|
2023-03-08 10:49:51 +08:00 |
|
Gao Sun
|
3287c2c232
|
refactor: use URL class
|
2023-03-08 10:47:10 +08:00 |
|
wangsijie
|
3c0c82a4bf
|
feat(core): add s3 storage provider (#3320)
|
2023-03-08 10:14:28 +08:00 |
|
wangsijie
|
13fcf6f3c2
|
feat(core,console): handle connector target confict (#3251)
|
2023-03-07 16:14:23 +08:00 |
|
wangsijie
|
f25a9d343c
|
feat(core,phrases,schemas): upload user assets with azure storage (#3289)
|
2023-03-07 06:00:12 +00:00 |
|
renovate[bot]
|
4eb2d14762
|
chore(deps): update dependency @silverhand/essentials to v2.4.0 (#3284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-03-07 04:25:50 +00:00 |
|
simeng-li
|
3184e36773
|
feat(ui): implement lite mode set password form (#3282)
|
2023-03-07 02:55:29 +00:00 |
|
Charles Zhao
|
88cb4590ba
|
fix(console): admin user should be able to link google account to profile (#3297)
|
2023-03-06 16:48:50 +08:00 |
|
Gao Sun
|
ea66dcbf2f
|
Merge pull request #3285 from logto-io/gao-allow-admin-to-create-tenant
refactor: allow admin to create tenants
|
2023-03-06 13:54:25 +08:00 |
|
Charles Zhao
|
3996ac4107
|
feat(console): link social account in ac profile page (#3288)
|
2023-03-06 11:21:24 +08:00 |
|
simeng-li
|
6aab01e56c
|
feat(ui): add interactionMode OIDC param (#3280)
|
2023-03-06 10:08:57 +08:00 |
|
Charles Zhao
|
963526ab0e
|
fix(core): check identifier collision before updating admin tenant user (#3292)
|
2023-03-05 23:04:36 +08:00 |
|
Gao Sun
|
08e7b6c6c2
|
refactor: allow admin to create tenants
|
2023-03-04 14:52:02 +08:00 |
|
Gao Sun
|
afe39f6f46
|
refactor: fix cloud dev (#3281)
|
2023-03-03 11:04:22 +00:00 |
|
Gao Sun
|
0a3d4bb345
|
Merge pull request #3274 from logto-io/gao-seed-for-multi-tenancy
refactor: seed data for multi-tenancy
|
2023-03-03 16:45:02 +08:00 |
|
Gao Sun
|
a852114caf
|
Merge pull request #3269 from logto-io/gao-support-path-based-multi-tenancy
feat(core): support path-based multi-tenancy
|
2023-03-03 16:13:05 +08:00 |
|
Charles Zhao
|
c3daeebe4d
|
feat(console): allow linking email via verification code in profile (#3275)
|
2023-03-03 14:26:34 +08:00 |
|
Charles Zhao
|
84adbf66df
|
Merge pull request #3252 from logto-io/charles-log-5541-mainflow-like-form-ui-for-change-password
feat(console): add mainflow like modal style for change password
|
2023-03-03 14:18:23 +08:00 |
|
Gao Sun
|
a76ce24bee
|
refactor: seed data for multi-tenancy 2
|
2023-03-03 14:11:19 +08:00 |
|
Charles Zhao
|
ae9edd3ebc
|
feat(console): add mainflow like modal style for change password
|
2023-03-02 22:46:11 +08:00 |
|
Gao Sun
|
9775db7af8
|
refactor: seed data for multi-tenancy
|
2023-03-02 22:25:13 +08:00 |
|
Gao Sun
|
a6d4494c0e
|
chore(core): add comments
|
2023-03-02 17:14:41 +08:00 |
|
Gao Sun
|
a8355eb6a3
|
refactor(core): fix segment matching for path-based
|
2023-03-02 16:45:48 +08:00 |
|
Gao Sun
|
d29432f45d
|
feat(core): support path-based multi-tenancy
|
2023-03-02 13:20:21 +08:00 |
|
Gao Sun
|
07e04eac55
|
refactor(core): fix etag
|
2023-03-02 00:44:33 +08:00 |
|
Gao Sun
|
2747a1064e
|
chore(core): add comments
|
2023-03-02 00:33:03 +08:00 |
|
Gao Sun
|
303e086df3
|
refactor: optimize tenant requests
|
2023-03-01 23:46:30 +08:00 |
|
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 |
|