CodingOnStar
c244b9d685
Merge origin/main into feat/creator-profile-home
...
Keep marketplace card-wrapper dialog and partner-only carousel autoplay.
Take main's skills permissions, skill card actions, and agent orchestrate
layout. Union oxlint suppressions from both sides.
2026-08-31 10:13:38 +08:00
yyh
f7e71ca9e1
refactor(web): simplify pricing components ( #41416 )
2026-08-28 01:37:01 +00:00
CodingOnStar
e377dd0d91
merge: bring origin/main into feat/creator-profile-home
...
# Conflicts:
# api/controllers/console/tag/tags.py
# api/openapi/markdown/console-openapi.md
# api/services/app_service.py
# oxlint-suppressions.json
# packages/contracts/generated/api/console/tags/types.gen.ts
# packages/contracts/generated/api/console/tags/zod.gen.ts
# packages/contracts/generated/api/console/workspaces/orpc.gen.ts
2026-08-24 12:15:37 +08:00
yyh
63acefa6d0
fix(billing): remove misleading tax assurance ( #41009 )
2026-08-20 07:33:20 +00:00
autofix-ci[bot]
39b7b3ca51
[autofix.ci] apply automated fixes
2026-08-15 05:53:57 +00:00
CodingOnStar
d825dd75dc
Merge remote-tracking branch 'origin/main' into feat/marketplace-homepage-redesign
...
Co-authored-by: Cursor <cursoragent@cursor.com>
# Conflicts:
# oxlint-suppressions.json
# web/app/account/oauth/authorize/__tests__/page.spec.tsx
# web/app/account/oauth/authorize/page.tsx
# web/app/components/plugins/marketplace/list/__tests__/list-with-collection.spec.tsx
2026-08-15 13:44:00 +08:00
yyh
0f63a05d04
chore: upgrade Vite+ to 0.2.9 ( #40762 )
2026-08-14 04:42:28 +00:00
CodingOnStar
cc06433dd3
fix(web): stop allowing Marketplace origin as a post-login redirect
...
Marketplace login returns to the same-origin authorize URL, so the
Marketplace prefix does not belong on the post-login allowlist.
Also add that origin to frame-src so the detail iframe is not blocked
when a CSP whitelist is enabled.
2026-08-14 12:38:03 +08:00
CodingOnStar
685aaa7ef4
fix(web): harden marketplace oauth authorization
2026-08-13 14:53:20 +08:00
CodingOnStar
99ecbff011
feat: integrate Marketplace cloud auth
2026-08-13 14:52:08 +08:00
CodingOnStar
3872eeb7f6
feat: support marketplace silent OAuth authorization
2026-08-13 14:52:08 +08:00
yyh
01460f681e
fix(web): render workspace plan badge during SSR ( #40581 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-12 07:45:39 +00:00
yyh
28ba7033fa
refactor(web): remove profile bootstrap atom layer ( #40474 )
2026-08-12 04:05:57 +00:00
zyssyz123
059c9ce0b6
feat: add trunstile ( #40494 )
...
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-12 03:08:19 +00:00
Wu Tianwei
7aba539e82
feat: app deployment v2 ( #39829 )
...
Co-authored-by: zhangx1n <zhangxin@dify.ai>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-12 01:55:36 +00:00
yyh
7352944dec
refactor(web): read account profile from query cache ( #40470 )
2026-08-11 11:17:29 +00:00
yyh
78c7fb9c5c
refactor(web): move education verification to dedicated routes ( #40493 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-11 09:56:11 +00:00
Joel
5967bd8e08
chore: tighten education verification and pause discount access ( #40402 )
...
Co-authored-by: Yansong Zhang <916125788@qq.com>
2026-08-10 06:33:03 +00:00
yyh
8b908d6150
fix(web): use buttons for pricing categories ( #40360 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-10 02:56:18 +00:00
yyh
276c3b6e02
refactor(web): localize education status query ( #40132 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-07 05:29:31 +00:00
yyh
b8330df96e
refactor(web): simplify billing portal link ( #40131 )
2026-08-07 04:26:18 +00:00
yyh
924d787e41
fix(web): enforce frame ancestors on protected routes ( #40124 )
...
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
2026-08-07 03:11:30 +00:00
Wu Tianwei
e5a07e97a4
fix(web): improve markdown form rendering ( #40070 )
2026-08-06 05:49:24 +00:00
非法操作
8170a2a5f3
chore: more upload file size for paid user ( #39967 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-06 03:23:16 +00:00
yyh
802fe70423
test(web): remove Base UI component mocks ( #39877 )
2026-08-02 09:51:45 +00:00
yyh
3d01e8389a
fix(chat): derive themes per chat root ( #39790 )
2026-07-30 06:11:13 +00:00
Stephen Zhou
0441d27cac
chore: canonicalize Tailwind classes ( #39762 )
2026-07-29 11:58:14 +00:00
yyh
d4eab4ae88
refactor(web): consolidate settings state in URL ( #39740 )
2026-07-29 06:00:55 +00:00
Evan
c56ac3983e
refactor(web): migrate vector space billing query to contract client ( #39558 )
2026-07-25 04:26:14 +00:00
Wu Tianwei
a2c67372ed
fix(web): allow clipboard writes in embedded apps ( #39511 )
2026-07-24 08:27:57 +00:00
林玮 (Jade Lin)
7bb09ce039
chore(web): improve web accessibility semantics ( #39505 )
2026-07-24 08:16:04 +00:00
yyh
66a545fc6d
refactor: centralize deployment edition in system features ( #39454 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: GareArc <garethcxy@dify.ai>
2026-07-24 07:15:02 +00:00
yyh
fcc1d39f5e
fix(web): restore billing access boundary ( #39343 )
2026-07-21 05:35:36 +00:00
yyh
15674a9db6
test(web): align test state boundaries ( #39239 )
2026-07-20 06:06:17 +00:00
yyh
5fd06fafe0
test(web): remove low-value unit tests ( #39193 )
2026-07-17 08:59:26 +00:00
yyh
d66de8a47b
test(e2e): harden behavior coverage and CI gates ( #39043 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-16 07:32:11 +00:00
非法操作
85cc183501
feat: improve ai-credits display ( #38589 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-16 01:51:46 +00:00
yyh
e2fccb604a
refactor(web): rebuild goto anything dialog ( #38914 )
2026-07-14 10:38:45 +00:00
Coding On Star
c68e5e5ed3
fix(auth): prevent open redirects in post-login flows ( #38864 )
...
Co-authored-by: CodingOnStar <hanxujiang@dify.com>
2026-07-13 10:11:36 +00:00
Stephen Zhou
a84c2d36a3
style: format with vp fmt ( #38803 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-12 15:57:46 +00:00
Stephen Zhou
e3a08b40f2
test(web): centralize i18n mocks ( #38670 )
2026-07-10 14:08:33 +00:00
Stephen Zhou
b9fde89781
refactor(web): migrate i18n to selector optimize mode ( #38657 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-10 09:35:31 +00:00
zyssyz123
925f97be20
feat: daily sync ( #38593 )
...
Co-authored-by: 盐粒 Yanli <mail@yanli.one>
Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com>
Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
2026-07-09 10:35:15 +00:00
Stephen Zhou
a5a7c762a3
refactor(web): split app context state atoms ( #38588 )
2026-07-09 07:42:02 +00:00
Stephen Zhou
c5cef80ea4
chore: generate fastopenapi console contracts ( #38580 )
2026-07-09 03:52:42 +00:00
Stephen Zhou
23b936aeb5
refactor(web): remove app context provider ( #38568 )
2026-07-08 13:52:45 +00:00
Stephen Zhou
d67123e5fd
refactor(web): remove remaining app context consumers ( #38565 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-08 11:28:25 +00:00
Stephen Zhou
94ba597d32
refactor(web): migrate shell navigation app context consumers ( #38560 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-08 10:11:27 +00:00
Stephen Zhou
dce45ef6ae
refactor(web): migrate account settings app context consumers ( #38544 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-08 08:15:54 +00:00
Stephen Zhou
5a210cf03e
refactor(web): migrate billing app context consumers ( #38541 )
2026-07-08 07:02:47 +00:00