- Sep 22, 2020
-
-
Christoph Wurst authored
When an unseen message is opened, we flag it as seen. So far, so good. But in this code path we returned early from the `fetchMessage` function, meaning that `this.loading` remained set to `true` and the loading spinner never vanished. My guess is that this is a leftover from the migration from promises to async-await. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Leftover of https://github.com/nextcloud/mail/pull/3605 Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
On page load we have a lot of concurrent operations going on. This includes: 1) Loading the list of envelopes 2) Loading the contents of the thread Both of these might fetch the envelope/thread to be shown. Now, there is some more logic going on that stores the thread of an envelope. In the unlucky case, things followed this pattern 1) The envelope is fetched 2) The thread list is fetched and stored to the envelope 3) The envelope list is fetched and the envelope is added again, overwriting the other one 4) The thread list was thus empty -> the current message thread vanished If the envelope is already known, it will be re-used. Thus this won't happen on later navigation but just right after the page load. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 21, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
dependabot-preview[bot] authored
Bumps [@nextcloud/vue-dashboard](https://github.com/nextcloud/nextcloud-vue-dashboard) from 0.1.8 to 1.0.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue-dashboard/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue-dashboard/compare/v0.1.8...v1.0.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 18, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
- Sep 12, 2020
-
-
Holger Dehnhardt authored
Signed-off-by:
Holger Dehnhardt <holger@dehnhardt.org>
-
- Sep 10, 2020
-
-
Cyrille Bollu authored
- When a selected envelope was deleted, the next envelope in the envelopes' list got erroneously automaticaly selected Signed-off-by:
Cyrille Bollu <cyrpub@bollu.be>
-
- Sep 09, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
- Sep 08, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 07, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
- Sep 03, 2020
-
-
Christoph Wurst authored
What we show there (now) is the thread, not just one message. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
* The list should show oldest on top, newest at bottom * Above should be the older ones, below the newer ones Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
- Sep 02, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Holger Dehnhardt authored
Co-authored-by:
Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by:
Holger Dehnhardt <holger@dehnhardt.org> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
- Sep 01, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
dependabot-preview[bot] authored
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.5.0 to 2.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.5.0...v2.6.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 31, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Holger Dehnhardt authored
Signed-off-by:
Holger Dehnhardt <holger@dehnhardt.org>
-
- Aug 27, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 24, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 21, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
- Aug 20, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Aug 17, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
- Aug 11, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 10, 2020
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Aug 03, 2020
-
-
John Molakvoæ (skjnldsv) authored
Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-