- Feb 10, 2020
-
-
Christoph Wurst authored
When the server returns a 404 for an unknown messge the loading shinner was shown indefinitely before because of a TypeError (the loaded message can be undefined, thus the .uid access causes an error). This shows the expected error page again. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Delete cached messages when deleting them on IMAP
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Add a lazy structure analyzation to get the attachments icon back
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Feb 09, 2020
-
-
Nextcloud bot authored
-
- Feb 07, 2020
-
-
Christoph Wurst authored
Show star when hover
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Nextcloud bot authored
-
- Feb 06, 2020
-
-
Christoph Wurst authored
Add headings and alignment formatting
-
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
Fix searching in message cache (and IMAP)
-
Christoph Wurst authored
* Query IMAP only if necessary * Fix pagination (when IMAP results are used) * Fix CC and BCC search queries Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Feb 05, 2020
-
-
Christoph Wurst authored
Fix error matching in production build
-
Christoph Wurst authored
Webpack renames classes, hence this didn't work in production mode. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Don't handle sync conflicts as errors
-
Nextcloud bot authored
-
- Feb 04, 2020
-
-
Christoph Wurst authored
Log them as info, but not error. And just carry on. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Fix CKEditor in the browser
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Add user setting to opt-out from data collection
-
Christoph Wurst authored
Update authors list to most active contributors in 1y
-
Christoph Wurst authored
Try to recover from server errors
-
Christoph Wurst authored
Merge pull request #2598 from nextcloud/revert-2591-dependabot/composer/christophwurst/nextcloud-18.0.0 Revert "Bump christophwurst/nextcloud from 17.0.2 to 18.0.0"
-
Christoph Wurst authored
Remove stats from favorites
-
Christoph Wurst authored
Fix folderStats
-
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>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Christoph Wurst authored
Detect missing mailbox cache and block access to messages
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 03, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Fix HTTP500 when no UIDs are sent
-
Christoph Wurst authored
Fix jobs allowed to fail in CI matrix
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Christoph Wurst authored
Use JSend-inspired JSON response structures
-