- Apr 23, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Apr 22, 2020
-
-
Nextcloud bot authored
-
- Apr 21, 2020
-
-
Christoph Wurst authored
Generate coverage data in github actions
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Do not sync accounts that are provisioned and have no password set
-
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
Sync mailbox not just inbox
-
GretaD authored
Signed-off-by:
GretaD <gretadoci@gmail.com>
-
Jan-Christoph Borchardt authored
Make it possible to clear the message cache as user
-
Christoph Wurst authored
Limit the size of recipient labels
-
Nextcloud bot authored
-
- Apr 20, 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>
-
- Apr 19, 2020
-
-
Nextcloud bot authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.10.1 to 3.11.2. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/3.10.1...3.11.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v3.1.2...v3.1.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.16.2 to 2.16.3. - [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases) - [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md) - [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.2...v2.16.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@nextcloud/eslint-plugin](https://github.com/nextcloud/eslint-plugin) from 1.1.0 to 1.4.0. - [Release notes](https://github.com/nextcloud/eslint-plugin/releases) - [Changelog](https://github.com/nextcloud/eslint-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/eslint-plugin/compare/v1.1.0...v1.4.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [mochapack](https://github.com/sysgears/mochapack) from 1.1.13 to 1.1.15. - [Release notes](https://github.com/sysgears/mochapack/releases) - [Commits](https://github.com/sysgears/mochapack/compare/v1.1.13...v1.1.15 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [phan/phan](https://github.com/phan/phan) from 2.7.0 to 2.7.1. - [Release notes](https://github.com/phan/phan/releases) - [Changelog](https://github.com/phan/phan/blob/master/NEWS.md) - [Commits](https://github.com/phan/phan/compare/2.7.0...2.7.1 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Apr 18, 2020
-
-
Nextcloud bot authored
-
- Apr 17, 2020
-
-
Christoph Wurst authored
Update the screenshot
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Apr 16, 2020
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Fix lower bound when fetching a range of IMAP messages for the sync
-
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
Break the recursion when fetching the next page
-
Christoph Wurst authored
In cron always sync mailboxes before sync'ing their messages
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
The unified inbox uses individual inbox pages to build the next unified page. When there isn't enough data availalbe for the next unified page, individual pages are fetched, and the action is re-dispatched afterwards. This can lead to an endless recursion. A new parameter breaks this. Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Fix handling of service exceptions
-