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
db5751cd00
Cleaner boot.js
2020-07-28 11:23:06 +02:00
djmaze
d28e193556
cleanup Progress.js
2020-07-27 17:40:00 +02:00
djmaze
c9d444250f
Strip webpack and iframe support from Jua.js (only use xmlhttprequest)
2020-07-27 16:58:04 +02:00
djmaze
1b331aca32
Removed unused code from JavaScript files
2020-07-27 14:52:18 +02:00
djmaze
a12a3815f9
deprecated jQuery.delegate() to jQuery.on()
2020-07-25 13:50:46 +02:00
djmaze
281a5df732
Cleanup custom Underscore.js
2020-07-23 20:50:20 +02:00
djmaze
dca0ff02ed
Use jQuery.slim
...
Underscore.js _.uniq(_.compact( to native Array.filter((value, index, self) => !!value && self.indexOf(value) == index)
Underscore.js _.compact to native Array.filter(value => !!value)
Underscore.js _.uniq to native Array.filter((value, index, self) => self.indexOf(value) == index)
Underscore.js _.values to native Object.values
Underscore.js _.flatten to native Array.flat
Underscore.js _.union to native Array.concat + unique filter
Underscore.js _.reduce to native Array.reduce
Underscore.js _.escape replaced with advanced htmlspecialchars()
Underscore.js _.memoize replaced
Now Underscore.js is a slim custom version (only _.debounce, _.defer & _.throttle)
2020-07-23 16:06:16 +02:00
djmaze
84ac7dc893
Get rid of deprecated $.ui.plugin
2020-07-20 21:40:36 +02:00
djmaze
ec3fd5b7e4
Remove jquery-letterfx, just like cd55e3ccc2
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
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
fca0bb5d56
Bugfix broken jQuery UI
2020-07-16 11:07:28 +02:00
djmaze
854d723927
Upgrade to custom jQuery UI 1.12.1 due to errors with jQuery 3
2020-07-15 14:16:07 +02:00
djmaze
eb731a4183
Updated inputosaurus.js to work with jQuery3
2020-07-09 16:01:41 +02: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
35ef89c2a6
Optimize building process
2018-03-30 00:43:46 +03:00
RainLoop Team
9dc3c97c79
Update translations
2018-03-06 22:26:43 +03:00
RainLoop
d76fde37df
Fix crippled contact names ( #1447 )
2017-09-27 20:58:15 +03:00
RainLoop
16ca116b30
Fix 'Horizontal scroll in message view broken' ( close #1494 )
2017-09-20 23:47:54 +03:00
RainLoop
39ddb49cd6
Fix Start reply at top of email ( close #865 )
2017-09-20 20:26:16 +03:00
RainLoop Team
a72b95a868
Fix compose focus/cursor
2017-07-06 02:56:11 +03:00
RainLoop Team
ab374bbb71
Many small fixes.
2017-07-06 01:31:41 +03:00
RainLoop Team
59128f285b
Synchronize localizations from Transifex (Add da_DK)
2017-03-12 18:22:34 +03:00
RainLoop Team
2c3881abc6
Update ckeditor
2017-01-19 18:50:00 +03:00
RainLoop Team
f383380d59
Update ckeditor
2017-01-13 01:50:30 +03:00
RainLoop Team
9d60dd0786
Add some signature improvements ( #1238 )
2016-10-27 00:25:15 +03:00
RainLoop Team
0bbb2f14a4
1.10.4.183
...
---
Fixes:
New login form style display problem since version 1.10.4 (#1196 )
Collapse the TO: field in message view (#1199 )
Paste with HTML tags fails (#1193 )
2016-09-29 00:40:17 +03:00
RainLoop Team
e5af98b04b
Update ckeditor
...
Move e2e tests
Code refactoring
2016-09-12 23:50:21 +03:00
RainLoop Team
2f841524cb
Add Persian language
...
Synchronize localizations from Transifex
2016-09-07 00:46:23 +03:00
RainLoop Team
a60ffc06e1
Update ckeditor
...
Avoid empty commands
Small fixes
2016-09-01 23:41:36 +03:00
RainLoop Team
6b1fd1239f
Fix signature adding
2016-08-31 00:31:51 +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
0a2b826f71
Improve building process (es6 bundle)
2016-08-11 02:16:58 +03:00
RainLoop Team
c3985da102
Move almost all libs to node_modules
...
Update libs
2016-07-30 18:35:08 +03:00
RainLoop Team
f64cf601ce
Fix OpenPGP importing ( #1098 )
...
+ Update openpgp.js lib
2016-07-12 23:23:08 +03:00
RainLoop Team
d9418f9ee8
Update normalize.css ( #1090 )
2016-07-04 20:46:33 +03:00
RainLoop Team
28a125426a
Add alias support (domains)
2016-06-11 01:20:09 +03:00
RainLoop Team
c8e5bd2a45
Synchronize localizations from Transifex
2016-06-09 00:58:13 +03:00
RainLoop Team
c0ab236440
Support regex extension (SIEVE) ( #1043 )
...
+ Update jquery
2016-05-27 00:52:24 +03:00
RainLoop Team
2fefad437e
Stop using Google Charts for the 2-Factor-Auth QR-Code ( #1044 )
2016-05-26 22:37:02 +03:00
RainLoop Team
c443f54e01
Webpack2 (first look)
...
Small fixes
2016-05-26 01:38:32 +03:00
RainLoop Team
72bf212f67
Improve scripts load system
2016-05-20 10:11:38 +03:00
RainLoop Team
b64fedfacd
Fix e-strip-animation class
2016-05-07 22:30:08 +03:00
RainLoop Team
b6fcd8e992
Update jquery and knockout
2016-05-06 19:30:03 +03:00
RainLoop Team
e3fa252cf2
Improve boot script
2016-05-06 18:14:40 +03:00
RainLoop Team
a655b94aba
Update openpgpjs (1.2.0 -> 2.3.0) ( #1023 )
2016-05-05 03:14:38 +03:00