-
Notifications
You must be signed in to change notification settings - Fork 159
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
[full-ci] More app top bar fixes #7362
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
import { MaybeRef } from '../../utils' | ||
import { ClientService } from '../../services' | ||
import { DavProperties } from '../../constants' | ||
import { buildResource } from 'files/src/helpers/resources' |
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.
This should not stay in files
, but where do we want this and a bunch of other helpers? in web-pkg
or web-client
?
Let's discuss tomorrow...
Results for oCISSharingAndUpload https://drone.owncloud.com/owncloud/web/27127/67/1 |
Results for oC10IntegrationApp1 https://drone.owncloud.com/owncloud/web/27099/72/1 |
605d033
to
ab40f6e
Compare
... by moving complexity to useAppFileHandling composable
ab40f6e
to
f59928a
Compare
which can be either inline or attachment and can be used to define the purpose of the retrieved url. Chrome allows us to use signed/downloadURLs for video playback although they send a Content-Disposition header, so we can just use a signed url and don't need to create a blob url for this. We cannot embed PDFs in the same way, as they trigger downloads. So we need to create a blob url for those. If you need a download url, it's fine (or even desired) for the response to contain the Content-Disposition header.
f59928a
to
1f15bd6
Compare
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.
Love it! 🤩
SonarCloud Quality Gate failed. |
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: