Skip to content

Conversation

@szaimen
Copy link
Contributor

@szaimen szaimen commented Jul 19, 2021

Fix #1709

Signed-off-by: szaimen [email protected]

@szaimen szaimen added enhancement New feature or request 3. to review labels Jul 19, 2021
@szaimen szaimen added this to the Nextcloud 23 milestone Jul 19, 2021
@szaimen szaimen requested a review from juliusknorr July 19, 2021 11:29
@szaimen szaimen force-pushed the enh/1709/extend-mimetypes-direct-editing branch from a30021e to 45e0393 Compare July 19, 2021 11:34
Comment on lines +87 to +107
'application/cmd',
'application/x-empty',
'application/x-msdos-program',
'application/javascript',
'application/json',
'application/x-perl',
'application/x-php',
'application/x-tex',
'application/xml',
'application/yaml',
'text/css',
'text/csv',
'text/html',
'text/org',
'text/x-c',
'text/x-c++src',
'text/x-h',
'text/x-java-source',
'text/x-ldif',
'text/x-python',
'text/x-shellscript',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we should rather move those to be the optional opener for direct editing. I assume a local code editor would be more suitable for mobile editing if present.

@tobiasKaminsky What is the behavior on mobile if there is no local editor, would it fall back to the optional ones then or are those really only used through the context menu options?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not differentiate between optional and normal ones, if there is no local app.
if there is a local app and file is downloaded, it is used.

@szaimen
Copy link
Contributor Author

szaimen commented Jul 20, 2021

/rebase

@github-actions github-actions bot force-pushed the enh/1709/extend-mimetypes-direct-editing branch from 45e0393 to 8cdb2d2 Compare July 20, 2021 12:38
@szaimen szaimen closed this Jul 20, 2021
@szaimen szaimen reopened this Jul 20, 2021
@juliusknorr juliusknorr merged commit d70529d into master Jul 20, 2021
@juliusknorr juliusknorr deleted the enh/1709/extend-mimetypes-direct-editing branch July 20, 2021 12:59
@szaimen szaimen added bug Something isn't working and removed enhancement New feature or request labels Jul 20, 2021
@szaimen
Copy link
Contributor Author

szaimen commented Jul 20, 2021

/backport to stable22

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

Labels

3. to review bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend mimetypes for direct editing

4 participants