djmaze
|
82bed1ed80
|
Cleanup array.length checks and for() to forEach()
|
2020-07-28 12:35:41 +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
|
43c92a82e6
|
Underscore.js _.delay() to native setTimeout()
|
2020-07-22 20:28:25 +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
|
a5d41edb24
|
Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values)
|
2020-07-22 14:49:18 +02:00 |
|
djmaze
|
9c0072d626
|
Underscore.js _.find() to native Array.find()
|
2020-07-22 10:43:19 +02:00 |
|
djmaze
|
eb15c6e45f
|
Changes _.filter(array) to native array.filter()
|
2020-07-20 21:29:44 +02:00 |
|
djmaze
|
af136f46c4
|
_.bind(function, object) to function.bind(object)
|
2020-07-20 15:47:33 +02:00 |
|
djmaze
|
db2d95d684
|
JavaScript inArray()/indexOf() to .includes()
|
2020-07-20 14:33:33 +02:00 |
|
RainLoop Team
|
8a0be3212d
|
prettier --write
|
2019-07-04 22:19:24 +03:00 |
|
RainLoop Team
|
7b3ac82e5a
|
Update package.json dependencies
|
2017-04-03 00:40:13 +03:00 |
|
RainLoop Team
|
317318e1f3
|
Fix "Removing message that was not marked" (#1388)
|
2017-04-03 00:15:31 +03:00 |
|
RainLoop Team
|
0e9cffd657
|
Small fixes
|
2016-12-15 00:56:17 +03:00 |
|
RainLoop Team
|
ca4897038a
|
Fix strange quoting behaviour (#1225)
|
2016-10-26 01:10:36 +03:00 |
|
RainLoop Team
|
e5af98b04b
|
Update ckeditor
Move e2e tests
Code refactoring
|
2016-09-12 23:50:21 +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
|
c7e97b78d6
|
Fixes for scrutinizer-ci
|
2016-08-09 21:58:34 +03:00 |
|
RainLoop Team
|
38a1041a73
|
Code refactoring (es5 -> es2015)
|
2016-07-07 00:03:30 +03:00 |
|
RainLoop Team
|
fb2e492ce8
|
More scrict rules
|
2016-07-05 22:52:52 +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
|
08ccf55577
|
js -> jsx
|
2016-06-07 00:58:44 +03:00 |
|
RainLoop Team
|
aeec36de19
|
Small fixes
|
2016-05-22 20:35:33 +03:00 |
|
RainLoop Team
|
c926642bff
|
PreRelease commit
|
2016-01-05 21:21:30 +03:00 |
|
RainLoop Team
|
53cf543795
|
babeljs: step 2
|
2015-11-18 23:10:01 +03:00 |
|
RainLoop Team
|
445cd155e5
|
ES2015 first look / babeljs
|
2015-11-15 03:24:02 +03:00 |
|
RainLoop Team
|
87887373c1
|
Updated: ckeditor 4.5.3, jquery 1.11.3, openpgpjs 1.2.0
OpenPGP decrypt fix
+ Small fixes
|
2015-09-18 21:35:30 +03:00 |
|
RainLoop Team
|
106ee26ad2
|
Pre release commit
|
2015-08-11 22:51:07 +04:00 |
|
RainLoop Team
|
5123841540
|
Pgp improvements
|
2015-07-29 21:23:10 +04:00 |
|
RainLoop Team
|
9ade5a585b
|
Clickable notifications (#745)
|
2015-07-06 22:47:08 +04:00 |
|
RainLoop Team
|
34a9b8cbc5
|
OpenPGP improvements (first step)
openpgpjs: 0.7.2 -> 0.10.1
additional fixes
|
2015-06-23 01:34:52 +04:00 |
|
RainLoop Team
|
09334159c2
|
A lot small fixes
|
2015-06-23 01:34:51 +04:00 |
|
RainLoop Team
|
f91f74fe7c
|
Release fixes
|
2015-05-12 20:33:02 +04:00 |
|
RainLoop Team
|
8a4bce3591
|
New thread list logic (step 3)
|
2015-04-22 01:01:29 +04:00 |
|
RainLoop Team
|
03d26bc4c6
|
New thread list logic (step 2)
|
2015-04-21 02:39:14 +04:00 |
|
RainLoop Team
|
b656b6365b
|
New thread list logic (step 1)
|
2015-04-20 23:49:51 +04:00 |
|
RainLoop Team
|
a4904f4c00
|
Message thread optimization
|
2015-04-15 02:27:31 +04:00 |
|
RainLoop Team
|
0ea982671b
|
PreRelease 1.8.3
|
2015-04-14 00:24:15 +04:00 |
|
RainLoop Team
|
b7709c8117
|
Code refactoring
|
2015-04-07 20:40:27 +04:00 |
|
RainLoop Team
|
80c5e35a29
|
New styles for toltips (Opentip)
Selector new functionality
x-script tag support for templates
|
2015-04-02 01:59:03 +04:00 |
|
RainLoop Team
|
18931eaca0
|
Smooth reload animation
|
2015-03-31 04:12:05 +04:00 |
|
RainLoop Team
|
d8c9f7ec14
|
Code refactoring
|
2015-03-19 01:59:55 +04:00 |
|
RainLoop Team
|
bab64a7cea
|
Code refactoring (promises for folders management)
|
2015-03-17 18:30:17 +04:00 |
|
RainLoop Team
|
147dce6e4a
|
Momentor (moment optimization)
|
2015-03-07 04:41:38 +04:00 |
|
RainLoop Team
|
7750587be1
|
Beta 1.8.2 (for testing)
|
2015-03-06 21:11:41 +04:00 |
|
RainLoop Team
|
b6ca9e357e
|
New thread controller
|
2015-03-06 04:42:40 +04:00 |
|
RainLoop Team
|
13d4c769e2
|
Small fixes
|
2015-02-23 20:20:41 +04:00 |
|
RainLoop Team
|
4eaef23cc7
|
Code refactoring
|
2015-02-22 20:35:17 +04:00 |
|
RainLoop Team
|
31860420cb
|
Code refactoring
|
2015-02-22 02:00:51 +04:00 |
|