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

4999 commits

Author SHA1 Message Date
wangsijie
1963e12bd7
fix(core,schemas): use database index to prevent subdomain conflict (#5326) 2024-01-30 11:53:27 +08:00
wangsijie
9f91da075b
refactor(console): update express guide (#5314) 2024-01-30 11:49:06 +08:00
wangsijie
a70397b125
refactor(console): update next guide (#5313) 2024-01-30 11:13:53 +08:00
wangsijie
c9117515aa
chore(core): show errors of storage provider (#5240) 2024-01-30 03:09:05 +00:00
wangsijie
2260eb01cc
refactor(core): remove default page rules (#5325) 2024-01-30 10:55:31 +08:00
Xiao Yijun
09637a1a57
fix(core): include m2m apps in application limit (#5322) 2024-01-30 10:38:52 +08:00
simeng-li
873ef1ebd0
feat(console): hide m2m and third-party app in the empty app list guide (#5331)
* feat(console): hide m2m and third-party app in the empty app list guide

hide m2m and third-party app in the empty app status guide

* fix(test): fix integration tests

fix integration tests
2024-01-29 18:12:56 +08:00
simeng-li
904081cb48
style(experience): fix the terms padding (#5316)
fix the terms padding
2024-01-29 10:37:17 +08:00
simeng-li
2e31b976ca
fix(experience): fix the organization selector position (#5315)
fix the organization selector position
2024-01-29 10:19:18 +08:00
simeng-li
47158e857c
fix(console): should hide personal user data row if is empty (#5318)
should hide the personal user data row if it is empty
2024-01-29 10:19:04 +08:00
simeng-li
0a02ca2887
feat(experience): hide the path and parameter in redirectUri (#5320)
feat(experience): hide the path and paramter in redirectUri

hide the path and paramters in redirectUri
2024-01-29 10:18:53 +08:00
Charles Zhao
63184db15a
fix(console): add dot before protected app first-level domain (#5323) 2024-01-29 10:14:35 +08:00
Gao Sun
ee91767ce9
refactor: add invitation api tests (#5324)
* refactor: add invitation api tests

* refactor: update alteration

* refactor: fix config guard
2024-01-29 01:39:52 +00:00
simeng-li
24be783d58
style(console): fix the app creation modal size (#5321)
fix the app creation modal size
2024-01-26 21:36:11 +08:00
Charles Zhao
c7237e1aff
fix(console): external link should use to the correct URL in protected app details (#5317) 2024-01-26 05:05:53 +00:00
Charles Zhao
f2e978d2d9
fix(toolkit): domain regex should allow short subdomain and top-level domain (#5319) 2024-01-26 12:55:56 +08:00
Darcy Ye
c2e6a610bc
fix(console): fix m2m app log not accessible bug (#5307) 2024-01-26 11:15:11 +08:00
Xiao Yijun
a4a02e2c66
refactor(console): remove dev tenant notification (#5297) 2024-01-26 09:42:34 +08:00
Xiao Yijun
55cdfa1ae8
refactor(console): update token charge info tip (#5298) 2024-01-26 09:42:17 +08:00
Xiao Yijun
e025fd1ed5
fix(console): reset applicaiton form data with parsed data (#5299) 2024-01-26 09:42:05 +08:00
Charles Zhao
155e13c064
fix(console): only request protected app domain if it is cloud and has dev features enabled (#5312) 2024-01-26 09:39:59 +08:00
Charles Zhao
aee90d0a6f
refactor(console): improve app creation page empty state layout (#5310) 2024-01-26 09:39:44 +08:00
Gao Sun
e999f61187
refactor(schemas): allow null inviter (#5278) 2024-01-25 12:00:56 +00:00
Gao Sun
570a4ea9e2
feat: create invitation (#5245)
* feat: create invitation

* refactor: update test imports

* refactor: update unit tests

* refactor: update docs

* refactor: update api tests

* chore: add changesets

* refactor: add comments

* refactor: fix swagger check

* refactor: keep compatibility
2024-01-25 19:44:20 +08:00
wangsijie
8fb032da7a
fix(core): fix protected app callback uri (#5308) 2024-01-25 18:14:34 +08:00
wangsijie
880e890321
fix(core): get tenant endpoint (#5309) 2024-01-25 09:41:21 +00:00
simeng-li
df36566633
chore(phrases): update application content (#5306)
* chore(phrases): update application content

update application content

* fix(phrases): content update

content update
2024-01-25 08:16:22 +00:00
Charles Zhao
e1efe23e83
refactor(console): remove pro tag from app category filter (#5301) 2024-01-25 16:15:50 +08:00
Charles Zhao
f3c69ce3f3
refactor(console): improve protected app creation form validation (#5293) 2024-01-25 16:03:27 +08:00
simeng-li
e8e57a410f
feat(console): add the user permission tooltips (#5305)
add the user permission tooltips
2024-01-25 15:54:56 +08:00
simeng-li
820158706b
feat(console,phrases): adjust the application creation modal (#5304)
adjust the application creation modal
2024-01-25 15:45:41 +08:00
simeng-li
a8719de7bf
chore(phrases): console phrases updates (#5303)
console phrases updates
2024-01-25 15:44:07 +08:00
simeng-li
afd730936d
fix(console): fix the image uploader style (#5285)
fix the image uploader style
2024-01-25 07:21:27 +00:00
simeng-li
94344e1423
fix(console): add UnsavedChangesAlert (#5277)
fix(console): add unsafe alert modal on the application branding page

add unsafe alert modal on the application branding page
2024-01-25 04:38:22 +00:00
simeng-li
3026413c23
fix(console): hide the organization row group (#5286)
hide the organization row group is the data is empty
2024-01-25 12:37:18 +08:00
simeng-li
9d15d88d28
fix(console): update the third-party app details page tag (#5294)
* fix(console): update the third-party app details page tag

update the third-party app details page tag

* fix(phrases): align the app tag capital case

align the app tag capital case
2024-01-25 11:48:53 +08:00
simeng-li
cdaf3608c5
feat(console,experience,phrases): add user scopes descriptions (#5300)
* feat(console,experience,phrases): add user scopes descriptions

add user scopes descriptions to the phrases

* chore(console): update the comment

update the comment

* fix(console,experience): fix org scope i18n key

replace i18n ns sperator to avoid org scope colon key miss matching

* fix(console): add missing errors i18n namespace resource

add missing errors i18n namespace resource
2024-01-25 11:48:35 +08:00
simeng-li
371a58607e
fix(console): hide the guide button for third-party app (#5295)
* fix(console): hide the guide button for third-party app

hide the guide button for third-party app

* fix(console): fix the display logic

fix the tag display logic
2024-01-25 11:48:16 +08:00
simeng-li
52411f6712
feat(experience): add redirect uri info (#5296)
add redirect uri info
2024-01-25 11:48:01 +08:00
simeng-li
09de2996d0
style(experience): update scopes and organizations selector style (#5289)
update the scopes and organizations selector style
2024-01-25 03:15:34 +00:00
simeng-li
6a9ce098d6
feat(experience): auto expand the scopes list (#5291)
feat(experience): auto expend the scopes list

auto expend the scopes list if there is only user scopes or only one resource scopes are being requested
2024-01-25 03:09:54 +00:00
Xiao Yijun
6e001f582c
refactor(console): reorg sie page codes (#5292) 2024-01-24 17:00:19 +08:00
simeng-li
2daf911278
fix(experience): add empty scopes fallback layout (#5290)
add empty scopes fallback layout
2024-01-24 16:08:18 +08:00
Charles Zhao
85ba5f508a
feat(console,phrases): support custom domain in protected app details (#5258) 2024-01-24 04:06:39 +00:00
simeng-li
0986876076
fix(console): add displayName input placeholder (#5282)
add displayName input placeholder
2024-01-24 02:47:32 +00:00
simeng-li
e86aab2a5e
refactor(console): hide the selected count on tab (#5284)
hide the selected scopes cound on tab if it is 0
2024-01-24 02:43:10 +00:00
Xiao Yijun
8ec4efe1b9
style(console): adjust textarea scrollbar position (#5275) 2024-01-24 10:41:54 +08:00
Xiao Yijun
54b3ff2620
refactor(console): auto focus on the email field when creating user (#5276) 2024-01-24 10:41:43 +08:00
simeng-li
59f67c7ea7
style(experience): fix some of the consent page styling (#5273)
fix some of the consent page styling
2024-01-24 10:23:39 +08:00
simeng-li
ea4c9afdb5
fix(console): fix third-party app return link (#5280)
fix third-party app return link
2024-01-24 09:10:05 +08:00