MDL-60848 atto_recordrtc: Add recordrtc to core
commitb4bbf31bf114794f90aba4fcfa304fd5a3ebf2dd
authorjfederico <jesus@123it.ca>
Fri, 6 Apr 2018 09:00:22 +0000 (6 17:00 +0800)
committerMark Nelson <markn@moodle.com>
Fri, 6 Apr 2018 09:14:36 +0000 (6 17:14 +0800)
treeecba48b23a212c61bb24f6e913a47add3049f1f7
parent2bd26607512c36aeb17b2e788fa7e985788ca777
MDL-60848 atto_recordrtc: Add recordrtc to core

Thanks also goes to Jacob Prud'homme from Blindside
Networks who contributed a vast portion of this code.
38 files changed:
lib/editor/atto/plugins/recordrtc/.eslintignore [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/.stylelintignore [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/.travis.yml [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/CHANGES [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/LICENSE [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/README.md [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/RELEASENOTES [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/amd/build/adapter.min.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/amd/build/bowser.min.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/amd/src/adapter.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/amd/src/bowser.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/db/install.php [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/lang/en/atto_recordrtc.php [new file with mode: 0755]
lib/editor/atto/plugins/recordrtc/lib.php [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/pix/i/audiortc.png [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/pix/i/videortc.png [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/pix/icon.png [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/settings.php [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/styles.css [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/tests/behat/installed.feature [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/thirdpartylibs.xml [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/version.php [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/build/moodle-atto_recordrtc-button/moodle-atto_recordrtc-button-debug.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/build/moodle-atto_recordrtc-button/moodle-atto_recordrtc-button-min.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/build/moodle-atto_recordrtc-button/moodle-atto_recordrtc-button.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/build/moodle-atto_recordrtc-recording/moodle-atto_recordrtc-recording-debug.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/build/moodle-atto_recordrtc-recording/moodle-atto_recordrtc-recording-min.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/build/moodle-atto_recordrtc-recording/moodle-atto_recordrtc-recording.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/src/button/build.json [new file with mode: 0755]
lib/editor/atto/plugins/recordrtc/yui/src/button/js/button.js [new file with mode: 0755]
lib/editor/atto/plugins/recordrtc/yui/src/button/meta/button.json [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/src/recording/build.json [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/src/recording/js/abstractmodule.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/src/recording/js/audiomodule.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/src/recording/js/commonmodule.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/src/recording/js/compatcheckmodule.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/src/recording/js/videomodule.js [new file with mode: 0644]
lib/editor/atto/plugins/recordrtc/yui/src/recording/meta/recording.json [new file with mode: 0644]