Commit graph

691 commits

Author SHA1 Message Date
djmaze
a5d41edb24 Underscore.js _.each() to native Array.forEach() (optional with Object.entries/values) 2020-07-22 14:49:18 +02:00
djmaze
178e5f6ef7 Remove _.isNull 2020-07-22 10:54:28 +02:00
djmaze
9c0072d626 Underscore.js _.find() to native Array.find() 2020-07-22 10:43:19 +02:00
djmaze
2404f6466d Bugfix: incorrect removal of useJsNextBundle 2020-07-22 10:03:37 +02:00
djmaze
828387bec1 Removed .no-css 2020-07-22 08:31:25 +02:00
djmaze
95293aa585 Removed useJsNextBundle 2020-07-22 08:31:10 +02:00
djmaze
90cec2171a Strip .no-css, .csstransitions and .cssanimations 2020-07-22 08:17:02 +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
756fe81091 Replaced _.has() with native Object.prototype.hasOwnProperty.call() 2020-07-20 22:06:21 +02:00
djmaze
961fa305c9 -1…*.indexOf() to native .includes() 2020-07-20 21:39:00 +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
djmaze
ec3fd5b7e4 Remove jquery-letterfx, just like https://github.com/RainLoop/rainloop-webmail/pull/1698/commits/cd55e3ccc2a3d5fb7ca06dc111c2ba6640423780 2020-07-20 11:26:40 +02:00
djmaze
f16f604f48 Get the stored resized layout working again 2020-07-17 15:04:50 +02:00
djmaze
3c4b3e3b50 Simplify ResizeObservers 2020-07-17 14:24:55 +02:00
djmaze
1e71698b79 Improved initHorizontalLayoutResizer and initVerticalLayoutResizer with custom resizer 2020-07-17 13:46:49 +02:00
djmaze
e3aaea8035 Get rid of jQuery.wakup
Get rid of jQuery UI resizable (use HTML5 with ResizeObserver/MutationObserver, work-in-progress not as beautiful yet)
Get rid of hidden download() iframe
2020-07-16 19:49:56 +02:00
djmaze
0b0747b8dc Upgraded some old JavaScript to ECMAScript 1.6
Removed some jQuery references
Added JavaScript Globals.$htmlCL for frequently used window.document.documentElement.classList
2020-07-15 14:25:51 +02:00
djmaze
a6a337e5ce Revert broken RainLoop merge for TemplatesLink 2020-07-15 14:24:32 +02:00
djmaze
412d69ce75 Removed jquery-backstretch that handled the UserBackground
The UserBackground is now handled with CSS3 on body.thm-body
This allowed me to remove the #rl-bg so that the "video-on-login-screen" plugin will not work indefinitely.
2020-07-13 15:47:19 +02:00
djmaze
85155a9895 Merge remote-tracking branch 'upstream/master' 2020-07-13 11:40:49 +02:00
djmaze
7b03ae5ed8 Remove phpinfo() 2020-05-07 09:24:02 +02:00
djmaze
10a00f8391 Bugfix: remove JavaScript isFramed() as it requires the removed GoogleSocial 2020-03-19 15:22:07 +01:00
RainLoop Team
151646f990 Improve resource loaders 2020-03-15 23:14:52 +03:00
djmaze
aae7883b99 Bugfix: bootstrap jQuery('#') syntax error
Changed: use ES2015
Changed: gulp uglify to terser
Removed: ChangePassword
Removed: nanoscroll
Removed: JS polyfills
2020-03-13 15:30:39 +01:00
djmaze
6e0d0b3b6e CRLF to LF 2020-03-11 14:17:52 +01:00
djmaze
4468d5bd22 Removed: twitter, google, dropbox, facebook, owncloud, modernizr from JavaScript 2020-03-11 12:55:03 +01:00
RainLoop Team
32ceafa37f Add Gmail XAUTH support 2019-12-31 20:44:41 +03:00
RainLoop Team
08333610ce Update dependencies 2019-12-24 22:05:46 +03:00
RainLoop Team
ba8bf15b4c Update dependencies 2019-10-17 01:43:04 +03:00
RainLoop Team
1b2306c7b0 Delete JsError action 2019-08-01 03:13:44 +03:00
RainLoop Team
cdfe5fb232 Small fixes 2019-07-12 00:46:17 +03:00
RainLoop Team
0c38f42197 Small improvements 2019-07-11 21:45:47 +03:00
RainLoop Team
40dc22a317 Remove knockout-transformations dependency 2019-07-04 22:58:15 +03:00
RainLoop Team
8a0be3212d prettier --write 2019-07-04 22:19:24 +03:00
RainLoop Team
450528ff00 Add prettier 2019-07-04 22:09:27 +03:00
RainLoop Team
b244462fa5 update gulp and gulpfile 2019-06-29 17:16:09 +03:00
RainLoop Team
a1562e7145 Update dependencies and configurations 2019-06-29 03:17:29 +03:00
RainLoop Team
23451c032a Remove cmd imterface 2019-03-30 01:54:06 +03:00
RainLoop Team
e449261277 autocomplete attributes 2019-03-30 01:45:12 +03:00
RainLoop Team
e77bafca1e Fix eslint warnings 2019-03-28 02:27:52 +03:00
RainLoop Team
3cea84ff06
Merge pull request #1821 from Simounet/feat/img-max-width
Content image max width size set to 100%
2019-03-28 02:07:35 +03:00
RainLoop Team
1bd4cdbd2e
Merge pull request #1648 from albertmatyi/patch-1
Fix localStorage check when embedded in iframe (firefox)
2019-03-28 01:28:20 +03:00
RainLoop Team
13065dd926 Update dependencies 2019-03-28 01:01:26 +03:00
RainLoop Team
afef42ba5d eslint fixes 2019-02-01 19:05:44 +03:00
Simounet
595ddb8bbc Content image max width size set to 100% 2019-01-09 22:05:28 +01:00
RainLoop Team
95eb786a3f Update deps 2018-10-06 02:13:58 +03:00
RainLoop Team
791f0ff6ad Small fixes and improvements 2018-07-10 00:05:02 +03:00
RainLoop Team
367748d39e Add Object.assign polyfill (#1692) 2018-05-16 17:31:45 +03:00