You need to sign in or sign up before continuing.
- Mar 12, 2021
-
-
Christoph Wurst authored
The ``\OCA\Mail\Db\MessageMapper::findWithEmptyMessageId`` is new and due to the nature of how Nextcloud upgrades work, the loaded code won't have the new method when the post-migration repair step is run. Hence we have to do a (arguably ugly) method exists check before the method is called. Fixes #4746 Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 10, 2021
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 04, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 14, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Mar 26, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 10, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 04, 2020
-
-
Christoph Wurst authored
* Migrate Vue folder fetch code to async-await * Introduce match helper to match to error types * Match lock and initial sync errors Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 03, 2020
-
-
Christoph Wurst authored
We don't want SOAP messages, but having a bit of standardized structure in JSON responses makes it easier to interpret them in code. This is just a start for errors. We will have to also migrate the existing (success) respones at some point. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 12, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 09, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 06, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Fix unified inbox blockers caused by ambiguous route params * Fix ambiguous envelope/message identification * Use envelope data to change flags instead of route params * Fix next/prev envelope shortcut handling * Fix saving attachments to the cloud * Fix saving all cloud attachments * Fix deleting envelopes (and messages) * Fix selection of composer account Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Nov 05, 2018
-
-
Christoph Wurst authored
* Revive reply builder * Prefill reply to and cc * Revive HtmlHelper * Revive reply bodies Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 23, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 16, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Jul 30, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 12, 2018
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Dec 18, 2017
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Oct 16, 2017
-
-
Christoph Wurst authored
The app must not be started, otherwise random stuff breaks as timers, http requests and DOM manipulation is done in the background. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-