-
Notifications
You must be signed in to change notification settings - Fork 113
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
Whitelist apps #2095
Whitelist apps #2095
Conversation
0efd0ef
to
8c6bfe3
Compare
8c6bfe3
to
e6d2f50
Compare
e6d2f50
to
8130f2e
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.
Looks all good, I just want to prepare a good list of default mime types to be included. Will do that on Monday ;-)
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.
As quickly discussed, for the example config file I'd include the mime types for: docx, xlsx, pptx, odt, ods, odp, txt, md, root, ipynb.
f0abbbb
to
182797f
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.
All good for me!
* Fix logic for default mapping * Override AppProvider supported mimetypes with the ones set in the config * Add configuration in the AppRegistry for MimeTypes * Add default AppProvider from the configuration * Add changelog * Update AppRegistry tests with the mimetypes infos from the config * Add AppRegistry mime type examples and demo AppProvider Co-authored-by: Hugo Gonzalez Labrador <github@hugo.labkode.com>
This PR introduces the following enhancements: