Commit Graph

75 Commits

Author SHA1 Message Date
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
55f74c5d10 Compress boot.js even more 2020-08-10 11:32:05 +02:00
djmaze
ba8a566c69 Hardcoded Styles/@Boot.css dropped some webpack KB overhead. We are going more mobile!
Also replaced some charAt() with []
2020-08-08 17:20:35 +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
9c0072d626 Underscore.js _.find() to native Array.find() 2020-07-22 10:43:19 +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
e77bafca1e Fix eslint warnings 2019-03-28 02:27:52 +03:00
Matyas Albert Nagy
9f867e7c16 Fix localStorage check when embedded in iframe (firefox) 2018-02-24 14:14:39 +01:00
RainLoop Team
e88c193334 *.jsx -> *.js 2016-08-11 02:34:09 +03:00
RainLoop Team
8967bc3817 Improve building process (add gpg2 sign task)
Remove long hash names
Add --pro and --sign parameters
2016-08-10 02:17:33 +03:00
RainLoop Team
739ed215ea Improve web storage detection.
Possible fix for Safari private mode (#1092)
2016-07-07 21:53:02 +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
80ab02363e Code refactoring (v2) 2016-06-17 02:32:16 +03:00
RainLoop Team
90d95d3ca4 Code refactoring 2016-06-16 02:36:44 +03:00
RainLoop Team
08ccf55577 js -> jsx 2016-06-07 00:58:44 +03:00
RainLoop Team
338f18d2af Time limit improvements 2016-05-22 15:27:50 +03:00
RainLoop Team
862a02f88a Add time limit for hash 2016-05-22 03:09:20 +03:00
RainLoop Team
72bf212f67 Improve scripts load system 2016-05-20 10:11:38 +03:00
RainLoop Team
768ce1d85e Small fixes 2016-05-06 22:06:16 +03:00
RainLoop Team
e3fa252cf2 Improve boot script 2016-05-06 18:14:40 +03:00
RainLoop Team
b0ffd84ac6 Add mobile version (beta) 2016-05-01 04:07:29 +03:00
RainLoop Team
1391648e1b Split application data 2016-04-30 02:42:18 +03:00
RainLoop Team
72ca818500 Fix eslint warnings 2016-04-20 20:31:24 +03:00
RainLoop Team
568a1a1cda Fixed: Folder expand/collapse not remembered (#934) 2016-01-22 19:51:22 +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
5123841540 Pgp improvements 2015-07-29 21:23:10 +04:00
RainLoop Team
351c12c002 Welcome page branding option 2015-04-10 02:07:03 +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
RainLoop Team
fdf3b614b4 Fixed PGP functionality in 1.8+ (Closes #464) 2015-02-17 17:33:04 +04:00
RainLoop Team
e3064b10aa Fixed strange characters in plain text mode (Firefox) (Closes #462) 2015-02-17 17:32:11 +04:00
RainLoop Team
d9dabab1dc Long GET request fixes (Closes #451) 2015-02-12 22:15:12 +04:00
RainLoop Team
6116597f6f Many fixes
New ownCloud package with a built-in webmail
2015-02-12 01:41:07 +04:00
RainLoop Team
1119022916 Added individual signatures for every identity. 2015-02-08 05:12:34 +04:00
RainLoop Team
493191375f Identities refactoring and improvements (Reply-To and BCC) 2015-02-06 19:29:34 +04:00
RainLoop Team
286ab567af Code refactoring 2015-02-03 05:56:26 +04:00
RainLoop Team
79233ad83c Added counters of unread messages for additional accounts (#377) 2015-02-02 00:48:49 +04:00
RainLoop Team
0152f1583b Sieve filters (pre release) 2015-01-29 01:24:58 +04:00
RainLoop Team
b563528be7 Sortable accounts list 2015-01-28 02:16:00 +04:00
RainLoop Team
aa84077ac4 Sound notification
Additional code refactoring
2015-01-27 01:06:00 +04:00
RainLoop Team
b42ce01e7e Code refactoring (Translator, Stores, ko) 2015-01-26 03:13:12 +04:00
RainLoop Team
94789632f0 Sieve filters (alpha / beta version coming soon) 2015-01-24 02:35:42 +04:00
RainLoop Team
68cc322bd5 Sieve filters (interface/vacation action) 2015-01-20 01:20:12 +04:00
RainLoop Team
54edeaa645 Small fixes and changes 2015-01-19 02:48:23 +04:00
RainLoop Team
ef3042aff7 Sieve filters (interface) 2015-01-19 02:47:33 +04:00
RainLoop Team
ec51bb0b9f Added: "You have too many folders!" description (#414) 2015-01-16 04:09:03 +04:00
RainLoop Team
f749d77fff Release commit 2015-01-08 15:40:10 +04:00