Commit graph

165 commits

Author SHA1 Message Date
djmaze
ee540097b4 v2.5.3 2021-07-20 20:53:11 +02:00
djmaze
5213b804d9 Some tiny changes 2021-07-16 16:24:07 +02:00
djmaze
f44515fa5b v2.5.2 2021-06-10 20:36:57 +02:00
djmaze
bea8a95c6b v1.5.1 2021-05-19 15:58:37 +02:00
djmaze
b2b576a69c Remove OpenPGP unused functions and vars 2021-05-04 15:01:40 +02:00
djmaze
be76df33b6 Remove OpenPGP support for IE and Node, and es6-promise polyfill 2021-05-03 17:05:50 +02:00
djmaze
8c454ccd9d Cleanup OpenPGP.js a bit.
openpgp.worker doesn't need webpack
2021-05-01 16:33:30 +02:00
djmaze
fbf816f905 v2.5.0 2021-04-19 20:44:12 +02:00
djmaze
31bc2850de v2.5.0-rc.4 2021-04-15 16:42:16 +02:00
djmaze
09924ff7c8 v2.5.0-rc.3 2021-04-12 21:54:03 +02:00
djmaze
275e5c5947 v2.5.0-rc.2 2021-04-09 13:27:24 +02:00
djmaze
7fc279293c v2.5.0-rc.1 2021-04-08 16:02:41 +02:00
djmaze
ba982edce7 v2.4.3 2021-03-29 22:31:51 +02:00
djmaze
864cca6ffd Dropped PHP73 branch 2021-03-26 15:07:46 +01:00
djmaze
af3c79ce80 Moved CKEditor to be plugin 2021-03-25 13:35:15 +01:00
djmaze
407a69e100 v2.4.0 2021-03-18 16:28:06 +01:00
djmaze
56df186e8d v2.3.5 2021-03-09 16:13:19 +01:00
djmaze
ab3313faf6 Updated readme regarding Phar 2021-03-04 12:16:50 +01:00
djmaze
514fe02619 v2.3.4 2021-03-03 11:53:11 +01:00
djmaze
65b508364a v2.3.3 2021-02-24 11:01:10 +01:00
djmaze
540b12ed26 Replace babel command decorators with proper knockout command decorators 2021-02-19 12:09:20 +01:00
djmaze
b6d8fa5b3f Split admin css from app.css
Cleanup normalize and bootstrap css
Removed almost all css float
Removed CKEditor from app.css
2021-02-18 21:06:19 +01:00
djmaze
6dacfb3cf4 v2.3.2 2021-02-17 16:31:29 +01:00
djmaze
65e9deda2a v2.3.1 2021-02-12 12:42:06 +01:00
djmaze
756bf86640 v2.3.0 2021-02-08 22:56:18 +01:00
djmaze
48424e213b Allow themes in mobile mode
Cleanup themes and drop the template.less
2021-02-06 23:37:53 +01:00
djmaze
6c9b7dbe58 v2.2.2
You wanna call me up? Take my number down. It's 222-2222
https://www.youtube.com/watch?v=6-JOVXZePQk&t=1m15s
2021-02-02 14:28:23 +01:00
djmaze
b015454b02 Cleanup unused CSS 2021-02-01 22:54:19 +01:00
djmaze
ebe2c0536f Bugfix: compose mail select contacts for cc/bcc failed
Cleanup: Inputosaurus and Knockout
Change: Knockout domData now uses WeakMap
Replaced: Knockout domManipulation with a documentFragment
2021-02-01 14:34:24 +01:00
djmaze
aa05f10629 v2.2.1 2021-01-27 12:02:37 +01:00
djmaze
3983932bc0 Bugfix and cleanup rollup based javascript even more 2021-01-27 10:59:15 +01:00
djmaze
7ccc44616d Small code cleanups and fix translations 2021-01-27 00:26:31 +01:00
djmaze
8884adcb72 Update README about webpack replaced with rollup 2021-01-25 23:50:39 +01:00
djmaze
c8a85bf67e Bugfix for webpack cleanup 2021-01-22 17:29:01 +01:00
djmaze
b6f0b634fb Cleanup calls to Knockout observableArray
Improved Knockout observableArray
2021-01-22 12:23:20 +01:00
djmaze
d4f8712c1e Updated readme 2021-01-21 17:37:41 +01:00
djmaze
9f9685b4eb v2.1.1 2020-12-10 16:11:25 +01:00
djmaze
b7f79db21c v2.1.0 2020-12-02 15:19:44 +01:00
djmaze
2a1ccc5d24 Resolve https://github.com/the-djmaze/snappymail/issues/37 2020-11-23 17:13:38 +01:00
djmaze
542d9c91e9 Changes for https://github.com/the-djmaze/snappymail/issues/37
Testing van be done at https://snappymail.eu/demo/
2020-11-09 20:14:04 +01:00
djmaze
ff2a557f1e v2.0.0 2020-11-05 00:00:13 +01:00
djmaze
20b1e08c9b v2.0.0-rc3 2020-10-28 17:12:33 +01:00
djmaze
1c00a455f1 Bugfix: Terser keep_classnames
due to AbstractModel and AbstractCollectionModel
2020-10-20 19:54:10 +02:00
djmaze
188a40b196 Basic JSON object properties revival now handled by AbstractModel
This will be better for future use of JSON.stringify() and JSON.parse()
For now the difference between the PHP JSON being PascalCase and the JS object properties being camelCase is handled by AbstractModel
2020-10-20 17:39:00 +02:00
djmaze
d747de7649 Revert my Squire node.remove() back to detach(node) and
Cleanup some code
2020-10-17 14:08:27 +02:00
djmaze
3bfe2c67d1 Droppped momentjs in favor of Intl
Uses a fallback for Intl.RelativeTimeFormat in Date.prototype.fromNow
2020-10-15 10:45:18 +02:00
djmaze
993d4c31cc Update knockout-latest.debug.js 2020-10-09 12:45:55 +02:00
djmaze
ba7ed497b2 Cleanup JS and better terser compression 2020-10-09 11:58:15 +02:00
djmaze
72ed2b08b2 KnockoutJS to ES2015/ES6
TODO: use the new Proxy for ko.observable
2020-10-04 21:58:13 +02:00
djmaze
c3a2da65df Revamp array filtering
Replaced fakeMd5 with new Jua.randomId
Cleanup more code
2020-10-02 23:54:15 +02:00