Commit graph

31 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
bbd9f49dcd $.proxy is deprecated
$.trim is deprecated
2020-08-06 18:24:46 +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
7b03ae5ed8 Remove phpinfo() 2020-05-07 09:24:02 +02:00
djmaze
4468d5bd22 Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript 2020-03-11 12:55:03 +01:00
RainLoop Team
8a0be3212d prettier --write 2019-07-04 22:19:24 +03:00
RainLoop
ed5685314e Fix unexpected desktop mode on mobile devices + small fixes (#1514) 2017-09-25 00:08:44 +03:00
RainLoop Team
e88c193334 *.jsx -> *.js 2016-08-11 02:34:09 +03:00
RainLoop Team
445cd155e5 ES2015 first look / babeljs 2015-11-15 03:24:02 +03:00
RainLoop Team
42bac6aa2f PreRelease fixes 2015-07-06 00:33:55 +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
763fae345b Capability improvements
Additional branding options
2015-05-20 15:46:34 +04:00
RainLoop Team
28d93f70ae Added "[labs] startup_url" setting 2015-05-18 00:41:58 +04:00
RainLoop Team
66c3307291 Small fixes 2015-05-06 02:03:58 +04:00
RainLoop Team
48b91fb957 Save attachments as ... 2015-04-25 02:58:56 +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
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
3dac6809d1 Admin Panel localization (#467) 2015-03-28 02:09:36 +04:00
RainLoop Team
f817a680a2 Updated Autolinker library (Closes #532) 2015-03-19 01:58:58 +04:00
RainLoop Team
d30292d500 ownCloud integration improvements 2015-02-12 04:48:11 +04:00
RainLoop Team
47cc73c992 User background image optimization 2015-02-06 19:29:08 +04:00
RainLoop Team
b42ce01e7e Code refactoring (Translator, Stores, ko) 2015-01-26 03:13:12 +04:00
RainLoop Team
06e6f1a2da New Message View (with attachments thumbnails) 2014-12-24 22:50:03 +04:00
RainLoop Team
ef81865ef2 Added "Custom Theme Configuration" (background) 2014-11-08 00:21:10 +04:00
RainLoop Team
eb30a1fe27 Small fixes (Release commit) 2014-11-05 23:50:30 +04:00
RainLoop Team
139f412b6a Added Google Viewer Integration (Preview Microsoft Word, Excel and PowerPoint files) 2014-10-31 00:09:53 +04:00
RainLoop Team
3a9bc849c9 Header parser fixes (ISO_2022_JP charset probles) (Closes #355)
+ Small fixes
2014-10-18 01:09:20 +04:00
RainLoop Team
6acba46339 Updated Autolinker lib
Fixed short links detection (Closes #354)
2014-10-15 13:20:55 +04:00
RainLoop Team
c26ab305a1 Small fixes
Release commit
2014-10-05 22:53:24 +04:00
Renamed from dev/Common/LinkBuilder.js (Browse further)