LDEV-4755 Fix files with zero length being uploaded after viruse scanAntivirus scan read the stream so it would be at its end when file gotwritten to drive.
LDEV-4721 Add class renaming filter for branching conditionsTools' entities sometimes are used in branching conditions, which are apart of LearningDesignDTO. Core XML needs to be parsed too and tools'packages renamed.
LDEV-4780 Use callbak to resize iframe instead of load detectionWhen iframe with LD for importing activities gets loaded, the SVG is notready yet and reports false height. Instead of detecting when it isready, authoring JS code in the iframe reports height when it loadscompletely to its parent frame.