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 |
|
Gao Sun
|
bdd7374d31
|
refactor(schemas): use restrictive policies
for enhanced security and scalability. restrictive policies can
be combined with permissive policies for advanced use cases.
|
2023-03-08 19:16:42 +08:00 |
|
Charles Zhao
|
43470c41f1
|
fix(core,schemas): add new verification status table (#3312)
|
2023-03-08 15:21:59 +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
|
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
|
76a04d97b3
|
feat(cloud): POST /tenants
|
2023-02-20 00:27:12 +08:00 |
|
Gao Sun
|
7a7d7f9f41
|
refactor: add alteration scripts
|
2023-02-12 18:43:02 +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
|
d0399eb8a4
|
refactor!: merge settings into logto configs table
|
2023-01-29 19:42:19 +08:00 |
|
Gao Sun
|
de4b0bae16
|
refactor: add function and trigger to set tenant_id
|
2023-01-28 19:26:29 +08:00 |
|
Gao Sun
|
54db878760
|
refactor: re-org alteration scripts
|
2023-01-28 12:58:42 +08:00 |
|
Gao Sun
|
ba44eb5fc6
|
refactor(schemas): init tenant sqls
|
2023-01-28 12:58:42 +08:00 |
|
wangsijie
|
ece866db7c
|
feat!: migrate application role names to RBAC (#2972)
|
2023-01-18 15:38:36 +08:00 |
|
wangsijie
|
92968c49dd
|
fix(schemas): set scope description to required (#2954)
|
2023-01-17 18:04:49 +08:00 |
|
simeng-li
|
3ff6554c08
|
refactor(core,console,schemas): remove logDto (#2889)
|
2023-01-10 05:57:24 +00: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
|
0decdb796d
|
refactor(schemas): alter passcodes table and set jti to nullable
|
2023-01-06 22:47:29 +08:00 |
|
wangsijie
|
f371a61460
|
feat(core): role-scope api (#2826)
|
2023-01-06 15:37:00 +08:00 |
|
wangsijie
|
cf900d4aef
|
feat(core): resource scopes crud (#2757)
|
2023-01-05 15:24:24 +08:00 |
|
wangsijie
|
61f4e7fd2d
|
feat: add users_roles table and remove role_names (#2525)
|
2023-01-04 15:39:27 +08:00 |
|
Gao Sun
|
01f718b258
|
refactor!: align PasscodeType to MessageTypes
refactor: apply suggestions from code review
Co-authored-by: Darcy Ye <darcyye@silverhand.io>
refactor(core): fix type names
|
2022-12-27 15:29:06 +08:00 |
|
Gao Sun
|
c24a57f2c4
|
refactor: update log types in database and console
|
2022-12-20 13:47:12 +08:00 |
|
Xiao Yijun
|
bc5f4b541a
|
refactor: replace termsOfUse with termsOfUseUrl (#2665)
|
2022-12-15 17:04:42 +08:00 |
|
Gao Sun
|
93cd6a27d0
|
refactor(schemas): add name index on users (#2668)
|
2022-12-15 10:50:48 +08:00 |
|
Darcy Ye
|
7ba40a7782
|
feat: remove enabled from table connectors (#2513)
|
2022-11-28 18:37:24 +08:00 |
|
wangsijie
|
3f41278a24
|
feat(schemas): add roles and permissions (#2494)
|
2022-11-24 11:09:03 +08:00 |
|
Darcy Ye
|
8a7a9e418e
|
feat: update connectors table and load connector logic (#2468)
Co-authored-by: wangsijie <wangsijie@silverhand.io>
|
2022-11-18 12:06:53 +08:00 |
|
wangsijie
|
854e373b81
|
Merge branch 'master' into merge/suspend
|
2022-11-09 11:05:32 +08:00 |
|
wangsijie
|
e699e3fb62
|
fix(core,schemas): fix email and sms verification for continue route (#2349)
|
2022-11-08 22:59:43 +08:00 |
|
wangsijie
|
73bb938c3c
|
feat(schemas): add user is suspended column (#2305)
Co-authored-by: Gao Sun <gao@silverhand.io>
|
2022-11-04 10:10:01 +08:00 |
|
wangsijie
|
5e571936c9
|
chore: remove old sign in methods (#2295)
|
2022-11-03 18:23:12 +08:00 |
|
wangsijie
|
1c50efe632
|
feat: remove forgot password control (#2291)
|
2022-11-03 10:31:57 +08:00 |
|
wangsijie
|
5959372325
|
Merge branch master into merge/sie-v2
merge
|
2022-10-21 10:43:56 +08:00 |
|
wangsijie
|
06ae2aff15
|
Revert "chore: merge master into sie-v2 (#2182)" (#2216)
|
2022-10-20 17:03:18 +08:00 |
|
wangsijie
|
e5f8139880
|
chore: merge master into sie-v2 (#2182)
Co-authored-by: Xiao Yijun <xiaoyijun@silverhand.io>
Co-authored-by: IceHe <icehe@silverhand.io>
Co-authored-by: Gao Sun <gao@silverhand.io>
Co-authored-by: simeng-li <simeng@silverhand.io>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
Co-authored-by: Mahesh Vagicherla <59088937+b4s36t4@users.noreply.github.com>
Co-authored-by: FlurryNight <47457170+FlurryNight@users.noreply.github.com>
Co-authored-by: Lukas <lukas@slucky.de>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2022-10-18 15:44:49 +08:00 |
|
Gao Sun
|
696e7f181d
|
chore: merge branch 'master' into feature/manage-language
|
2022-10-10 15:52:06 +08:00 |
|
wangsijie
|
78eca37e87
|
feat(schemas): add sie2 schema (#2056)
|
2022-10-09 15:31:40 +08:00 |
|
IceHe
|
3eb44e1e56
|
refactor(core,console,phrases,schemas): replace language key with language tag (#2026)
|
2022-09-30 10:30:32 +08:00 |
|
IceHe
|
cce2d40160
|
refactor(core): count new users by created_at (#2027)
|
2022-09-29 15:32:43 +08:00 |
|
Gao Sun
|
cd9c6978a3
|
feat(core): machine to machine apps
|
2022-09-22 22:12:16 +08:00 |
|
wangsijie
|
577ca48c07
|
feat(schemas): add logto configs table (#1940)
|
2022-09-15 17:39:49 +08:00 |
|
IceHe
|
7242aa8c2b
|
feat(core,schemas): add phrases schema and GET /custom-phrases/:languageKey route (#1905)
|
2022-09-13 17:36:37 +08:00 |
|
Wang Sijie
|
543ee04f53
|
feat(core,schemas): add application secret (#1715)
|
2022-08-02 16:18:50 +08:00 |
|
simeng-li
|
4d7a091d24
|
refactor(core): adjust access token ttl (#1430)
adjust access token ttl
|
2022-07-06 20:33:32 +08:00 |
|
Wang Sijie
|
2c413341d1
|
feat(console): sie form reorg (#1218)
|
2022-06-24 02:26:30 +00:00 |
|
IceHe.xyz
|
3ac01d72f9
|
feat(schemas): make users.avatar URL length 2048 (#1141)
|
2022-06-17 17:04:04 +08:00 |
|