-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Add to mime type list #7574
Comments
@mophilly you can add these in Are you sure these files don't have a better and more specific mime type names ? |
@PVince81 Thank you for the quick and useful response. I will do as you suggest. If it works, I will dig into the git manuals to submit a pull request. BTW, we are running 5.0.13 at the moment. Is it advisable to upgrade to 6.0.x before moving forward on this? I am not sure if the mime type declarations I posted are the best choice. I plan to send a note to the vendor of each to see what they say. |
I found corrolating posts in SVN and GIT forums for OmniGraffe files. I haven't a reply from TigerLogic about the Omnis Studio files yet. I modified mimetypes.list.php as follows: Watching the log entries as the team uses the service. |
@mophilly one thing I don't understand is why do you need this change at all ? |
I'm referring to ownCloud 6 actually where mime type is based on file extension. |
@PVince81 yes, we are using ownCloud 5 at the moment; considering the upgrade to 6. I don't know whether ownCloud 5 uses the "file" command. The behavior that started this inquiry was adding certain files to the shared directory were, or seem to be, causing faults in the log. I theorized it may be the complex structure of the files. E.g. omniGraffle files are "bundles" that are really folders with a special flag and the folder contains a variety of xml files and directories. The folder needs to be treated as file otherwise some bits seem to be lost and the resulting file cannot be opened by the app. |
The change I put in is either working or is benign and/or the latest update resolved the issue. The files in question seem to be transferring properly. |
Are you saying that no change is needed in 6.0.2 ? If you did add some useful mime types it would be good if we could put them into the project so it might benefit other users. |
I will check again. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
We have encountered many errors, mostly from lucene, about two file types used in our projects.
Omnis Studio library files with the extension .lbr
I believe these can be identified as application/octet-stream
OmniGraffle documents are a bundle similar to Apple .app bundles. The extension is .graffle
These might be identified as application/zip
How to submit these for inclusion in core?
The text was updated successfully, but these errors were encountered: