Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[webapp] Files/attachments are not encrypted #7

Open
aguinetqb opened this issue Oct 6, 2021 · 1 comment
Open

[webapp] Files/attachments are not encrypted #7

aguinetqb opened this issue Oct 6, 2021 · 1 comment

Comments

@aguinetqb
Copy link
Contributor

Ticket to track ideas/advances on that known limitation.

Looks like using a combination of https://developers.mattermost.com/integrate/plugins/webapp/reference/#registerFilesWillUploadHook & https://developers.mattermost.com/integrate/plugins/webapp/reference/#registerFilesWillUploadHook could do the job. We will still have some limitations. For instance, Mattermost has an image preview feature which resize the image into a smaller one server-side, which obviously can't be done in our case!

@aguinetqb aguinetqb changed the title [webapp] Files/attachments not encrypted [webapp] Files/attachments are not encrypted Oct 6, 2021
@feha
Copy link

feha commented Jul 1, 2023

@aguinetqb what's the current status for this? And is it really only for the [webapp]? I were using the desktop version when uploading a test attachment, and it wasn't encrypted either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@feha @aguinetqb and others