61c61fe9d6
fix: fix CI
2026-06-15 13:56:49 +08:00
3c719a96ea
fix(api): use codegen-safe plugin model provider schema
2026-06-13 17:54:44 +08:00
76ad1d58cd
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
...
# Conflicts:
# api/controllers/console/explore/recommended_app.py
# api/controllers/console/workspace/plugin.py
# api/openapi/markdown/console-openapi.md
# api/tests/unit_tests/services/test_recommended_app_service.py
# packages/contracts/generated/api/console/apps/orpc.gen.ts
# packages/contracts/generated/api/console/explore/orpc.gen.ts
# packages/contracts/generated/api/console/explore/types.gen.ts
# packages/contracts/generated/api/console/workspaces/orpc.gen.ts
# packages/contracts/generated/api/console/workspaces/types.gen.ts
# packages/contracts/generated/api/console/workspaces/zod.gen.ts
2026-06-12 18:36:45 -07:00
5d77c0af08
refactor: fix OpenAPI contract generation schemas ( #37387 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-12 14:25:53 +00:00
cf54e72689
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-12 17:22:25 +08:00
e0c6ca9930
fix: GET query parameter OpenAPI contracts ( #37378 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-12 09:01:22 +00:00
43bffeca39
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-11 10:21:10 +08:00
2a46a7d91d
refactor(api): migrate remaining console APIs to use injected user/tenant ( #37288 )
2026-06-11 01:30:31 +00:00
54d3aa8ecb
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-10 16:49:34 +08:00
9ac71329a4
fix(plugin): align plugin list endpoint counts with live endpoint state ( #37179 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-10 08:11:11 +00:00
4fb3210f9a
fix: validate conversation variable description length to prevent varchar(255) truncation error ( #33038 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: 非法操作 <hjlarry@163.com >
Co-authored-by: -LAN- <laipz8200@outlook.com >
2026-06-10 07:28:12 +00:00
1c63822a08
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-10 15:05:47 +08:00
d849d60822
refactor(api): migrate tenant/user via DI for several endpoints ( #37240 )
2026-06-10 04:11:53 +00:00
508baa782c
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-08 13:14:55 +08:00
37e1d452b8
feat(api): add MCP user-identity forwarding ( #36839 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-08 04:32:11 +00:00
5ee7bedb56
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
...
# Conflicts:
# .agents/skills/frontend-code-review/SKILL.md
# .agents/skills/frontend-code-review/references/business-logic.md
# .agents/skills/frontend-code-review/references/code-quality.md
# .agents/skills/frontend-code-review/references/performance.md
# api/controllers/console/explore/recommended_app.py
# eslint-suppressions.json
# packages/contracts/generated/api/console/workspaces/orpc.gen.ts
# packages/iconify-collections/custom-vender/info.json
# web/__tests__/apps/app-list-browsing-flow.test.tsx
# web/app/(commonLayout)/role-route-guard.tsx
# web/app/components/app-sidebar/nav-link/index.tsx
# web/app/components/apps/__tests__/empty.spec.tsx
# web/app/components/apps/__tests__/list.spec.tsx
# web/app/components/apps/empty.tsx
# web/app/components/apps/list.tsx
# web/app/components/base/search-input/__tests__/index.spec.tsx
# web/app/components/base/search-input/index.tsx
# web/app/components/header/account-setting/index.tsx
# web/app/components/header/header-wrapper.tsx
# web/app/components/plugins/marketplace/search-box/index.tsx
# web/app/components/tools/mcp/modal.tsx
# web/features/tag-management/components/tag-filter.tsx
# web/i18n/en-US/workflow.json
# web/i18n/zh-Hans/workflow.json
2026-06-08 10:32:32 +08:00
00ac937934
feat: snippet ( #37046 )
...
Co-authored-by: JzoNg <jzongcode@gmail.com >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-05 09:38:42 +00:00
d389284813
feat: add last_opened_at for workspace API
2026-06-05 10:08:13 +08:00
c71d2ac460
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-04 16:43:22 +08:00
b67c3a5f76
refactor(api): migrate tenant/user via DI for several endpoints ( #37026 )
2026-06-04 05:52:59 +00:00
274944f05e
Merge branch 'feat/ui-onboarding-rewrite' of https://github.com/langgenius/dify into feat/ui-onboarding-rewrite
2026-06-04 11:57:05 +08:00
a0d53b9f07
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
...
# Conflicts:
# eslint-suppressions.json
# web/app/components/header/account-dropdown/index.tsx
2026-06-04 11:56:43 +08:00
a24d1a0bbc
feat: add PluginCategory openAPI
2026-06-04 11:52:35 +08:00
30f0a69fea
feat: add builtin tools
2026-06-03 17:29:41 +08:00
57b573d02b
refactor(api): migrate tenant/user via DI for several endpoints ( #37004 )
2026-06-03 08:59:00 +00:00
1f856960f0
feat: PluginList by category
2026-06-03 16:35:33 +08:00
dfc7f136ef
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-03 14:27:46 +08:00
b96ea94505
chore: add :str to <path: parameter ( #36913 )
...
Co-authored-by: 99 <wh2099@pm.me >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-03 05:25:11 +00:00
a53828e826
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
...
# Conflicts:
# eslint-suppressions.json
# web/app/components/app/create-app-dialog/app-list/index.tsx
# web/app/components/app/create-app-modal/index.tsx
# web/app/components/app/create-from-dsl-modal/index.tsx
# web/app/components/workflow/nodes/_base/components/workflow-panel/index.tsx
# web/hooks/use-import-dsl.ts
2026-06-03 13:04:38 +08:00
1b972c4e09
refactor(api): migrate tenant/user via DI for several endpoints ( #36971 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-03 04:24:17 +00:00
ba06ed5f41
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-02 15:48:10 +08:00
f36852646f
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-06-02 15:34:02 +08:00
dea4e66456
fix(web): use generated account-profile contracts ( #36927 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-02 07:28:05 +00:00
079af312c6
fix(contracts): include account avatar url in profile schema ( #36924 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-06-02 04:30:47 +00:00
c9c4fca7a7
chore: merge feat/local-storage-react-hook
2026-06-01 16:05:14 +08:00
86497045c9
feat: per-credential visibility control for plugin credentials ( #35468 )
...
Co-authored-by: Yang <yang@Yangs-MacBook-Pro.local >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-06-01 05:56:18 +00:00
5c315ea7fe
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
...
# Conflicts:
# web/app/components/tools/mcp/index.tsx
2026-06-01 12:29:40 +08:00
0a3005701f
refactor: inject current user into user-only controllers ( #36754 )
...
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
2026-05-31 15:03:15 +00:00
ac09702d08
Merge branch 'codex/server-prefetch-current-workspace' into feat/ui-onboarding-rewrite
2026-05-31 22:00:25 +08:00
20f62b9919
fix(web): use generated current workspace query ( #36843 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-31 13:04:18 +00:00
6a8aaa5a36
Merge remote-tracking branch 'origin/main' into feat/ui-onboarding-rewrite
2026-05-28 11:20:10 -07:00
0e1f19a380
refactor: inject tenant id in tenant-only console handlers ( #36751 )
2026-05-28 03:50:28 +00:00
de9373e1b8
chore(contracts): type plugin auto-upgrade responses
2026-05-27 11:33:56 +08:00
8486a5b213
feat(api): add plugin auto-upgrade category contracts
2026-05-27 11:03:04 +08:00
f5d664887b
chore: backend feature api exclude_vector_space ( #36642 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-05-26 08:50:54 +00:00
3a467d1d63
fix: member invite limits with dedup, locking, and accurate new-member counting ( #36512 )
2026-05-25 08:58:42 +00:00
6133c2ab6a
chore: add UUID/str type annotations to api endpoints for files in api/controllers/console ( #36563 )
2026-05-24 07:59:56 +00:00
8d99326fb3
feat(plugin): cache plugin model providers by tenant ( #36449 )
...
Co-authored-by: WH-2099 <wh2099@pm.me >
2026-05-23 09:12:09 +00:00
ea5e487d3c
fix(api): stop returning 204 with response body and add CI check ( #36489 )
2026-05-21 16:20:34 +00:00
f04d809426
fix(api): fix invalid token error while changing email ( #36412 )
2026-05-20 05:51:15 +00:00