forked from cs3org/reva
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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>
- Loading branch information
Showing
6 changed files
with
166 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: Whitelisting for apps | ||
|
||
AppProvider supported mime types are now overridden in its configuration. | ||
A friendly name, a description, an extension, an icon and a default app, | ||
can be configured in the AppRegistry for each mime type. | ||
|
||
https://github.com/cs3org/reva/pull/2095 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters