djmaze
|
ba7ed497b2
|
Cleanup JS and better terser compression
|
2020-10-09 11:58:15 +02:00 |
|
djmaze
|
c3a2da65df
|
Revamp array filtering
Replaced fakeMd5 with new Jua.randomId
Cleanup more code
|
2020-10-02 23:54:15 +02:00 |
|
djmaze
|
d2c9e860cb
|
Bugfix: mail?to= should be encodeURIComponent()
|
2020-09-22 14:17:48 +02:00 |
|
djmaze
|
a8ef5ec75b
|
Bugfix: Email addressparser
Cleanup vendor scripts
|
2020-08-12 11:49:40 +02:00 |
|
djmaze
|
aaf4933b0a
|
Embed cleaner node modules
|
2020-08-12 01:47:24 +02:00 |
|
djmaze
|
bbd9f49dcd
|
$.proxy is deprecated
$.trim is deprecated
|
2020-08-06 18:24:46 +02:00 |
|
djmaze
|
2ba34532c2
|
JavaScript string compare '' is always a ToBoolean
See https://www.ecma-international.org/ecma-262/5.1/#sec-9.2
|
2020-07-28 17:20:14 +02:00 |
|
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 |
|
djmaze
|
a82575a830
|
Underscore.js _.map() to native Array.map() (optional with Object.entries/values)
|
2020-07-22 20:09:31 +02:00 |
|
djmaze
|
961fa305c9
|
-1…*.indexOf() to native .includes()
|
2020-07-20 21:39:00 +02:00 |
|
RainLoop Team
|
40dc22a317
|
Remove knockout-transformations dependency
|
2019-07-04 22:58:15 +03:00 |
|
RainLoop Team
|
8a0be3212d
|
prettier --write
|
2019-07-04 22:19:24 +03:00 |
|
RainLoop Team
|
c7cd537b4d
|
Update devDependencies
|
2018-02-27 22:10:26 +03:00 |
|
RainLoop
|
90a3d2b62a
|
Fix incorrect mailto format #1521
|
2017-10-06 21:52:00 +03:00 |
|
RainLoop
|
d76fde37df
|
Fix crippled contact names (#1447)
|
2017-09-27 20:58:15 +03:00 |
|
RainLoop Team
|
8da988fef2
|
Synchronize localizations from Transifex
Update package.json dependencies
Fix eslint errors
webpack 2 -> webpack 3
|
2017-06-24 22:26:27 +03:00 |
|
RainLoop Team
|
e6e0b02849
|
Code refactoring
Flow first look
|
2016-09-10 02:27:53 +03:00 |
|
RainLoop Team
|
17669b7be0
|
es5 -> es2015 (last stage)
Signature plugin fixes
Add view decorator
A large number of fixes
|
2016-08-20 20:30:16 +03:00 |
|
RainLoop Team
|
e88c193334
|
*.jsx -> *.js
|
2016-08-11 02:34:09 +03:00 |
|
RainLoop Team
|
38a1041a73
|
Code refactoring (es5 -> es2015)
|
2016-07-07 00:03:30 +03:00 |
|
RainLoop Team
|
52e2698cdf
|
Add more strict rules (eslint)
|
2016-07-02 01:49:59 +03:00 |
|
RainLoop Team
|
8e8a041032
|
eslint (additional rules)
|
2016-07-01 01:05:04 +03:00 |
|
RainLoop Team
|
77a1d3f3df
|
jshint -> eslint
|
2016-06-27 23:55:37 +03:00 |
|
RainLoop Team
|
09334159c2
|
A lot small fixes
|
2015-06-23 01:34:51 +04:00 |
|
RainLoop Team
|
0ea982671b
|
PreRelease 1.8.3
|
2015-04-14 00:24:15 +04:00 |
|
RainLoop Team
|
0735071f1c
|
mailto links fixes
Filters interface fixes
DKIM status a new message
|
2015-01-31 23:00:10 +04:00 |
|
RainLoop Team
|
9bc977cccf
|
Added: DKIM status
|
2015-01-13 03:24:08 +04:00 |
|
RainLoop Team
|
2545ce3cd9
|
Code refactoring
|
2014-11-12 20:46:54 +04:00 |
|
RainLoop Team
|
36bdce3084
|
Remove tags support from code.
|
2014-10-03 23:09:13 +04:00 |
|
RainLoop Team
|
7a374ebe03
|
Fixed Opening an email with specific content „hangs” RainLoop in the browser (Closes #308)
Code refactoring
|
2014-09-05 19:53:44 +04:00 |
|