- Feb 10, 2020
-
-
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
Based on https://github.com/nextcloud/mail/graphs/contributors?from=2019-02-05&to=2020-02-04&type=c Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
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
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
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>
-
Christoph Wurst authored
UIDs are sent as GET parameter. As this can't be used when the array is empty, it appeared as if the parameter wasn't sent by the client code. Thus adding a default value for this case. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-