djmaze
e7180a86ce
Made eslint using 'browser' environment and added globals, because RainLoop is used in browsers.
...
This also allowed to remove all webpack 'externals' overhead.
2020-08-12 00:25:36 +02:00
djmaze
ea48f5060b
isArray to native Array.isArray
...
isUnd(*) to native undefined === *
isFunc to native typeof * === 'function'
isObject to native typeof * === 'object'
microtime() to native Date().getTime();
noop to native ()=>{}
noopFalse to native ()=>false
noopTrue to native ()=>true
boolToAjax to native *?'1':'0'
Underscore.js to native
2020-07-29 21:49:41 +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
a5d41edb24
Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values)
2020-07-22 14:49:18 +02:00
djmaze
e01e484259
Ajax use window.fetch() instead of $.ajax (not perfect yet).
...
This allows us to use jquery.slim (and cash-dom in the future)
2020-07-21 22:22:58 +02:00
djmaze
961fa305c9
-1…*.indexOf() to native .includes()
2020-07-20 21:39:00 +02:00
djmaze
db2d95d684
JavaScript inArray()/indexOf() to .includes()
2020-07-20 14:33:33 +02:00
RainLoop Team
32ceafa37f
Add Gmail XAUTH support
2019-12-31 20:44:41 +03:00
RainLoop Team
8a0be3212d
prettier --write
2019-07-04 22:19:24 +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
ae996b75f1
Updated: dependencies
...
+ small fixes
2016-10-18 21:28:42 +03:00
RainLoop Team
e5af98b04b
Update ckeditor
...
Move e2e tests
Code refactoring
2016-09-12 23:50:21 +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
161ddc9920
More fixes for scrutinizer-ci (+ enable php)
2016-08-09 23:11:54 +03:00
RainLoop Team
59b32241bf
More fixes for scrutinizer-ci
2016-08-09 22:52:30 +03:00
RainLoop Team
c3985da102
Move almost all libs to node_modules
...
Update libs
2016-07-30 18:35:08 +03:00
RainLoop Team
cec53b111f
Code refactoring (5) (es5 -> es2015)
2016-07-17 18:05:15 +03:00
RainLoop Team
38a1041a73
Code refactoring (es5 -> es2015)
2016-07-07 00:03:30 +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
80ab02363e
Code refactoring (v2)
2016-06-17 02:32:16 +03:00
RainLoop Team
08ccf55577
js -> jsx
2016-06-07 00:58:44 +03:00
RainLoop Team
1323a9ce52
Code refactoring (Q -> Promise)
2016-05-23 20:33:01 +03:00
RainLoop Team
1391648e1b
Split application data
2016-04-30 02:42:18 +03:00
RainLoop Team
568a1a1cda
Fixed: Folder expand/collapse not remembered ( #934 )
2016-01-22 19:51:22 +03:00
RainLoop Team
445cd155e5
ES2015 first look / babeljs
2015-11-15 03:24:02 +03:00
RainLoop Team
fc827326c4
Changed: photoswipe > lightGallery
2015-08-31 23:13:59 +03:00
RainLoop Team
9b6b68e72b
Added: New keyboard shortcuts for compose popup (Esc, Sift+Esc, `)
...
Fixed: Folders list tree viewer
2015-08-30 22:31:04 +03:00
RainLoop Team
9a98bff931
Release fixes
2015-05-18 00:41:57 +04:00
RainLoop Team
5b6c90aea9
pre release commit (1.9.0.325)
2015-05-09 16:09:08 +04:00
RainLoop Team
66c3307291
Small fixes
2015-05-06 02:03:58 +04:00
RainLoop Team
2ac2168477
Small fixes
2015-04-30 00:09:03 +04:00
RainLoop Team
48b91fb957
Save attachments as ...
2015-04-25 02:58:56 +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
0ea982671b
PreRelease 1.8.3
2015-04-14 00:24:15 +04:00
RainLoop Team
351c12c002
Welcome page branding option
2015-04-10 02:07:03 +04:00
RainLoop Team
b7709c8117
Code refactoring
2015-04-07 20:40:27 +04:00
RainLoop Team
f817a680a2
Updated Autolinker library ( Closes #532 )
2015-03-19 01:58:58 +04:00
RainLoop Team
bab64a7cea
Code refactoring (promises for folders management)
2015-03-17 18:30:17 +04:00
RainLoop Team
3090b44dae
Interface fixes
2015-03-16 02:01:51 +04:00
RainLoop Team
afe80b8f2d
jsHint fixes
2015-03-14 19:01:14 +04:00
RainLoop Team
c23ba31e17
Promises (first look)
...
Thread dropdown
Small fixes
2015-03-14 18:27:44 +04:00