-
Notifications
You must be signed in to change notification settings - Fork 119
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
Fix: allow opening PDF with Collabora #2298
Conversation
css/filetypes.scss
Outdated
filter: var(--background-invert-if-dark); | ||
} | ||
|
||
body.dark .icon-richdocuments { |
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.
Let's drop it since we have one branch per major Nextcloud version ;)
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.
Done! We will add it manually for the backports?
29211ac
to
959a538
Compare
Signed-off-by: Raul <r.ferreira.fuentes@gmail.com>
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
959a538
to
b65dc89
Compare
@Raudius Mind to take care of the backport manually as it needs adjustments anyways as you stated above? |
Already back ported manually |
Summary
Fixes regression where PDFs could not be opened with collabora since we moved to using the Viewer app (#1820).
Adds the context menu option to edit PDFs, and registers the actions with the files app. For the action handler we call the new viewer method
openWith
(nextcloud/viewer#1273).TODO
openWith
function to OCA.Viewer viewer#1273Checklist