- Feb 14, 2020
-
-
Christoph Wurst authored
When MySQL runs in strict mode, you can't order by a column that isn't part of the select. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Feb 13, 2020
-
-
Nextcloud bot authored
-
- Feb 12, 2020
-
-
Nextcloud bot authored
-
- Feb 11, 2020
-
-
Christoph Wurst authored
Change forward msg
-
Christoph Wurst authored
Fix some missing translations
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Christoph Wurst authored
Remove subfolders from Favorites
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Christoph Wurst authored
Bump @nextcloud/vue from 1.3.0 to 1.3.1
-
dependabot-preview[bot] authored
Bumps [@nextcloud/vue](https://github.com/nextcloud/nextcloud-vue) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v1.3.0...v1.3.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Christoph Wurst authored
Bump @vue/babel-preset-app from 4.1.2 to 4.2.2
-
Christoph Wurst authored
Bump @nextcloud/dialogs from 1.0.0 to 1.1.0
-
Christoph Wurst authored
Treat temporary IMAP errors as warnings
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Feb 10, 2020
-
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Christoph Wurst authored
Fix message not found handling
-
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
-
dependabot-preview[bot] authored
Bumps [@vue/babel-preset-app](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/babel-preset-app) from 4.1.2 to 4.2.2. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.2.2/packages/@vue/babel-preset-app ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v1.0.0...v1.1.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- 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
-