Commit graph

3767 commits

Author SHA1 Message Date
the-djmaze
6a90c62456 Resolve #317 2022-04-05 14:26:10 +02:00
the-djmaze
45d9657455 Don't unlink openpgp.js 2022-04-05 12:10:49 +02:00
the-djmaze
f1ecbeb9f6 v2.14.3 2022-04-05 11:47:32 +02:00
the-djmaze
ff394356b6 Strip awstrack.me tracking 2022-04-05 11:43:44 +02:00
the-djmaze
873c9ebd8c Resolve #316 2022-04-05 11:43:23 +02:00
the-djmaze
8c8c414bda v2.14.2 2022-04-05 11:06:22 +02:00
the-djmaze
093781727a Google FLoC is dead. Removed it 2022-04-05 10:41:06 +02:00
the-djmaze
ff35397292 Small change for #314 Something changed in Chrome 100? 2022-04-05 10:40:30 +02:00
the-djmaze
48974d1b5a Get rid of i18nInit and improve i18nUpdate 2022-04-05 10:31:55 +02:00
the-djmaze
5b3dfc26de Resolve #315 2022-04-05 09:24:16 +02:00
the-djmaze
d31244e747 Cleanup compose window style 2022-03-31 18:53:04 +02:00
the-djmaze
722e345cbe Cleanup some knockout code 2022-03-31 18:52:46 +02:00
the-djmaze
893364d52d Cleanup AppUser and AdminApp 2022-03-31 17:39:53 +02:00
the-djmaze
cf3801cba0 OpenPGP.js v5.2.1 works 2022-03-31 00:05:18 +02:00
the-djmaze
7585ac450e Cleanup Email.toLine() 2022-03-30 10:26:00 +02:00
the-djmaze
2af5257e10 Resolve #308 2022-03-30 10:24:15 +02:00
the-djmaze
98a571c7d2 Resolve #309 2022-03-30 09:53:55 +02:00
the-djmaze
485acf42d0 Resolve #306 2022-03-29 11:44:26 +02:00
the-djmaze
d3a3007bef #291 2022-03-29 11:36:08 +02:00
the-djmaze
0cea3312d6 Bugfix: path double slash 2022-03-25 15:42:11 +01:00
the-djmaze
33623db6ea Bugfix: undefined $gmagick 2022-03-25 15:35:10 +01:00
the-djmaze
e596d72cf4 Revert to OpenPGP.js v5.1.0 as v5.2.1 fails to decrypt 2022-03-24 13:53:34 +01:00
the-djmaze
a968a5531c Merge branch 'master' of github.com:the-djmaze/snappymail 2022-03-24 13:44:28 +01:00
the-djmaze
bbadd179fa OpenPGP.js v5.2.1 2022-03-24 13:43:38 +01:00
the-djmaze
c450eb849f v5.2.1 2022-03-24 13:41:41 +01:00
the-djmaze
99ffb986f1 Resolve #303 isString() error 2022-03-24 13:23:52 +01:00
the-djmaze
049350b112 Bugfix: incorrect style for settings security 2022-03-24 12:28:18 +01:00
the-djmaze
b074a9eaf3 Upgrade Sabre #304 (needs testing) 2022-03-24 12:02:45 +01:00
the-djmaze
2fae820ee4 Improved streaming as preperation for #300 2022-03-24 12:01:41 +01:00
the-djmaze
b138c1b4a0 Centralize attachmentName styling 2022-03-24 12:00:41 +01:00
the-djmaze
c121a233d6 Workaround Firefox 98 issue #301 2022-03-24 11:28:01 +01:00
the-djmaze
70d6d398be Speedup raw view of images by changing detect_image_exif_orientation default to Off
and loadImage() uses stream instead of string.
2022-03-23 17:09:25 +01:00
the-djmaze
22472ea1f1 Bugfix: count() Argument #1 ($value) must be of type Countable|array, null given 2022-03-22 17:13:32 +01:00
the-djmaze
e452c3516a v2.14.1 2022-03-22 16:35:49 +01:00
the-djmaze
91327a3c6c Better solution for #298 2022-03-22 16:24:58 +01:00
the-djmaze
1833388ea4 Resolve #299 due to changes of #287 2022-03-22 15:36:10 +01:00
the-djmaze
13f270f426 Resolve #298 2022-03-22 11:47:17 +01:00
the-djmaze
40a0391092 Resolve #296 and cleanup Squire a bit 2022-03-22 10:10:11 +01:00
the-djmaze
a9b9b7df03 v2.14.0 2022-03-21 14:46:53 +01:00
the-djmaze
d08998eb1c Resolve #295 2022-03-21 14:24:41 +01:00
the-djmaze
050815dd7e Resolve #287 2022-03-21 13:00:10 +01:00
the-djmaze
443c3c199e Drop IE/Trident detection 2022-03-21 12:02:20 +01:00
the-djmaze
936e190908 Resolve Call to private method 2022-03-21 11:50:27 +01:00
the-djmaze
a00bf15a44 Resolve #294 2022-03-21 11:34:40 +01:00
the-djmaze
f47eb61aee Improved Sieve Script editor with lists of available Actions, Controls and Tests 2022-03-17 10:21:23 +01:00
the-djmaze
ff9a89380c Prepare some Sieve restructuring for GUI 2022-03-17 09:03:02 +01:00
the-djmaze
37bb9a9a97 added Sieve getMatchTypes() for easy valid match-types 2022-03-16 14:33:43 +01:00
the-djmaze
e4bd24b4e8 Added Sieve extension rfc6134 partial 2022-03-16 14:21:23 +01:00
the-djmaze
63de537f8f Added Sieve extension rfc5703 2022-03-16 12:05:50 +01:00
the-djmaze
7468268e1a PWA #264 Manifest does not have:
* PNG icon of at least 512px
* `background_color`
* `theme_color`
* maskable icon
* `<meta name="theme-color">` tag
2022-03-15 16:02:58 +01:00