mattermost / mattermost-plugin-legal-hold

Plugin to create and manage legal holds in Mattermost
Other
5 stars 2 forks source link

feat: allow generating legal hold bundles in filestore directly #70

Open fmartingr opened 1 month ago

fmartingr commented 1 month ago

Summary

This pull request adds the feature of allowing users to create the legal hold download bundles directly in the configured filestore rather than downloading them directly in the browser.

Notes

I have been experimenting with this feature for several days and before I had a setting to dis/allow this action. But when I had it ready it made no sense, since the page to download the legal holds is the same as the settings, and I had permissions to enable/disable it on the spot:

https://github.com/mattermost/mattermost-plugin-legal-hold/assets/812088/ea017809-dd1c-40a2-afc0-d9724124f943

(You can see the upload button appearing and disappearing)

44