-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
feat: Add contentDisposition option to file storages #31974
Conversation
🦋 Changeset detectedLatest commit: 64e29e0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #31974 +/- ##
===========================================
+ Coverage 56.32% 56.34% +0.01%
===========================================
Files 2434 2434
Lines 53708 53708
Branches 11057 11057
===========================================
+ Hits 30251 30260 +9
+ Misses 20812 20804 -8
+ Partials 2645 2644 -1
Flags with carried forward coverage won't be shown. Click here to find out more. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is more a feat
rather than a fix
, also we need to add a changeset.
apps/meteor/client/components/message/content/attachments/file/GenericFileAttachment.tsx
Show resolved
Hide resolved
….Chat into fix-pdf-viewer
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
Looks like this PR is not ready to merge, because of the following issues:
|
Co-authored-by: Kevin Aleman <[email protected]>
Co-authored-by: Diego Sampaio <[email protected]>
Co-authored-by: Marcos Spessatto Defendi <[email protected]>
…retention * 'develop' of github.com:RocketChat/Rocket.Chat: Release 6.9.0 Release 6.9.0-rc.2 fix: User status when setting "Use REST instead of websocket for Meteor calls" is disabled (#32500) fix: User status when setting "Use REST instead of websocket for Meteor calls" is disabled (#32500) regression: Hide prune section based on permission (#32531) fix: Users in role table not rendering the empty state properly (#32412) refactor: EmailInbox out of DB Watcher (#32501) ci: increase issue allowed stale time (#32523) regression: Remove impossible sorting from users table "registration status" column (#32506) feat: Add contentDisposition option to file storages (#31974) i18n: Rocket.Chat language update from LingoHub 🤖 on 2024-05-28Z (#32508) Release 6.9.0-rc.1 fix: Re-login same browser tab issues (#32479) regression: Replace read receipt single icon (#32486) regression: Incorrect retention policy banner's display rule for teams (#32483) chore: Publish npm packages again (#32463) ci: publish missing Omnichannel services to DockerHub (#32462) Release 6.9.0-rc.0
Proposed changes (including videos or screenshots)
Add the option to change
contentDisposition
on the download url for file uploads.So we can make GridFS and FileSystem work with PDF viewer on desktop.
Issue(s)
SUP-516
SUP-494
Steps to test or reproduce
Further comments