Commit

commit 79f6767b2fe5a38eb50c7953cffc90382c91ff7d
Author: dankert 
Date:   Sat Mar 19 12:10:34 2022 +0100

    Removed support for: Export, Import, Compress, Uncompress, Extract. This is more comfortable via WebDAV.

 modules/cms/action/FolderAction.class.php          |  23 --
 .../cms/action/file/FileCompressAction.class.php   |  74 ----
 .../cms/action/file/FileExtractAction.class.php    |  82 ----
 .../cms/action/file/FileUncompressAction.class.php |  72 ----
 .../action/folder/FolderAdvancedAction.class.php   | 305 ++++++--------
 .../cms/action/login/LoginLicenseAction.class.php  |   8 +-
 .../ui/themes/default/html/views/file/compress.php |  57 ---
 .../default/html/views/file/compress.tpl.src.xml   |  26 --
 .../ui/themes/default/html/views/file/extract.php  |  25 --
 .../default/html/views/file/extract.tpl.src.xml    |  10 -
 .../themes/default/html/views/file/uncompress.php  |  47 ---
 .../default/html/views/file/uncompress.tpl.src.xml |  21 -
 .../themes/default/html/views/image/compress.php   |  57 ---
 .../default/html/views/image/compress.tpl.src.xml  |  25 --
 .../ui/themes/default/html/views/image/extract.php |  25 --
 .../default/html/views/image/extract.tpl.src.xml   |   9 -
 .../themes/default/html/views/image/uncompress.php |  47 ---
 .../html/views/image/uncompress.tpl.src.xml        |  21 -
 .../default/html/views/pageelement/export.php      |  34 --
 .../html/views/pageelement/export.tpl.src.xml      |  14 -
 .../default/html/views/pageelement/import.php      |  39 --
 .../html/views/pageelement/import.tpl.src.xml      |  19 -
 .../themes/default/html/views/project/export.php   |  35 --
 .../default/html/views/project/export.tpl.src.xml  |  12 -
 .../ui/themes/default/html/views/text/compress.php |  57 ---
 .../default/html/views/text/compress.tpl.src.xml   |  25 --
 .../ui/themes/default/html/views/text/extract.php  |  25 --
 .../default/html/views/text/extract.tpl.src.xml    |   9 -
 .../themes/default/html/views/text/uncompress.php  |  47 ---
 .../default/html/views/text/uncompress.tpl.src.xml |  21 -
 modules/util/ArchiveTar.class.php                  | 396 ------------------
 modules/util/ArchiveUnzip.class.php                | 451 ---------------------
 modules/util/ArchiveZip.class.php                  |  89 ----
 33 files changed, 128 insertions(+), 2079 deletions(-)