the-djmaze
|
050815dd7e
|
Resolve #287
|
2022-03-21 13:00:10 +01:00 |
|
the-djmaze
|
e324e2f6b6
|
Replaced tricky delegateRunOnDestroy() with koArrayWithDestroy()
koArrayWithDestroy creates ko.observableArray and calls the desired onDestroy() on entry delete.
|
2022-02-17 12:48:57 +01:00 |
|
djmaze
|
db0d03db83
|
Bugfix: conflicting File object with native JS
Cleanup: Stores and tooltips
|
2021-02-17 14:40:21 +01:00 |
|
djmaze
|
8c780ad353
|
Replace deprecated Knockout throttle with new debounce extender
Replace admin general mainAttachmentLimit with input type="number"
|
2021-02-10 12:12:36 +01:00 |
|
djmaze
|
b6f0b634fb
|
Cleanup calls to Knockout observableArray
Improved Knockout observableArray
|
2021-01-22 12:23:20 +01:00 |
|
djmaze
|
4257d9ca78
|
Resolve https://github.com/the-djmaze/snappymail/issues/10
|
2020-09-24 15:08:57 +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
|
a82575a830
|
Underscore.js _.map() to native Array.map() (optional with Object.entries/values)
|
2020-07-22 20:09:31 +02:00 |
|
RainLoop Team
|
8a0be3212d
|
prettier --write
|
2019-07-04 22:19:24 +03:00 |
|
RainLoop Team
|
e5af98b04b
|
Update ckeditor
Move e2e tests
Code refactoring
|
2016-09-12 23:50:21 +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
|
e88c193334
|
*.jsx -> *.js
|
2016-08-11 02:34:09 +03:00 |
|
RainLoop Team
|
53cf543795
|
babeljs: step 2
|
2015-11-18 23:10:01 +03: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
|
0152f1583b
|
Sieve filters (pre release)
|
2015-01-29 01:24:58 +04:00 |
|