simeng-li
2a838d71a2
feat(core): delete email template by langaugeTag or templateType ( #7018 )
...
Add apis to delete email template by languageTag or templateType
2025-02-11 08:38:14 +00:00
simeng-li
a94f3b1c83
feat(core): add update email template details api ( #7017 )
...
add update email tempalte details api
2025-02-11 14:58:36 +08:00
simeng-li
bf7f399844
feat(core): add get email-templates api ( #7016 )
...
add get email-templates api
2025-02-11 12:44:13 +08:00
simeng-li
99bd856acc
feat(core): add PUT and DELETE email-templates api ( #7010 )
...
* feat(core): add PUT and DELETE email-templates api
add PUT and DELETE email-templates api
* fix(core): fix openapi docs errors
fix openapi docs errors
2025-02-11 02:16:20 +00:00
simeng-li
bf2d3007c3
fix(core): trigger webhook in organization invitation flow ( #7005 )
...
* fix(core): trigger webhook in organization invitation flow
should trigger the Organization.Membership.Updated webhook event when a organization invitation is accepted.
* chore: update changeset
update changeset
2025-02-07 04:03:51 +00:00
silverhand-bot
c25e435eac
release: version packages ( #6974 )
2025-02-05 12:30:59 +08:00
Darcy Ye
faf7e3c928
chore(core): hide oidcClientMetadata of SAML apps when using GET app APIs ( #6979 )
2025-01-26 02:46:52 +00:00
Darcy Ye
325fdf84f1
Merge pull request #6978 from logto-io/yemq-fix-saml-app-attributes
...
fix: fix SAML app attribute mapping not working issue
2025-01-25 12:33:45 +08:00
Darcy Ye
3bc701ea9a
Merge pull request #6977 from logto-io/yemq-fix-console-saml-app-attribute-mapping
...
fix(console,core): fix SAML app attribute mapping issues
2025-01-23 14:09:54 +00:00
Darcy Ye
d16666a471
feat(core): add default redirect URI for SAML apps on creation ( #6932 )
2025-01-10 17:09:40 +09:00
Darcy Ye
73694b9962
feat(console,core): add attribute mapping ( #6916 )
2025-01-06 13:40:07 +00:00
Darcy Ye
4191828fcb
feat: support SAML app encryption and nameIdFormat config ( #6912 )
2025-01-06 18:47:42 +08:00
Darcy Ye
580ed25ad7
feat(core,console): enable create and activate/deactivate SAML app secrets ( #6910 )
...
* feat: enable create and activate/deactivate SAML app secrets
* chore: update code
2025-01-06 14:47:49 +08:00
silverhand-bot
460ea89dd6
release: version packages ( #6850 )
...
* release: version packages
* chore: update new connectors version number
---------
Co-authored-by: Darcy Ye <darcyye@silverhand.io>
2025-01-02 12:11:10 +08:00
wangsijie
cf3aa1a40e
fix(core): should not be able to skip mandatory MFA ( #6892 )
2024-12-18 15:30:00 +08:00
wangsijie
f1b1d9e95a
feat(core,console): new mfa prompt policy ( #6880 )
2024-12-17 23:51: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
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
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
d55112b498
fix: update according to CR
2024-11-29 15:30:03 +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
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
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
859495b13b
refactor(core): move verification record id to header ( #6801 )
2024-11-15 13:42:28 +08:00
wangsijie
06a1bd1394
fix(core): allow all origins for profile and verification api ( #6799 )
2024-11-15 10:53:08 +08:00
wangsijie
0020e26270
chore: fix typo ( #6803 )
2024-11-14 09:14:23 +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
wangsijie
3d465f2c6d
feat(core): apply account center field control ( #6776 )
2024-11-11 15:03:29 +08:00
wangsijie
48fd33d8ce
feat(core): add account center api ( #6772 )
2024-11-08 19:57:43 +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
wangsijie
af5c6c7f8e
refactor(core): use template type for code verification ( #6687 )
2024-10-25 14:50:55 +08:00
simeng-li
3a826c4223
chore: bump dependency versions ( #6712 )
...
* chore: bump dependency versions
bump dependency versions
* chore: bump nodemon (#6713 )
nump nodemon version
2024-10-23 14:20:23 +08:00
wangsijie
6289433d8c
feat(core): add expiresAt in response of verification record creation ( #6686 )
2024-10-17 15:07:01 +08:00