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

7060 commits

Author SHA1 Message Date
Darcy Ye
5b9a129a59
feat: update default name id format 2024-12-13 11:48:52 +08:00
Darcy Ye
f9c8478e98
chore: add unit tests 2024-12-13 11:48:52 +08:00
Darcy Ye
8420573eec
refactor: refactor GET /saml-applications/:id/callback API 2024-12-13 11:48:51 +08:00
Darcy Ye
b5481df6f5
refactor: refactor code 2024-12-13 11:48:51 +08:00
Darcy Ye
b8bb4e7177
chore: update samlify import 2024-12-13 11:48:51 +08:00
Darcy Ye
755c138f12
refactor: refactor code 2024-12-13 11:48:51 +08:00
Darcy Ye
a3d5f9feb8
refactor: update code 2024-12-13 11:48:51 +08:00
simeng-li
08928fffa4
feat(core): implement SAML IdP response flow
implement SAML IdP respones flow
2024-12-13 11:48:51 +08:00
simeng-li
96fd7ba49f
refactor(console, core): refactor console to support new pro plan (#6874)
* refactor(console, core): refactor console to support new pro plan

refactor console to support new pro plan

* fix(console): fix the wrong quota number

fix the wrong quota number

* fix(console): align the util method usage

align the util method usage
2024-12-12 17:23:41 +08:00
simeng-li
69986bc179
refactor(console): refactor console paywall guards (#6863)
* refactor(console): refactor console paywall guards

refactor console paywall guards

* refactor(console): refactor the paywall logic

refactor the paywall logic

* fix(console): replace hardcode pro plan id

replace hardcoded pro plan id

* chore(console): add some comments

add some comments
2024-12-12 06:26:51 +00:00
Charles Zhao
788270b5a7
chore: bump ws version (#6876) 2024-12-11 19:01:09 +08:00
Charles Zhao
4c61aa1e37
chore: remove unexpected console log (#6875) 2024-12-11 18:15:50 +08:00
Charles Zhao
baef49df3c
chore: bump dependencies (#6873)
* chore: bump dependencies

* fix: ui test

* fix: ui test
2024-12-11 17:35:47 +08:00
renovate[bot]
7463e88f29
chore(deps): update dependency @types/color to v4 (#6760)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 10:48:56 +08:00
renovate[bot]
a20a35b414
fix(deps): update dependency nanoid to v5.0.9 [security] (#6867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-11 10:21:59 +08:00
simeng-li
ad4800fd24
fix(console): fix enterprise tenant current sku always return dev (#6869)
* fix(console): fix enterprise tenant current sku always dev

fix the enterprise tenant current sku always dev bug

* fix(console): fix the lint error

fix the lint error
2024-12-10 18:33:02 +08:00
simeng-li
ba84b1aed8
Revert "refactor(console): replace get sku api" (#6868)
Revert "refactor(console): replace get sku api (#6861)"

This reverts commit 51c9c52a61.
2024-12-10 15:31:20 +08:00
simeng-li
8a15a60c37
fix(core): fix the subscription api response type (#6834)
fix the subscription api response type all dates value should be converted to ISO 8601 string
2024-12-10 13:37:23 +08:00
Darcy Ye
2178589507
fix: fix fetch official connector CLI error (#6862) 2024-12-09 10:58:57 +00:00
simeng-li
51c9c52a61
refactor(console): replace get sku api (#6861)
replace the `api/sku` API using `api/tenants/:tenantId/available-sku
2024-12-09 17:45:53 +08:00
simeng-li
d2fb597ef3
chore: whitelist add_on_sku_id (#6860)
chore: white list add_on_sku_id in compare db

white list add_on_sku_id in the compare db script
2024-12-09 02:55:38 +00:00
Gao Sun
ab82e83afb
chore: upgrade vitest and happy-dom (#6858)
* chore: upgrade happy-dom and vitest

* chore: upgrade @vitest/coverage-v8
2024-12-08 01:11:15 +08:00
Darcy Ye
70309fa005
chore: add tips for HTTP email connector (#6753)
* chore: add tips for HTTP email connector

* chore: adopt suggestion

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>

---------

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-12-06 15:36:13 +08:00
simeng-li
c6dc9358c9
feat(console): feat add SAML application creation (#6857)
feat(console): feat add SAML appliction creation

feat add SAML application creation
2024-12-05 21:58:14 +08:00
simeng-li
d18422397e
feat(console): add SAML IdP settings page (#6853)
* feat(console): add SAML IdP settings page

add SAML IdP application settings page

* feat(console): add download link

add download link
2024-12-05 15:35:52 +08:00
Darcy Ye
cd0d3577ee
refactor: remove SAML app certificate/metadata download APIs (#6856) 2024-12-05 07:27:34 +00:00
Darcy Ye
22d0a17389
fix: fix some SAML app bugs (#6852) 2024-12-05 06:54:23 +00:00
renovate[bot]
5e7a287908
chore(deps): update postgres docker tag to v17 (#6731)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-05 10:33:21 +08:00
simeng-li
709c320426
refactor(console,core,schemas): allow SAML application to use IdP-initiated SSO (#6849)
* refactor(console,core,schemas): allow SAML application to use  IdP-initiated SSO

allow SAML application to use IdP-initiated

* fix(core): fix ut

fix ut
2024-12-04 17:33:01 +08:00
Gao Sun
239b81e31a
refactor: loose redirect uri restrictions (#6846)
* refactor: loose redirect uri restrictions

* refactor: fix types and add tests

* chore: add changeset
2024-12-04 15:37:16 +08:00
Darcy Ye
352f4d1a5f
fix(core): fix applications APIs status guard (#6845) 2024-12-03 09:25:39 +00:00
Darcy Ye
14b4254d1e
feat: add SAML app anonymous metadata and certificate APIs (#6833) 2024-12-03 07:58:52 +00:00
Darcy Ye
542250339c
Merge pull request #6832 from logto-io/yemq-saml-applications-secrets-apis
feat: add SAML app secret related APIs
2024-12-01 21:58:49 -08:00
Darcy Ye
79eeb3508c
chore: fix code 2024-12-02 12:11:53 +08:00
Darcy Ye
0d83cb1fd6
feat: add SAML app secret related APIs 2024-12-02 12:11:52 +08:00
Darcy Ye
c211dd1d38
Merge pull request #6827 from logto-io/yemq-patch-get-saml-app-by-id-apis
feat(core): add `PATCH/GET /saml-applications/:id` APIs
2024-12-01 20:09:45 -08:00
Darcy Ye
016bdfecaf
chore: add comments 2024-12-02 11:14:10 +08:00
Darcy Ye
d55112b498
fix: update according to CR 2024-11-29 15:30:03 +08:00
Darcy Ye
743ed33ab3
chore: rename SAML application secrets/configs constraints (#6840) 2024-11-29 14:11:46 +08:00
simeng-li
91a4de2ae7
feat(schemas): add new pro202411 reserved plan ID (#6839)
* feat(schemas): add new pro202411 reserved plan ID

add new Pro202411 reserved plan ID.

* fix(schemas,console): update comments and fix console

update comment and fix console missing key
2024-11-28 14:50:18 +08:00
Darcy Ye
225bdf4ba9
chore: fix code 2024-11-27 21:27:26 +08:00
Darcy Ye
06fd450ab4
Merge pull request #6822 from logto-io/yemq-add-post-saml-app-api
feat(core): add `POST /saml-applications` and `DEL /saml-applications/:id` APIs
2024-11-27 20:01:17 +08:00
Darcy Ye
2ec1f56c11
feat(core): add PATCH/GET /saml-applications/:id APIs 2024-11-27 20:00:04 +08:00
Darcy Ye
3d85ab101e
chore: update code 2024-11-27 19:48:33 +08:00
Darcy Ye
4945a2709f
fix: add DB constraints sorting reference (#6838) 2024-11-27 11:08:25 +00:00
Gao Sun
e8c71fa913
refactor(console): optimize onboarding (#6837)
* refactor(console): optimize onboarding

* refactor: fix lint issues

* chore: remove unused phrases

* chore: fix code style
2024-11-27 08:35:40 +00:00
Darcy Ye
ccb47b7443
refactor: undo changes on swagger API utils and hide SAML app APIs 2024-11-26 15:23:38 +08:00
simeng-li
4b5db6ed1c
refactor(schemas, console): remove deprecated ReservedPlanIds (#6820)
remove deprecated ReservedPlanIds and refactor the skuId usage in console
2024-11-25 17:48:52 +08:00
simeng-li
3e034b580f
fix(core): add redis ping interval (#6819)
* fix(core): add redis ping interval

add redis ping interval

* refactor(core): add trySafe to wellknown cache

add trySafe to wellknown cache

* chore: add comments

Co-authored-by: Gao Sun <gao@silverhand.io>

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-11-25 17:46:51 +08:00
silverhand-bot
2856f9ee28
release: version packages (#6811) 2024-11-22 17:04:11 +08:00