4 files changed
+4
-4
lines changed- .github/workflows/ci.yaml+39-14
- .husky/pre-commit+1
- Dockerfile+1-1
- package.json+6-2
- pnpm-lock.yaml+33
- runtime.Dockerfile+1-1
- src/app/app-config.ts-8
- src/app/app.module.ts+16-3
- src/auth/auth.service.ts+2-2
- src/auth/cookie/cookie-auth.guard.spec.ts+30-26
- src/auth/cookie/cookie-auth.guard.ts+2-2
- src/auth/google/google.controller.ts+1-1
- src/auth/social.controller.ts+2-2
- src/auth/social.service.ts+36-9
- src/auth/wechat/wechat.controller.ts+1-1
- src/conversations/conversations.service.ts+2-14
- src/files/entities/file.entity.ts+20
- src/files/files.module.ts+12
- src/files/files.service.ts+125
- src/i18n/en/resource.json+3-1
- src/i18n/zh/resource.json+3-1
- src/migrations/1761556143000-files.ts+56
- src/migrations/1761726974942-add-file-id-to-resources.ts+32
- src/namespace-resources/dto/create-file-req.dto.ts+14
- src/namespace-resources/dto/create-resource.dto.ts+6-4
- src/namespace-resources/dto/file-info.dto.ts+31
- src/namespace-resources/file-resources.controller.ts+10-18
- src/namespace-resources/file-resources.e2e-spec.ts+5-19
- src/namespace-resources/internal.resource.controller.ts+14-2
- src/namespace-resources/namespace-resources.controller.ts+21-3
- src/namespace-resources/namespace-resources.e2e-spec.ts-15
- src/namespace-resources/namespace-resources.module.ts+2
- src/namespace-resources/namespace-resources.service.ts+119-10
- src/namespace-resources/open.resource.controller.ts+1-1
- src/namespaces/dto/create-namespace.dto.ts+3-1
- src/namespaces/dto/update-namespace.dto.ts+9-1
- src/namespaces/namespaces.e2e-spec.ts+1-1
- src/namespaces/namespaces.service.ts+19-2
- src/permissions/permissions.service.ts+7
- src/resources/dto/resource-meta.dto.ts+3
- src/resources/entities/resource.entity.ts+3
- src/resources/resources.service.ts+18-2
- src/user/user.service.ts+3-3
- src/utils/blocked-names.ts+289-6
- src/wizard/stream.service.ts+1-4
- src/wizard/wizard.service.ts+11-5
- test/jest-e2e-setup.ts+3
Submodule browser-extension updated 7 files
- chrome-extension/package.json+1-1
- pages/content/src/i18n/locales/en.json+2-1
- pages/content/src/i18n/locales/zh.json+2-1
- pages/content/src/widgets/popup/Header.tsx+17-2
- pages/content/src/widgets/popup/Page.tsx+121
- pages/content/src/widgets/popup/Wrapper.tsx+12
- pages/content/src/widgets/popup/index.tsx+2-123
- .env.example+2-2
- .github/workflows/ci.yaml+21
- package.json+3-1
- pnpm-lock.yaml+75
- src/assets/icons/itHomeIcon.tsx+44
- src/assets/icons/okJikeIcon.tsx+41
- src/components/attributes/index.tsx+9-26
- src/components/copy/index.tsx+1-1
- src/const.ts+1-1
- src/i18n/locales/en.json+15-1
- src/i18n/locales/zh.json+15-1
- src/interface.ts+5
- src/layout/index.tsx+34-18
- src/lib/download-file.ts+53
- src/lib/send-track-event.ts+17-11
- src/lib/upload-files.ts+23-106
- src/page/chat/chat-input/input.tsx+3-39
- src/page/chat/chat-input/textarea.tsx+69
- src/page/chat/components/save.tsx+62
- src/page/chat/conversation/index.tsx+11-1
- src/page/chat/conversation/message-operator.tsx+85-7
- src/page/chat/conversation/types.tsx+1-1
- src/page/chat/conversation/useContext.tsx+91-4
- src/page/chat/conversation/utils.tsx+94-9
- src/page/chat/messages/citations/citation-markdown.tsx+89-4
- src/page/chat/messages/hooks/useMessageSiblings.ts+38
- src/page/chat/messages/index.tsx+78-25
- src/page/chat/messages/role/assistant-message.tsx+31-2
- src/page/chat/messages/role/user-message.tsx+122-14
- src/page/chat/types/chat-response.tsx+2-2
- src/page/chat/types/conversation.tsx+10-2
- src/page/resource/actions/index.tsx+151-18
- src/page/resource/actions/share/share/expire.tsx+5-3
- src/page/resource/actions/share/share/index.tsx+6-3
- src/page/resource/actions/share/share/share-type.tsx+3-1
- src/page/resource/utils.ts+42
- src/page/share/index.tsx+1
- src/page/shared-chat/conversation.tsx+97-4
- src/page/sidebar/content/icon/conditions.tsx+4
- src/page/sidebar/switcher/form/profile.tsx+8
- src/page/user/login/form.tsx+6-44
- vite.config.ts+2-2
0 commit comments