nextcloud/apps/theming/js
Daniel Calviño Sánchez b045da5233 Fix handling of internal errors when uploading theming files
When a file can not be uploaded in the Theming app due to an expected
error (like an invalid mime type) the response contains a "data.message"
field. However, if the upload fails due to an unexpected error (like an
internal error, for example if the "mime_content_type" function is
disabled) there is no such field, so it should not be used.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-01 15:50:31 +00:00
..
3rdparty/jscolor prevent potential XSS via unchecked use innerHTML 2019-07-29 18:16:37 +02:00
settings-admin.js Fix handling of internal errors when uploading theming files 2022-09-01 15:50:31 +00:00
theming.js Move theming js to initial state 2020-06-05 11:01:49 +02:00