Commit graph

88 commits

Author SHA1 Message Date
the-djmaze c83cf64b80 Resolve #537 2023-02-22 14:09:26 +01:00
the-djmaze b5ab175953 Merge GnuPG and OpenPGP.js passphrases 2023-02-20 15:49:38 +01:00
the-djmaze f3717815e1 Cleanup boot.js and fix rllayout cookie 2022-02-08 14:15:22 +01:00
djmaze 146b2c1001 Cleanup AuthAccountHash handling 2021-04-28 15:56:31 +02:00
djmaze 0a95e2c6dc Cleanup constants 2020-09-30 14:07:03 +02:00
the-djmaze 31d9ea53b9
Update Client.js
This change made on mobile as test.
2020-09-21 22:28:12 +02:00
djmaze b904eca98e Cleanup __APP__/getApp code 2020-09-15 09:29:25 +02:00
djmaze aeb5275648 Improved boot.js with existing global window.rl
Put dev/Storage/Settings.js in boots.js global rl.settings
2020-09-04 12:05:17 +02:00
djmaze fcaa2fd6de Don't use webpack on boot.js 2020-09-03 16:34:23 +02:00
djmaze b837013cfb Replaced dev/Common/ClientStorageDriver/* with webstorage polyfill
Cleanup some other code
2020-09-03 12:51:15 +02:00
djmaze 97a73c6639 Replace timeOutAction() with debounce
Replace delegateRun()
Revert my throttle/debounce setTimeout() to Function.prototype[throttle/debounce]
2020-08-18 20:24:17 +02:00
djmaze f6a55898c7 Removed isNormal() because 'null == undefined' so 'null != value' is sufficient 2020-08-17 21:57:56 +02:00
djmaze 1b811428e7 new Date().getTime() to Date.now() 2020-08-17 21:35:03 +02:00
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