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

318 commits

Author SHA1 Message Date
simeng-li
479d5895af
chore(schemas): bump withtyped version (#6537)
* chore(schemas): bump withtyped version

bump withtyped version

* chore: update changeset

update changeset
2024-09-02 08:20:05 +00:00
Gao Sun
ee1947ac4d
refactor(console): support entering name while creating a user (#6523) 2024-08-29 16:08:00 +08:00
DevTekVE
aba089285b
feat: add Patreon connector (#6514) 2024-08-28 13:00:24 +08:00
simeng-li
8beb758771
refactor(core): refactor oidc error response query param (#6525)
refactor oidc error reponse query param
2024-08-28 10:14:04 +08:00
Xiao Yijun
3d3a220306
chore: remove dev feature guard for first screens (#6522)
* chore: remove dev feature guard for new first screens

* chore: add changeset

* chore(experience): add comments for identifier sign-in and register page
2024-08-28 09:53:54 +08:00
Gao Sun
652898f978
refactor: update language code to ar-SA (#6518) 2024-08-27 09:14:08 +00:00
simeng-li
6951e31578
feat(core): add error_code_key query string param (#6519)
* feat(core): add error_key query string param
feat(core): add error_key query string param
add error_key query string param

 Please enter the commit message for your changes. Lines starting

* chore(core): rename

rename the query param name

* fix(core): safe parse

safe parse

* chore: add changeset

add changeset
2024-08-27 14:15:40 +08:00
Zakher Masri
53060c2030
chore: add Arabic translation (#6422)
* chore: add Arabic translation

* chore: add arabic to phrases-experience

* chore: use `ar-AR` as language code

* chore: sync keys

* chore: add changeset and update elements

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-08-25 22:47:34 +08:00
Charles Zhao
61fb856ccd
release: @logto/tunnel:0.1.0 (#6513) 2024-08-23 15:40:19 +00:00
Charles Zhao
1e35d1afb4
refactor(tunnel): split tunnel cli and make it a standalone package (#6512) 2024-08-23 15:08:35 +00:00
wangsijie
e0326c96c9
chore: add changeset (#6492) 2024-08-23 14:29:39 +08:00
Darcy Ye
763dd60cd6
fix(console,core,connector): fix display issues and POST /connectors API code guard (#6481)
* fix(console,core,connector): fix display issues

* chore: add changeset
2024-08-21 03:17:28 +00:00
Charles Zhao
0183d0c33a
refactor: split translate cmd from logto cli (#6451)
* refactor: split translate cmd from logto cli

* chore: add changeset

* refactor(cli): remove translate command from cli package
2024-08-19 12:16:10 +08:00
Charles Zhao
976558af9c
refactor(cli): rename proxy cli to tunnel (#6442) 2024-08-14 03:45:14 +00:00
Darcy Ye
ff6b304bac
fix(console): should not block custom JWT creation for OSS user (#6441) 2024-08-13 19:16:43 +08:00
Xiao Yijun
ab90f43db2
fix(experience): prevent errors from applying unsupported cached identifier types (#6425)
* fix(experience): prevent errors from applying unsupported cached identifier types

* test(experience): add integration tests for cached input value

* refactor(experience): rename `getIdentifierInputValue` to `getIdentifierInputValueByTypes`

* refactor(experience): add `identifierInputValue` back

* refactor(experience): update implementation
2024-08-12 10:28:32 +08:00
Misaka_L
4b01ce7c17
feat(connector): add kook connector (#6227)
* feat(connector): add kook connector

* docs: remove some lines to align with other connectors

* chore(connector): migrate kook-connector to tsup #6355

* fix(connector): type error in kook-connector

* chore: fix pnpm-lock

* chore: add changeset

---------

Co-authored-by: wangsijie <wangsijie@silverhand.io>
2024-08-11 20:22:49 +08:00
Xiao Yijun
25187ef63b
feat: support login_hint params for sign-in url (#6400) 2024-08-09 13:39:02 +08:00
silverhand-bot
ddfa7aa96e
release: version packages (#6197) 2024-08-08 13:00:14 +08:00
wangsijie
d56bc2f731
feat(core,schemas): add support for argon2d and argon2id (#6404) 2024-08-06 07:12:47 +00:00
simeng-li
b91ec0cd6f
feat(core,console,phrases): add custom data editor to application details page (#6370)
* feat(core,console,phrases): add custom data editor to application details page

add custom data editor to application details page

* chore: add changeset

add changeset

* fix(core): fix input params bug

fix input params bug

* fix(test): fix the integration tests

fix the integration tests

* fix(console): use the form controller element

use the form controller element

* fix(core,console): remove deepPartial statement

remove deepPartial statement from the patch application API payload guard

* fix(test): fix backchannel integration test

fix backchannel integration test
2024-08-01 14:11:44 +08:00
Charles Zhao
2d0502a427
feat(cli): add cli command to setup custom ui local debugging proxy (#6365)
* feat(cli): add proxy

* refactor(cli): polish code per comments

* refactor(cli): polish code

* refactor(cli): support serving static files

* chore: add changeset

* refactor: polish code

* refactor(cli): polish code

* refactor(cli): make json parse safer
2024-08-01 12:47:24 +08:00
Gao Sun
84f7e13a2b
refactor(core): improve swagger auth description (#6367) 2024-07-31 17:22:07 +08:00
Sten Roger Sandvik
e9581d8b4c
feat(connector): added postmark connector 2024-07-31 14:22:21 +08:00
Gao Sun
a46d5ac6a7
Merge pull request #6322 from logto-io/gao-launch-multi-app-secrets
chore: launch multiple app secrets
2024-07-29 15:26:42 +08:00
Gao Sun
510f681fa1
refactor(connector): use tsup for building 2024-07-28 13:15:09 +08:00
Gao Sun
b188bb1619
chore: launch multiple app secrets 2024-07-28 08:40:01 +08:00
simeng-li
6477c6deef
feat(schemas): add custom data to application (#6309)
* feat(core,schemas): add application custom data

add application custom data

* test(core): add update application with new custom data test

add update application with new custom data test
2024-07-25 09:55:57 +00:00
simeng-li
f76252e0d2
fix(core): fix some webhook api body status 404 bug (#6311)
* fix(core): fix some webhook api body status 404 bug

fix some webhook api body status 404 bug

* fix(core): improve the webhook trigger logic

improve the webhook trigger logic

* chore: add changeset

add changeset

* chore: update the changeset

update the changeset
2024-07-25 17:34:59 +08:00
Gao Sun
3bf756f2b5
refactor(experience): use vite 2024-07-24 17:47:37 +08:00
wangsijie
18c8fdf015
chore: add changeset for impersonation (#6251) 2024-07-19 18:23:18 +08:00
Darcy Ye
3aa7e57b3d
fix(console): fix Google connector scope field can not be unset bug (#6254) 2024-07-17 15:17:37 +08:00
Darcy Ye
6fca3fe3c4
feat(connector): enable custom headers for SMTP connector (#6256) 2024-07-17 15:16:54 +08:00
Gao Sun
62f5e5e0ca
chore: add changesets (#6239) 2024-07-14 17:42:55 +08:00
Gao Sun
d203c8d2ff
refactor: experience ssr (#6229)
* refactor: experience ssr

* refactor: fix parameter issue
2024-07-12 19:00:36 +08:00
Gao Sun
3a839f6d60
feat: organization logo 2024-07-07 21:40:26 +08:00
silverhand-bot
1fa9f85e14
release: version packages (#5987) 2024-07-06 09:07:56 +08:00
Gao Sun
af44e87ebd
refactor(console): add chrome extension guide (#6178) 2024-07-05 03:49:20 +00:00
Mostafa Moradian
d60f6ce48e
feat: add operationId to HTTP methods on paths (#6108)
* feat: add operationId to HTTP methods on paths

* refactor(core): strictly handle routes for building operation id

* chore: add changeset

* refactor: reorg code

* refactor: use get as verb for singular items

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-07-03 05:19:59 +00:00
Charles Zhao
06ef19905b
fix(console): hide error toast for non-existed application in audit logs (#6168)
* fix(console): hide error toast for non-existed application in audit logs

* chore: add changeset
2024-07-03 11:44:37 +08:00
Gao Sun
87615d58ce
chore: launch m2m app for organizations (#6129)
* chore: launch m2m app for organizations

* chore: add changeset
2024-07-01 14:55:47 +08:00
Gao Sun
f78b1768ef
feat: demo app dev panel (#6105) 2024-07-01 13:18:04 +08:00
Darcy Ye
b52609a1ed
feat(core): add hasPassword field to custom JWT user context (#6096) 2024-06-25 14:58:25 +08:00
simeng-li
d81e13d215
feat(console,phrases): add issuer endpoint to application form (#6094)
* feat(console,phrases): add issuer endpoint to application form

add issuer endpoint to the application form

* chore: add changeset

add changeset
2024-06-24 05:44:14 +00:00
Darcy Ye
15953609bb
feat: support prompt config for some built-in connectors (#6023)
* feat: support prompt config for some built-in connectors

* chore: adopt code review suggestions

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

---------

Co-authored-by: Gao Sun <gao@silverhand.io>
2024-06-24 04:42:47 +00:00
Gao Sun
a43434c42f
Merge pull request #6089 from mostafa/fix-oas-validation-errors
fix: generate valid OpenAPI spec
2024-06-23 14:12:20 +08:00
Gao Sun
d51e839cdb
refactor: add changeset and improve code 2024-06-23 13:47:10 +08:00
Gao Sun
754d0e1340
feat(core): update application organization role apis 2024-06-22 23:17:05 +08:00
Gao Sun
9f72a45c45
chore: update changeset (#6077) 2024-06-21 19:59:52 +08:00
Gao Sun
82e702fbde
Merge pull request #6046 from logto-io/gao-add-ruby 2024-06-19 10:12:47 +08:00