snappymail/vendors
djmaze dca0ff02ed Use jQuery.slim
Underscore.js _.uniq(_.compact( to native Array.filter((value, index, self) => !!value && self.indexOf(value) == index)
Underscore.js _.compact to native Array.filter(value => !!value)
Underscore.js _.uniq to native Array.filter((value, index, self) => self.indexOf(value) == index)
Underscore.js _.values to native Object.values
Underscore.js _.flatten to native Array.flat
Underscore.js _.union to native Array.concat + unique filter
Underscore.js _.reduce to native Array.reduce
Underscore.js _.escape replaced with advanced htmlspecialchars()
Underscore.js _.memoize replaced
Now Underscore.js is a slim custom version (only _.debounce, _.defer & _.throttle)
2020-07-23 16:06:16 +02:00
..
bootstrap Bugfix: bootstrap jQuery('#') syntax error 2020-03-13 15:30:39 +01:00
ckeditor CRLF to LF 2020-03-11 14:17:52 +01:00
ckeditor-plugins CRLF to LF 2020-03-11 14:17:52 +01:00
flags CRLF to LF 2020-03-11 14:17:52 +01:00
fontastic Add mobile version (beta) 2016-05-01 04:07:29 +03:00
inputosaurus Updated inputosaurus.js to work with jQuery3 2020-07-09 16:01:41 +02:00
jquery-ui Get rid of deprecated $.ui.plugin 2020-07-20 21:40:36 +02:00
jua CRLF to LF 2020-03-11 14:17:52 +01:00
keymaster Fix 'Horizontal scroll in message view broken' (close #1494) 2017-09-20 23:47:54 +03:00
lightgallery CRLF to LF 2020-03-11 14:17:52 +01:00
Progress.js CRLF to LF 2020-03-11 14:17:52 +01:00
qr.js CRLF to LF 2020-03-11 14:17:52 +01:00
routes Uploading and preparing the repository to the dev version. 2013-11-16 02:21:12 +04:00
underscore Use jQuery.slim 2020-07-23 16:06:16 +02:00