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

5457 commits

Author SHA1 Message Date
Xiao Yijun
d4996c3f57
refactor(console,phrases): update charge notification for add-on features (#5146) 2023-12-22 16:32:24 +08:00
Xiao Yijun
39b915aa23
refactor(console): update plan comparison table (#5143) 2023-12-22 16:32:05 +08:00
Gao Sun
4e9d21e0f1
chore: update README.md (#5139) 2023-12-22 15:16:59 +08:00
Gao Sun
9089dbf845
chore(deps): upgrade TypeScript (#5141)
* chore(deps): upgrade TypeScript

* chore: upgrade configs

* chore: fix tsconfig and add changeset

* chore: upgrade jest-related deps and fix code
2023-12-22 15:16:49 +08:00
simeng-li
9faa9841c5
fix(core): remove the COOP policy (#5133)
remove the COOP policy
2023-12-22 10:28:48 +08:00
Gao Sun
b40bae9c5b
refactor: translate phrases (#5140)
* refactor: translate phrases

* chore: fix translate issue
2023-12-21 08:37:26 +00:00
Xiao Yijun
70bd7322de
refactor(console): navigate to plan & billing page on paywall button clicked (#5137) 2023-12-21 07:01:37 +00:00
Xiao Yijun
1729def3dd
refactor(console): update feature tag in card titles (#5136) 2023-12-21 14:29:43 +08:00
wangsijie
8a457f3045
fix(console): hide new protected app type in console guide (#5134) 2023-12-21 11:39:48 +08:00
simeng-li
6e82e99725
feat(core,schemas,phrases): add application sign-in-experience apis (#5129)
add application sign-in-experience apis
2023-12-21 11:28:10 +08:00
simeng-li
541ea2919c
feat(schemas): add application sign-in-experience table (#5122)
* feat(schemas): add application sign-in-experience table

add application level sign-in-experience table

* fix(schemas): fix table name

fix table name

* fix(schemas): fix table file name

fix table file name
2023-12-21 10:20:45 +08:00
Xiao Yijun
2e9ccb08bd
refactor(console): add machine-to-machine roles limit guard (#5131) 2023-12-21 07:42:59 +08:00
Charles Zhao
e4c73e7bb7
feat(cli): add option to skip core check in translate cli commands (#5085)
* feat(cli): add option to skip core check in translate cli commands

* chore(cli): add changeset

* feat(cli): support any string value package name in translate command

* chore: update changeset
2023-12-20 16:45:01 +08:00
Xiao Yijun
6b2e1c8908
refactor(console): add new quota items for subscription plan (#5128) 2023-12-20 14:08:30 +08:00
Xiao Yijun
b5bc374f2b
feat(console): add charge notification for add-on features (#5125) 2023-12-20 06:06:09 +00:00
Xiao Yijun
ed1692959f
refactor(console): treat hobby plan as the new pro plan (#5126) 2023-12-20 13:57:58 +08:00
Xiao Yijun
0691669d6f
refactor(console): update upsell instruction for m2m app & resource creation (#5121) 2023-12-20 13:51:38 +08:00
Darcy Ye
745e26609a
fix(connector): update connector readme images URL (#5069) 2023-12-20 13:45:33 +08:00
simeng-li
072c6629d3
feat(core,schemas): add application user consent scope delete api (#5120)
* feat(core,schemas): add application user consent scope delete api

add application user consent scope delete api

* chore(core): add the invalid user consent scope type fallback error

add the invalid user consent scope type fallback error
2023-12-20 13:34:18 +08:00
Gao Sun
bbc223b81c
refactor(core): create tenant organization for first admin (#5127) 2023-12-20 13:07:06 +08:00
Gao Sun
3f8e42af81
Merge pull request #5110 from logto-io/gao-use-organization-token
refactor(console): use organization token for management api
2023-12-19 23:54:58 +08:00
Gao Sun
ca68a2a547
Merge pull request #5105 from logto-io/gao-tenant-org-alteration
refactor(schemas,core,cli): init tenant organizations
2023-12-19 23:06:41 +08:00
Darcy Ye
94a1b07c83
chore(test): add test cases for testing config on SSO details page experience tab (#5088) 2023-12-19 22:12:42 +08:00
Darcy Ye
22e9580d68
feat(core,connector): update koaQuotaGuard to fit new pricing model (#5123) 2023-12-19 18:51:53 +08:00
wangsijie
e28822997f
feat(schemas): add column protected_app_metadata (#5113)
* feat(schemas): add new application type for protected app

* feat(schemas): add column protected_app_configs
2023-12-19 17:04:14 +08:00
wangsijie
7e435c4749
feat(schemas): add new application type for protected app (#5112) 2023-12-19 15:59:27 +08:00
Xiao Yijun
1834d64759
fix(console): hide feature tag when standard connectors is unlimited (#5119) 2023-12-19 14:34:39 +08:00
Xiao Yijun
bb4632e0e3
refactor(console): update usage-based feature beta tip for org feature (#5117) 2023-12-19 11:44:51 +08:00
Xiao Yijun
5256da26ea
feat(console): add org feature items for comparison table (#5116) 2023-12-19 11:40:17 +08:00
Xiao Yijun
a5ef0d014e
refactor(console): update plan comparison table (#5115) 2023-12-19 10:10:32 +08:00
dependabot[bot]
72fa53f1f3
chore(deps): bump @koa/cors from 4.0.0 to 5.0.0 (#5094)
Bumps [@koa/cors](https://github.com/koajs/cors) from 4.0.0 to 5.0.0.
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](https://github.com/koajs/cors/compare/4.0.0...5.0.0)

---
updated-dependencies:
- dependency-name: "@koa/cors"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 13:08:24 +08:00
Gao Sun
bfd027d4e8
refactor(console): use organization token for management api 2023-12-18 13:07:30 +08:00
Gao Sun
36139d7002
refactor(schemas): skip adding membership when no user found 2023-12-16 14:48:01 +08:00
simeng-li
5c936e0976
feat(core,schemas): add GET application user consent scopes api (#5103)
* feat(core,schemas): add GET application user consent scopes api

add GET application user consent scopes api

* fix(core): remove useless field declare

remove useless field declare
2023-12-15 18:12:52 +08:00
Gao Sun
74e5975be5
feat(cli): support seeding legacy test data 2023-12-15 17:19:29 +08:00
simeng-li
cb43ebb7d1
feat(core,phrases): add post application user consent scopes api (#5101)
add post application user consent scopes api
2023-12-15 16:59:48 +08:00
Gao Sun
b8fd594fea
refactor: fix workflow 2023-12-15 16:50:14 +08:00
Gao Sun
fc71c8ae33
Merge pull request #5104 from logto-io/gao-add-test-data-init
feat(cli): add option to seed test data
2023-12-15 12:44:14 +08:00
simeng-li
875e948186
feat(schemas): add application permissions relation tables (#5097)
* feat(schemas): add application permissions relation tables

add appliaction permissions relation tables

* refactor(schemas): redesign the application user scope relations table

redesign the application user scope relations table

* refactor(schemas): rename application user consent scopes table name

rename application user consent scopes table name

* fix(schemas): fix dirty char

fix dirty char

* refactor(schemas): rename resource scope column name

rename resource scope column name

* fix(schemas): fix the wrong column name

fix the wrong column name

* refactor(schemas): update the userscope column length

update the userscope column length
2023-12-15 10:18:44 +08:00
Gao Sun
30e4e103c2
refactor(cli): seed organization data 2023-12-15 00:31:19 +08:00
Gao Sun
3e3fa20241
refactor(schemas): add alteration script for tenant organizations 2023-12-14 17:25:17 +08:00
Gao Sun
f5812b689d
feat(cli): add option to seed test data 2023-12-14 17:22:55 +08:00
Xiao Yijun
21dd11c92e
feat(phrases): add phrases for pricing v2 (#5102)
* feat(phrases): add phrases for plan quota table

* feat(phrases): add phrases for new upsell

* chore(phrases): remove untranslated comment from en phrases

* feat(phrases): add new org sell items
2023-12-14 17:03:26 +08:00
simeng-li
9222eb9f80
refactor(core): add on conflic ignore to the Relation insert query method (#5100)
* refactor(core): add on conflic ignore to the Relation insert query method

add on conflic ignore to the Relation insert query method

* chore: improve word

improve word

* test: add integration test

add integration test

* feat(core): update organization post api doc

update organization post api doc
2023-12-14 15:04:20 +08:00
wangsijie
7c09ac850f
refactor(core,console,shared): use getUserDisplayName function (#4977) 2023-12-13 03:01:07 +00:00
simeng-li
dcc226b5d9
feat(core,phrases): update applications api to support third-party app (#5096)
update applications api to support third-party app
2023-12-13 11:00:03 +08:00
simeng-li
a93a39aa1b
feat(core,schemas): add isThirdParty column to the applications table (#5090)
* feat(core,schemas): add isThirdParty column to the applications table

add isThirdParty column to the applications table

* refactor(core): group the application routes under applications directory (#5091)

* refactor(core): group the application routes under applications directory

group the application routes under applications directory

* refactor(core,schemas): refactor the application api guard

refactor the application api guard

* fix(schemas): fix application patch guard

fix application patch guard

* fix(test): fix ut

fix ut
2023-12-12 14:54:49 +08:00
renovate[bot]
630a8c52cf
chore(deps): update actions/stale action to v9 (#5075)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-11 17:04:52 +08:00
Xiao Yijun
a6c1bdb5e4
fix(console): discard application settings changes when switching tabs (#5087) 2023-12-11 14:53:12 +08:00
Darcy Ye
9870ddeff0
fix(console,test): should clear error message and add console integration test (#5081)
* fix(console,test): should clear error message and add console integration test

* refactor(test): refactor code using cls and dcls methods if possible
2023-12-11 05:02:33 +00:00