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

2286 commits

Author SHA1 Message Date
simeng-li
a6aa235289
refactor(console): add get tenant add-on-skus endpoint (#6886)
* refactor(console): add get tenant add-on-skus endpoint

dynamicly display  token usage tooltips content based on the token add-on SKU details

* fix: fix email connector ts error

fix email connector ts error
2024-12-16 13:55:41 +08:00
simeng-li
8fc5e250e6
fix(core): add the missing status code (#6879)
add the missing status code
2024-12-15 20:12:07 +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
Charles Zhao
baef49df3c
chore: bump dependencies (#6873)
* chore: bump dependencies

* fix: ui test

* fix: ui test
2024-12-11 17:35:47 +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
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
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
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
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
ccb47b7443
refactor: undo changes on swagger API utils and hide SAML app APIs 2024-11-26 15:23:38 +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
Darcy Ye
0795ba9364
feat(core): add POST /saml-applications and DEL /saml-applications/:id APIs 2024-11-22 16:52:19 +08:00
Darcy Ye
e47545a7bb
chore: update code 2024-11-21 14:59:29 +08:00
Darcy Ye
7a949b3848
chore: add SAML to application type 2024-11-20 14:32:00 +08:00
wangsijie
9795412f43
refactor(core): rename account prefix to my-account (#6821) 2024-11-19 08:17:39 +00:00
wangsijie
9a3f78d342
chore: remove feature guard (#6818) 2024-11-19 11:54:32 +08:00
simeng-li
9ca5ae8f30
chore: add app insights log for oidc server error (#6815)
add app insights log for oidc server error
2024-11-18 14:40:03 +08:00
wangsijie
4658bd2623
refactor(core): rename prefix to account (#6814) 2024-11-18 14:02:04 +08:00
wangsijie
3cfa6843bd
feat(core): remove identities (#6809) 2024-11-15 07:51:32 +00:00
wangsijie
f8d21e49fa
refactor(core): split profile route (#6802) 2024-11-15 06:04:26 +00:00
wangsijie
859495b13b
refactor(core): move verification record id to header (#6801) 2024-11-15 13:42:28 +08:00
simeng-li
640425414f
chore: remove dev feature guard (#6808)
* chore: remove dev feature guard

remove dev feature guard

* chore: add changesets

add changesets
2024-11-15 11:17:22 +08:00
wangsijie
06a1bd1394
fix(core): allow all origins for profile and verification api (#6799) 2024-11-15 10:53:08 +08:00
simeng-li
3ee2e03ac8
feat(console): add unknown session redirect url input field (#6797)
* feat(console): add unknown session redirect url input field

add unknown session redirect url input field to console

* feat(core): redirect to redirect url from sie on session not found (#6798)

read and redierct user to redirect url from sie settings on session not found
2024-11-13 04:36:06 +00:00
simeng-li
ec0f0c35f8
feat(schemas,core): add unknown session redirect url to sie (#6796)
* feat(schemas,core): add unknown session redirect url to sie

add unknown session redirect url config to sie settings

* chore(core): update openapi docs

update openapi docs

* fix(core): fix typo

fix typo

* fix(core): fix typo

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

---------

Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
2024-11-13 10:29:14 +08:00
simeng-li
4e826deabe
feat(core,console): add trust unverified email settings to Azure SSO (#6800)
add trust unverified email settings to Azure OIDC SSO connector
2024-11-13 10:28:58 +08:00
simeng-li
ae4b65bc26
feat(core): add support email & website url format guard (#6790)
add support email and website url format guard
2024-11-12 02:13:19 +00:00
simeng-li
1cee704939
feat(schemas): add suppport email and website url to sie (#6789)
* feat(schemas): add suppport email and website url to sie

add support email and website url to sie

* fix(experience): fix type issue

fix type issue

* fix(core): fix ut

fix ut
2024-11-12 09:51:34 +08:00
wangsijie
3d465f2c6d
feat(core): apply account center field control (#6776) 2024-11-11 15:03:29 +08:00
wangsijie
d804ee0507
fix(core): set default social session (#6784) 2024-11-11 11:04:18 +08:00
wangsijie
48fd33d8ce
feat(core): add account center api (#6772) 2024-11-08 19:57:43 +08:00
simeng-li
6698679728
fix(core): fix enterprise SSO unknown field not synced issue (#6763)
* fix(core): fix enterprise SSO unknown field not synced issue
fix enterprise SSO unknown field not synced issue

* fix(core): cleanup undefined in unknown json

cleanup undefined in unknown json

* fix(core): should sync the sso identity detail on sign-in (#6764)

should sync the sso identity detail on sign-in
2024-11-04 08:48:36 +00:00
Amin Tarbalouti
60a6d677d7
feat(core): initial implementation of user set mfa secrets / codes (#6654)
* feat(core): initial implementation of user set mfa secrets / codes

* refactor(core): move totp secret validation to util

* chore(core): fix openapi document

* chore(core): fix unit tests

---------

Co-authored-by: wangsijie <wangsijie@silverhand.io>
2024-10-29 15:59:13 +08:00
simeng-li
76a985cc8a
chore(deps): update tsup dependency version (#6733)
chore: update tsup dependency version

update tsup dependency version
2024-10-28 13:42:11 +08:00
wangsijie
fa791d3a63
feat(core): remove social identity (#6709)
* feat(core): add social identity

* feat(core): remove social identity
2024-10-28 12:09:21 +08:00
wangsijie
9742f05ff6
feat(core): add social identity (#6703)
* feat(core): add social identity

* refactor(core): refactor social verification class (#6741)

* refactor(core): refactor social verification class

refactor social verification class

* fix(core): remove unused method

remove unused method

* chore: rename to connectorSessionType

---------

Co-authored-by: simeng-li <simeng@silverhand.io>
2024-10-26 09:46:24 +08:00
silverhand-bot
f48d3a1f95
release: version packages (#6631) 2024-10-25 17:26:36 +08:00
simeng-li
a72e016b6d
fix(core,console): show custom jwt error logs (#6749)
show custom jwt error logs
2024-10-25 15:08:39 +08:00