From 39070f20e0c06fc8c8ae4b0a1808191c8cc44a19 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 10:39:41 +0200 Subject: [PATCH 01/10] Add audiocontext.js version 6ffd3f2917d32c28a6651644843edb979b42c3f0. --- static/js/libs/audiocontext.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/libs/audiocontext.js b/static/js/libs/audiocontext.js index c3b8595b1..5dcfd2768 100644 --- a/static/js/libs/audiocontext.js +++ b/static/js/libs/audiocontext.js @@ -23,6 +23,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ + // Version 6ffd3f2917d32c28a6651644843edb979b42c3f0 (function(name, definition) { if (typeof exports === "object") { module.exports = definition(); From a4a05e25c186b6bbcf5eb3513ca577b7a1544ec9 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 10:40:42 +0200 Subject: [PATCH 02/10] Add avltree.js version 6ffd3f2917d32c28a6651644843edb979b42c3f0. --- static/js/libs/avltree.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/libs/avltree.js b/static/js/libs/avltree.js index 3a5a7a4da..062331732 100644 --- a/static/js/libs/avltree.js +++ b/static/js/libs/avltree.js @@ -41,7 +41,7 @@ * - reverseOrderTraverse O(logn + k), where k is number of traversed nodes * */ - +// Version 6ffd3f2917d32c28a6651644843edb979b42c3f0 // Compatibility code to run standalone. (function(root) { @@ -836,4 +836,4 @@ AvlTree.Node.prototype.isLeftChild = function() { // Return as global. root.AvlTree = AvlTree; -}(window)); \ No newline at end of file +}(window)); From b3f1c8837f90b8cc110e137671e15374032bc132 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 10:43:14 +0200 Subject: [PATCH 03/10] Add bootstrap.file-input.js version 1.0.0. --- static/js/libs/bootstrap.file-input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/libs/bootstrap.file-input.js b/static/js/libs/bootstrap.file-input.js index f2b303f06..eac99b28f 100644 --- a/static/js/libs/bootstrap.file-input.js +++ b/static/js/libs/bootstrap.file-input.js @@ -10,6 +10,7 @@ Browse */ +// Version 1.0.0 (function($) { $.fn.bootstrapFileInput = function() { From 589aece104f5732d163e194e736e86e2d497bba7 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 10:47:24 +0200 Subject: [PATCH 04/10] Add humanize.js version 0.0.9. --- static/js/libs/humanize.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/libs/humanize.js b/static/js/libs/humanize.js index b2387e439..03c36ea44 100644 --- a/static/js/libs/humanize.js +++ b/static/js/libs/humanize.js @@ -20,6 +20,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +// Version 0.0.9 (function() { From c40ff5e993582e371294e4076078b707a214b209 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 10:52:44 +0200 Subject: [PATCH 05/10] Add rAF.js version 682e5c880c92b445650c4880a6bf9f3897ec1c5b. --- static/js/libs/rAF.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/libs/rAF.js b/static/js/libs/rAF.js index dd45670f2..fd651e94b 100644 --- a/static/js/libs/rAF.js +++ b/static/js/libs/rAF.js @@ -4,6 +4,8 @@ // requestAnimationFrame polyfill by Erik Möller. fixes from Paul Irish and Tino Zijdel // MIT license +// Version 682e5c880c92b445650c4880a6bf9f3897ec1c5b +// Repo https://gist.github.com/paulirish/1579671/682e5c880c92b445650c4880a6bf9f3897ec1c5b (function() { var lastTime = 0; @@ -28,4 +30,4 @@ window.cancelAnimationFrame = function(id) { clearTimeout(id); }; -}()); \ No newline at end of file +}()); From 044a7d7122f9f22927ec544db87d36d970c810a6 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 10:55:14 +0200 Subject: [PATCH 06/10] Add sha.js version 1.5.0. --- static/js/libs/sha.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/libs/sha.js b/static/js/libs/sha.js index 27fa59e61..ef3d03546 100644 --- a/static/js/libs/sha.js +++ b/static/js/libs/sha.js @@ -9,6 +9,7 @@ Several functions taken from Paul Johnston */ +// Version 1.5.0 (function(T){function z(a,c,b){var g=0,f=[0],h="",l=null,h=b||"UTF8";if("UTF8"!==h&&"UTF16"!==h)throw"encoding must be UTF8 or UTF16";if("HEX"===c){if(0!==a.length%2)throw"srcString of HEX type must be in byte increments";l=B(a);g=l.binLen;f=l.value}else if("ASCII"===c||"TEXT"===c)l=J(a,h),g=l.binLen,f=l.value;else if("B64"===c)l=K(a),g=l.binLen,f=l.value;else throw"inputFormat must be HEX, TEXT, ASCII, or B64";this.getHash=function(a,c,b,h){var l=null,d=f.slice(),n=g,p;3===arguments.length?"number"!== typeof b&&(h=b,b=1):2===arguments.length&&(b=1);if(b!==parseInt(b,10)||1>b)throw"numRounds must a integer >= 1";switch(c){case "HEX":l=L;break;case "B64":l=M;break;default:throw"format must be HEX or B64";}if("SHA-1"===a)for(p=0;p Date: Mon, 21 Sep 2015 10:56:25 +0200 Subject: [PATCH 07/10] Add sjcl.js version 1.0.2. --- static/js/libs/sjcl.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/libs/sjcl.js b/static/js/libs/sjcl.js index 44cd32396..415791878 100644 --- a/static/js/libs/sjcl.js +++ b/static/js/libs/sjcl.js @@ -11,6 +11,7 @@ * @author Mike Hamburg * @author Dan Boneh */ + // Version 1.0.2 "use strict"; /*jslint indent: 2, bitwise: false, nomen: false, plusplus: false, white: false, regexp: false */ From 0c10c9ae2e0a4d2132b6b17d3ff850c7a795412a Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 11:01:26 +0200 Subject: [PATCH 08/10] Add toastr.js version 2.1.0. --- static/js/libs/sjcl.js | 2 +- static/js/libs/toastr.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/js/libs/sjcl.js b/static/js/libs/sjcl.js index 415791878..62fce41fa 100644 --- a/static/js/libs/sjcl.js +++ b/static/js/libs/sjcl.js @@ -11,7 +11,7 @@ * @author Mike Hamburg * @author Dan Boneh */ - // Version 1.0.2 +// Version 1.0.2 "use strict"; /*jslint indent: 2, bitwise: false, nomen: false, plusplus: false, white: false, regexp: false */ diff --git a/static/js/libs/toastr.js b/static/js/libs/toastr.js index d0c6df7a4..9cc6aeab6 100644 --- a/static/js/libs/toastr.js +++ b/static/js/libs/toastr.js @@ -10,6 +10,7 @@ * * Project: https://github.com/CodeSeven/toastr */ +// Version 2.1.0 ; (function (define) { define(['jquery'], function ($) { return (function () { @@ -372,4 +373,4 @@ } else { window['toastr'] = factory(window['jQuery']); } -})); \ No newline at end of file +})); From 1d35399fee2b0036949d1770d0c0540d7660b5e3 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 11:03:13 +0200 Subject: [PATCH 09/10] Add visibily.js version 0.1.0. --- static/js/services/visibility.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/services/visibility.js b/static/js/services/visibility.js index a487b30c9..bb9e8550f 100644 --- a/static/js/services/visibility.js +++ b/static/js/services/visibility.js @@ -18,6 +18,7 @@ * along with this program. If not, see . * */ +// Version 0.1.0 "use strict"; define(['visibly'], function(visibly) { From 4380366ce2a4bd7441a8ed3d459b7cef439d6da2 Mon Sep 17 00:00:00 2001 From: Evan Theurer Date: Mon, 21 Sep 2015 11:04:35 +0200 Subject: [PATCH 10/10] Add webrtc.adapter.js version 5b271d2cf71dd21805b7dc0ded7ef97ac764307e. --- static/js/libs/webrtc.adapter.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/libs/webrtc.adapter.js b/static/js/libs/webrtc.adapter.js index 4ab95c73b..7ed8fe597 100644 --- a/static/js/libs/webrtc.adapter.js +++ b/static/js/libs/webrtc.adapter.js @@ -29,6 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +// Version 5b271d2cf71dd21805b7dc0ded7ef97ac764307e var getUserMedia = null; var attachMediaStream = null; @@ -500,4 +501,4 @@ if (typeof module !== 'undefined') { //trace: not exposed on purpose. }; }); -} \ No newline at end of file +}