- Dec 05, 2020
-
-
dependabot-preview[bot] authored
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.3.0...v3.3.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Dec 04, 2020
-
-
Christoph Wurst authored
Require vendor autoloader in class definition
-
Christoph Wurst authored
Fix attachment icon and wording
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
- Dec 03, 2020
-
-
Greta authored
Remember trusted senders
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 02, 2020
-
-
Greta authored
Fixes an issue where the reply button of the ThreadEnvelopes would not reply to the correct message
-
Greta authored
Fix the back arrow to work properly
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Greta authored
Update changelog for 1.7.1, 1.6.2 and 1.5.4
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Cyrille Bollu authored
to the correct message https://github.com/nextcloud/mail/issues/4169 Signed-off-by:
Cyrille Bollu <cyr.debian@bollu.be>
-
Christoph Wurst authored
Prevent Vue from making the CKEditor instance reactive
-
Christoph Wurst authored
Anything declared in `data()` is reactive. This makes sense most of the time. For the editor intance, however, we don't really need (nor want) Vue to overwrite all properties with reactive setters because we just need the object to call a method on it later to insert a link at the cursor position. In recent versions of Firefox this somehow lead to the problem that CKEditor (the non-vue part of it) called `pop` on an array that Vue observed because of the reactivity through `data()`. And then when the observer was invoked, the object didn't have a special Vue property. I can't explain why that is or if that could be fixable in CKEditor, but it's also not really supposed to work like that. So this patch changes the editor instance to be assigned to `this` without any former declaration in `data()`, hence Vue won't do its magic and the CKEditor instance will remain untouched. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 01, 2020
-
-
Christoph Wurst authored
Adds caching for MessageController's getBody function
-
Christoph Wurst authored
Switch to vue2 package of the CKEditor
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Cyrille Bollu authored
Signed-off-by:
Cyrille Bollu <cyr.debian@bollu.be>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Nov 30, 2020
-
-
Greta authored
Fix initializing the editor mode
-
Christoph Wurst authored
Attachments: Allow selecting multiple Mail attachments (CTRL)
-
dependabot-preview[bot] authored
-
Christoph Wurst authored
In the `data` of the Composer component we initialize the editor mode with 'html' and update the mode as soon as the alias has been set (this is done async). The uninitialized value is `-1` and not `undefined`, hence before the patch the editor more always switch to `html` even when the account was set to `plaintext`. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
dependabot-preview[bot] authored
Bumps [html-to-text](https://github.com/html-to-text/node-html-to-text) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/html-to-text/node-html-to-text/releases) - [Changelog](https://github.com/html-to-text/node-html-to-text/blob/master/CHANGELOG.md) - [Commits](https://github.com/html-to-text/node-html-to-text/compare/5.1.1...6.0.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Changelog](https://github.com/nextcloud/nextcloud-vue/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v3.2.0...v3.3.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Christoph Wurst authored
Handle special mailbox sync when they don't exist
-
Christoph Wurst authored
Drag and Drop (revisited)
-
Christoph Wurst authored
Bring back more php7.2 compatibility for some Nextcloud 20 instances
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Fahaba authored
Signed-off-by:
Fahaba <s4fahass@uni-trier.de>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Johannes Brückner authored
Signed-off-by:
Johannes Brückner <johannes@dotplex.com>
-
- Nov 29, 2020
-
-
Nextcloud bot authored
-
- Nov 28, 2020
-
-
Nextcloud bot authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-