Commit graph

2020 commits

Author SHA1 Message Date
the-djmaze 7e1b85d023 Bugfix: Contact.display() returns [object Object] 2022-11-17 14:44:34 +01:00
the-djmaze 48f4e51dc5 Properly handle GnuPG decrypt failure #600 2022-11-16 17:05:53 +01:00
the-djmaze e5ef0eaa6a Resolve #673 2022-11-16 15:55:16 +01:00
the-djmaze ff81aa6abc Better solution for #501 2022-11-16 15:48:02 +01:00
the-djmaze f4448635d1 Bugfix handling attachments MIME type / content-type as it was broken. 2022-11-16 15:14:00 +01:00
the-djmaze ee5fb1a83e Improved message responsive resizing #678 2022-11-16 08:42:28 +01:00
the-djmaze 565c8b13fa Better solution for #678 2022-11-15 23:57:39 +01:00
the-djmaze b926d86568 Resolve #678 2022-11-15 23:56:50 +01:00
the-djmaze 676d379e29 Resolve #501 2022-11-15 14:45:38 +01:00
the-djmaze 81a453955e v2.21.2 2022-11-15 13:37:25 +01:00
the-djmaze b47035ef43 Activate "Simple attachments list" for #672 2022-11-15 13:13:52 +01:00
the-djmaze 58e9ebc37b WIP: Added attachmentListSimple for #672
This is not optional yet and off.
2022-11-15 12:45:08 +01:00
the-djmaze 4a0a6c80fc Resolve #574 2022-11-15 12:12:01 +01:00
the-djmaze f23e0d7a03 Improved MIME charset decoding #662 2022-11-15 10:38:43 +01:00
the-djmaze 456ade5845 Improved workaround for Nextcloud Calendar crashes #661 #622 2022-11-15 09:48:54 +01:00
the-djmaze bc5194a494 Support UTF8 in EML files #662 2022-11-14 13:49:43 +01:00
the-djmaze 7fafb6ee9c Remove message toggle fullscreen button which was only in mobile view 2022-11-14 09:18:57 +01:00
the-djmaze 089f016633 rl.setWindowTitle() to rl.setTitle() 2022-11-14 09:15:25 +01:00
the-djmaze a13bb9e930 v2.21.0 2022-11-11 17:50:18 +01:00
the-djmaze cc1d0a6e38 Allow setting SSL options per domain and verify_certificate by default
This is a complete overhaul of the Domain settings system.
2022-11-11 13:45:40 +01:00
the-djmaze 14bd9720e9 addAttachmentHelper(url,..) the url should be id 2022-11-10 12:41:04 +01:00
the-djmaze decbbd8817 Resolve #571 by allowing to give an account a name/label 2022-11-08 17:40:12 +01:00
the-djmaze 04c11ddc49 Move changeTheme and convertThemeName to Themes.js 2022-11-08 10:53:14 +01:00
the-djmaze 2705f16e44 @rlMainBorderRadius to --border-radius: 5px; 2022-11-07 15:25:59 +01:00
the-djmaze 4ec7070ffa v2.20.3 2022-11-07 14:19:16 +01:00
the-djmaze 4dd782014d Better multiple WYSIWYG registration 2022-11-07 12:53:25 +01:00
the-djmaze 529d727189 Bugfix CSP handling Nextcloud<24 for #631 and #633 2022-11-06 23:10:34 +01:00
the-djmaze 115437fb6a v2.20.2 2022-11-05 12:07:26 +01:00
the-djmaze 0feae48464 Bugfix: pgpDecrypt() using MailVelope the decrypt message was not green 2022-11-05 12:04:56 +01:00
the-djmaze db426abbac Some CSS borders to var(--border-color) 2022-11-05 11:03:17 +01:00
the-djmaze 2693e94417 Resolve #624 2022-11-05 10:07:53 +01:00
the-djmaze 538f752fbe Make 'snappymail/v/' path dynamic for cleaner Nextcloud paths 2022-11-04 16:56:43 +01:00
the-djmaze 199d1d4c42 Integrate border colors better with Nextcloud 25 theme 2022-11-04 15:47:09 +01:00
the-djmaze 8c356d8154 Bugfix: decrypt failed when OpenPGP.js not loaded 2022-11-04 15:25:53 +01:00
the-djmaze 44c42ade52 Update to Nextcloud 25 CSS 2022-11-04 15:10:52 +01:00
the-djmaze 4522a2ef6e Added CSS --dialog-border-clr and --dialog-border-radius 2022-11-04 12:30:38 +01:00
the-djmaze 245aaa92a2 Show 🔒 (lock) glyph in messagelist for encrypted messages 2022-11-04 11:41:39 +01:00
the-djmaze 39a827aa2e Improved theme styling and results in better Nextcloud integration 2022-11-03 12:45:10 +01:00
the-djmaze 0ef8af21b1 Move bootstrap @LESS variables to CSS var() 2022-11-02 20:49:38 +01:00
the-djmaze 874bfa852b Strip mailchimp tracking 2022-11-02 16:23:10 +01:00
the-djmaze d416ab3642 Bugfix OpenPGP.js sign HTML failed #600 2022-11-01 19:52:24 +01:00
the-djmaze d993b213a7 Revert more changes of #600 2022-11-01 19:24:05 +01:00
the-djmaze bd117d02e6 Revert a PGP change of #600 2022-11-01 19:19:38 +01:00
the-djmaze b39d023241 Some more changes for #600 2022-11-01 19:14:08 +01:00
the-djmaze 2cdadf3a6c Improvements for PGP decryption #600 2022-11-01 12:05:44 +01:00
the-djmaze e7b06496d2 v2.19.6 2022-10-31 17:10:04 +01:00
the-djmaze 7fac6ca9dd this.addObservables() to addObservablesTo() 2022-10-30 22:19:52 +01:00
the-djmaze 839ebfb350 Resolve #590 2022-10-30 22:08:30 +01:00
the-djmaze 787e236133 Bugfix: message attachments missing data 2022-10-28 13:57:13 +02:00
the-djmaze 7a0ec76d25 Cleanup Jua upload handler 2022-10-28 01:36:49 +02:00