-
- Downloads
feat(E2EEncryption): File encryption support (#32316)
Co-authored-by:Guilherme Gazzo <guilhermegazzo@gmail.com> Co-authored-by:
Marcos Defendi <marcos.defendi@rocket.chat>
Showing
- .changeset/metal-cats-suffer.md 5 additions, 0 deletions.changeset/metal-cats-suffer.md
- .vscode/settings.json 1 addition, 0 deletions.vscode/settings.json
- apps/meteor/app/api/server/v1/rooms.ts 114 additions, 1 deletionapps/meteor/app/api/server/v1/rooms.ts
- apps/meteor/app/e2e/client/helper.js 8 additions, 0 deletionsapps/meteor/app/e2e/client/helper.js
- apps/meteor/app/e2e/client/rocketchat.e2e.room.js 81 additions, 46 deletionsapps/meteor/app/e2e/client/rocketchat.e2e.room.js
- apps/meteor/app/e2e/client/rocketchat.e2e.ts 16 additions, 12 deletionsapps/meteor/app/e2e/client/rocketchat.e2e.ts
- apps/meteor/app/file-upload/server/methods/sendFileMessage.ts 25 additions, 7 deletions.../meteor/app/file-upload/server/methods/sendFileMessage.ts
- apps/meteor/app/lib/server/methods/sendMessage.ts 1 addition, 1 deletionapps/meteor/app/lib/server/methods/sendMessage.ts
- apps/meteor/client/components/ImageGallery/ImageGallery.tsx 2 additions, 2 deletionsapps/meteor/client/components/ImageGallery/ImageGallery.tsx
- apps/meteor/client/components/message/content/attachments/structure/AttachmentDownload.tsx 10 additions, 15 deletions...sage/content/attachments/structure/AttachmentDownload.tsx
- apps/meteor/client/components/message/content/attachments/structure/AttachmentDownloadBase.tsx 26 additions, 0 deletions.../content/attachments/structure/AttachmentDownloadBase.tsx
- apps/meteor/client/components/message/content/attachments/structure/AttachmentEncryptedDownload.tsx 15 additions, 0 deletions...ent/attachments/structure/AttachmentEncryptedDownload.tsx
- apps/meteor/client/components/message/content/attachments/structure/AttachmentImage.tsx 1 addition, 0 deletions...message/content/attachments/structure/AttachmentImage.tsx
- apps/meteor/client/components/message/hooks/useNormalizedMessage.ts 35 additions, 1 deletion...r/client/components/message/hooks/useNormalizedMessage.ts
- apps/meteor/client/components/message/variants/room/RoomMessageContent.tsx 5 additions, 1 deletion...t/components/message/variants/room/RoomMessageContent.tsx
- apps/meteor/client/components/message/variants/thread/ThreadMessageContent.tsx 5 additions, 1 deletion...mponents/message/variants/thread/ThreadMessageContent.tsx
- apps/meteor/client/hooks/useDownloadFromServiceWorker.ts 49 additions, 0 deletionsapps/meteor/client/hooks/useDownloadFromServiceWorker.ts
- apps/meteor/client/lib/chats/ChatAPI.ts 7 additions, 2 deletionsapps/meteor/client/lib/chats/ChatAPI.ts
- apps/meteor/client/lib/chats/data.ts 2 additions, 3 deletionsapps/meteor/client/lib/chats/data.ts
- apps/meteor/client/lib/chats/flows/sendMessage.ts 3 additions, 0 deletionsapps/meteor/client/lib/chats/flows/sendMessage.ts
Loading
Please register or sign in to comment