Commit dbc6aa4
authored
4 files changed
+4
-4
lines changed- example.env+2
- src/api-key/api-key.entity.ts+1
- src/api-key/open.api-key.e2e-spec.ts+1-1
- src/app/app.module.ts+10-2
- src/applications/apps/wechat-bot.ts+4
- src/attachments/attachments.service.ts+2-8
- src/attachments/share-attachments.controller.ts+11-9
- src/auth/auth.e2e-spec.ts+1-1
- src/auth/auth.service.ts+2-1
- src/auth/decorators/index.ts+1
- src/auth/decorators/ws-auth-options.decorator.ts+10
- src/auth/google/google.service.ts+21-1
- src/auth/jwt.strategy.ts+2-1
- src/auth/wechat/wechat.service.ts+2-1
- src/conversations/conversations.controller.ts+1-1
- src/conversations/conversations.module.ts+4-1
- src/conversations/conversations.service.ts+43-9
- src/conversations/entities/conversation.entity.ts+5-2
- src/conversations/shared-conversations.controller.ts+35
- src/decorators/validate-share.decorator.ts+31
- src/interceptor/serializer.interceptor.ts+24
- src/interceptor/user.interceptor.ts+20-10
- src/interceptor/utils.ts+1
- src/interceptor/validate-share.interceptor.ts+73
- src/interceptor/ws-span.interceptor.ts+25
- src/messages/entities/message.entity.ts+2-2
- src/messages/messages.service.ts+31-41
- src/migrations/1757100000000-feedback.ts+1-2
- src/migrations/1757844448000-nullable-user-id.ts+18
- src/migrations/1757844449000-add-share-id-to-conversations.ts+34
- src/migrations/1760171824000-share-user.ts+33
- src/namespace-resources/file-resources.controller.ts+2-2
- src/namespace-resources/namespace-resources.controller.ts+7-5
- src/namespace-resources/namespace-resources.service.ts+54-73
- src/namespace-resources/open.resource.controller.ts+25-4
- src/namespace-resources/open.resource.e2e-spec.ts+31-1
- src/permissions/permissions.service.ts+31-2
- src/resources/dto/resource-meta.dto.ts+8-9
- src/resources/resources.service.ts+104-2
- src/search/search.controller.ts+4-8
- src/search/search.service.ts+3
- src/seo/seo.controller.ts+45
- src/seo/seo.module.ts+15
- src/seo/seo.service.ts+94
- src/seo/utils.ts+152
- src/shared-resources/dto/public-share-info.dto.ts+21-4
- src/shared-resources/dto/shared-resource-meta.dto.ts+36-2
- src/shared-resources/shared-resources.controller.ts+14-15
- src/shared-resources/shared-resources.module.ts+1-2
- src/shared-resources/shared-resources.service.ts+47-28
- src/shares/entities/share.entity.ts+3
- src/shares/shares.controller.ts+20-14
- src/shares/shares.module.ts+9-2
- src/shares/shares.service.ts+32-11
- src/tasks/task-pipeline.e2e-spec.ts+12-12
- src/user/dto/create-user-binding.dto.ts+5-1
- src/user/user.service.ts+1
- src/utils/parse-hashtags.spec.ts+95
- src/utils/parse-hashtags.ts+38
- src/websocket/websocket.module.ts+4-2
- src/websocket/wizard.gateway.ts+120-14
- src/websocket/ws-jwt.guard.ts+17-1
- src/wizard/dto/agent-request.dto.ts+7-3
- src/wizard/dto/collect-request.dto.ts-4
- src/wizard/dto/open-agent-request.dto.ts+25
- src/wizard/internal.wizard.e2e-spec.ts+1-1
- src/wizard/open.wizard.controller.ts+31-2
- src/wizard/open.wizard.service.ts+118
- src/wizard/processors/collect.processor.spec.ts+31-16
- src/wizard/processors/collect.processor.ts+6-1
- src/wizard/processors/reader.processor.spec.ts+28-13
- src/wizard/stream.service.ts+221-84
- src/wizard/wizard.controller.ts+89-3
- src/wizard/wizard.e2e-spec.ts+35-31
- src/wizard/wizard.module.ts+17-2
- src/wizard/wizard.service.ts+21-10
Submodule browser-extension updated 20 files
- chrome-extension/package.json+1-1
- packages/shared/lib/utils/track.ts+2-2
- packages/ui/index.ts+1
- packages/ui/lib/components/ui/kbd.tsx+22
- pages/content/src/i18n/locales/en.json+3-2
- pages/content/src/i18n/locales/zh.json+3-2
- pages/content/src/widgets/popup/Section.tsx+18-4
- pages/content/src/widgets/popup/save/Namespace.tsx+1-1
- pages/content/src/widgets/popup/save/resource/Choose.tsx+2-2
- pages/content/src/widgets/popup/save/resource/FormResource.tsx+3-1
- pages/content/src/widgets/popup/save/resource/index.tsx+1-1
- pages/content/src/widgets/section/index.tsx+1-1
- pages/content/src/widgets/section/useContext.ts+20-7
- pages/options/src/Wrapper.tsx+1
- pages/options/src/header/index.tsx+1
- pages/options/src/header/profile.tsx+34-49
- pages/options/src/i18n/locales/en.json+1-1
- pages/options/src/i18n/locales/zh.json+1-1
- pages/options/src/keyboard/ShortcutInput.tsx+20-5
- pages/options/src/toolbar/Section.tsx+17-2
- nginx.conf.template+54
- package.json+1
- pnpm-lock.yaml+21
- src/App.tsx+12
- src/components/toggle/language.tsx+23-10
- src/components/toggle/theme.tsx+25-10
- src/i18n/locales/en.json+16-1
- src/i18n/locales/zh.json+16-1
- src/interface.ts+10-7
- src/layout/index.tsx+13-4
- src/lib/chat-context.ts+22
- src/lib/stream-transport.ts+4-1
- src/lib/upload-files.ts+1-1
- src/page/chat/chat-input/chat-tool.tsx+1-1
- src/page/chat/chat-input/context.tsx+6-6
- src/page/chat/chat-input/index.tsx+11-5
- src/page/chat/chat-input/types.tsx+2-2
- src/page/chat/conversation/index.tsx+2
- src/page/chat/conversation/message-operator.tsx+3
- src/page/chat/conversation/types.tsx+3-2
- src/page/chat/conversation/useContext.tsx+17-6
- src/page/chat/conversation/utils.tsx+11-14
- src/page/chat/header/index.tsx+16-1
- src/page/chat/home.tsx+2-1
- src/page/chat/messages/citations/citation-markdown.tsx+13-5
- src/page/chat/messages/role/user-message.tsx-16
- src/page/chat/useContext.ts+10-6
- src/page/resource/actions/index.tsx+41
- src/page/resource/actions/share/share/index.tsx+9-2
- src/page/resource/actions/share/share/share-type.tsx+1-1
- src/page/resource/folder/content.tsx+6-6
- src/page/resource/folder/index.tsx+10-12
- src/page/resource/header/index.tsx+19-1
- src/page/resource/page.tsx+5-1
- src/page/resource/utils.ts+5-5
- src/page/share/index.tsx+77-17
- src/page/share/layout.tsx+65
- src/page/share/sidebar-item.tsx+100-45
- src/page/share/sidebar.tsx+57-5
- src/page/shared-chat/conversation.tsx+138
- src/page/shared-chat/home.tsx+46
- src/page/shared-resource/folder-children.tsx-98
- src/page/shared-resource/index.tsx+6-2
- src/page/shared-resource/shared-folder-content.tsx-42
- src/page/sidebar/content/space.tsx+3-1
- src/page/sidebar/footer/Discord.tsx-13
- src/page/sidebar/footer/Feedback.tsx-40
- src/page/sidebar/footer/index.tsx+4-4
- src/page/sidebar/switcher/form/api-key.tsx+196-71
- src/page/sidebar/switcher/form/components/resource-search.tsx+11-8
- src/page/sidebar/switcher/form/namespace.tsx+4-2
- src/page/sidebar/switcher/form/profile.tsx+1-1
- src/page/sidebar/switcher/index.tsx+15-2
- src/page/sidebar/useContext.ts+2-3
- src/page/user/form/password.tsx+1-4
- src/page/user/login/form.tsx+4-1
- src/page/user/register/form.tsx+1-4
0 commit comments