nextcloud/core/command/maintenance
Roeland Jago Douma c8145cdbd6 Javascript mimetype icon resolver
This makes it possible to retrieve the icon for mimetypes in javascript.
It makes no additional queries to the server to retrieve the mimetype.

* config/mimetypealiases.json added
* mimetype.js: this is where the logic resides to convert from mimetype
  to icon url
* mimetypelist.js: generated file with a list of mimetype mapping (aliases)
  and the list of icon files
* ./occ maintenance:mimetypesjs : new command for occ to gernerate
  mimetypes.js
* unit tests updated and still work
* javascript tests added
* theming support
* folder of the theme is now present in javascript (OC.theme.folder)
2015-07-06 16:32:10 +02:00
..
install.php update license headers and authors 2015-06-25 14:13:49 +02:00
mimetypesjs.php Javascript mimetype icon resolver 2015-07-06 16:32:10 +02:00
mode.php Update license headers 2015-03-26 11:44:36 +01:00
repair.php Update license headers 2015-03-26 11:44:36 +01:00
singleuser.php Update license headers 2015-03-26 11:44:36 +01:00