Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
* Fix of video wallpapers support for scenes
* Cycle connect incorrect status fix
  • Loading branch information
sergejey committed Dec 3, 2022
1 parent 0781536 commit f229faa
Show file tree
Hide file tree
Showing 9 changed files with 718 additions and 694 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/elFinder/php/connector.minimal.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function access($attr, $path, $data, $volume, $isDir, $relpath) {
'trashHash' => 't1_Lw', // elFinder's hash of trash folder
'winHashFix' => DIRECTORY_SEPARATOR !== '/', // to make hash same to Linux one on windows too
'uploadDeny' => array('all'), // All Mimetypes not allowed to upload
'uploadAllow' => array('image/x-ms-bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/x-icon', 'text/plain'), // Mimetype `image` and `text/plain` allowed to upload
'uploadAllow' => array('image/x-ms-bmp', 'image/gif', 'image/jpeg', 'image/png', 'image/x-icon', 'text/plain','video/mp4'), // Mimetype `image` and `text/plain` allowed to upload
'uploadOrder' => array('deny', 'allow'), // allowed Mimetype `image` and `text/plain` only
'accessControl' => 'access' // disable and hide dot starting files (OPTIONAL)
),
Expand Down
Loading

0 comments on commit f229faa

Please sign in to comment.