- Sep 21, 2019
-
-
Cyrille Bollu authored
and put them in the top-right corner of the Message screen. The Composer is removed from the Message screen and become a screen on its own that's shown when the user clicks one of these "reply" buttons in the Message screen. Signed-off-by:
Cyrille Bollu <cyrpub@bollu.be> =========================================== (here's the detail of this squashed commit) Fixed a typo in a console.log message Consolidate reply buttons: 1) Adds 3 action buttons in Message component (they are not yet properly placed but at least they work) 2) Removes the Composer component from the Message component; It is now only shown within the FolderContent component. 3) Updates FolderContent component to display Composer not only for 'new' messages, but also for reply, reply all, and forward messages 4) Updates NewMessageDetail to handle the reply, reply all, and forward cases Fixes buildFowardSubject to buildForwardSubject Consolidate message reply buttons: Wraps the 3 ActionButtons in an Actions component Consolidate message reply buttons: Removes old forward button Consolidate message reply buttons: fixes a travis prettier/prettier error Consolidate message reply buttons: Removes registration of Composer component from Message.vue as it is not used anymore there. Consolidate message reply buttons: fixes some travis no-redeclare errors Consolidate message reply buttons: fixes a travis prettier/prettier error Adds 'reply-all' and 'reply' icons using @icon-black-white instead of @icon-color for icon-reply, icon-reply-all, and icon-forward * In Message.vue, message-action "Reply all" is always visible and switches to "Reply" when there's only one recipient in the original message. * An Actions menu is added to show "Reply to sender only" and "forward" buttons when needed. Better formatting of the 'reply' button Fixes the initializing of a new message's data when replying or forwarding a message. Puts the "Send' button next to the attachments buttons in the Composer Corrects the @include icon-black-white for icons reply, replay-all, and forward Better positioning of the message's actions buttons and removal of the "reply" label to save space Nicer reply button Sets component appcontentdetails' width to 100% (this doesn't leave enough space for the "appt-content-list" div though) Modifies reply-all.vsg and forward.svg so that every <path></path> tag is on a single line, as nextcloud server's IconsCacher's colorizeSvg method doesn't support those tags being on multiple lines. * Puts email actions button on the far right side (justified) * Tries to put a label on action "reply" when screen is large enough (doesn't work yet though) Fixes a typo in forward.svg Do not use "width: 100%" for appcontentdetails but rather "flex-grow: 1" so as to not shrink app-content-list's width Tidies up 'forward' and 'reply-all' icons Sets focus to message body when Composer is opened Removes unused generateIconUrl Message function Removes reply button's label on screen smaller than 600px wide. Removes transparency=0,5 from icon reply.svg Adds buttons 'mark read/unread', and 'delete' as message actions Ellipses message title and adresses when space is short. Message wouldn't be delete when therewas no next/envelope. Optimise reply.svg Signed-off-by:
John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by:
Cyrille Bollu <cyrpub@bollu.be> Consolidated reply buttons: Replaces the "Send" button by an action menu in the toright corner of the Composer component. Signed-off-by:
Cyrille Bollu <cyrpub@bollu.be> Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by:
Cyrille Bollu <cyrpub@bollu.be> The height of the Composer 'send button shouldn't grow when attachments are added. 2 eslint fixes
-
- Sep 17, 2019
-
-
Cyrille Bollu authored
menu in the toright corner of the Composer component. Signed-off-by:
Cyrille Bollu <cyrpub@bollu.be>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.5.5 to 7.6.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.5.5...v7.6.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com> Signed-off-by:
Cyrille Bollu <cyrpub@bollu.be>
-
- Sep 09, 2019
-
-
Christoph Wurst authored
Bump nextcloud-vue from 0.12.2 to 0.12.3
-
Christoph Wurst authored
Bump sinon from 7.4.1 to 7.4.2
-
Christoph Wurst authored
Bump eslint-config-prettier from 6.1.0 to 6.2.0
-
Christoph Wurst authored
Bump @babel/core from 7.5.5 to 7.6.0
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel) from 7.5.5 to 7.6.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.5.5...v7.6.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.1.0...v6.2.0 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [sinon](https://github.com/sinonjs/sinon) from 7.4.1 to 7.4.2. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/master/CHANGELOG.md) - [Commits](https://github.com/sinonjs/sinon/compare/v7.4.1...v7.4.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.8/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.7...v3.3.8 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.2...v0.12.3 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Christoph Wurst authored
Filter out empty MX'es
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
- Sep 08, 2019
-
-
Nextcloud bot authored
-
- Sep 07, 2019
-
-
Nextcloud bot authored
-
- Sep 06, 2019
-
-
Nextcloud bot authored
-
- Sep 05, 2019
-
-
Christoph Wurst authored
Do not use lodash for undefined checks
-
Nextcloud bot authored
-
- Sep 04, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Clean up the code responsible for deleting a message
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Sep 03, 2019
-
-
Christoph Wurst authored
Improve error handling of the message sync
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Require Nextcloud 17 or 18
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Nextcloud bot authored
-
- Sep 02, 2019
-
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Persist the mailbox special use as well
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
Christoph Wurst authored
Move away from string-based ID column as that causes problems on update
-
Christoph Wurst authored
Bump nextcloud-l10n from 0.0.2 to 0.1.0
-
Christoph Wurst authored
Bump nextcloud-vue from 0.12.1 to 0.12.2
-
Christoph Wurst authored
Signed-off-by:
Christoph Wurst <christoph@winzerhof-wurst.at>
-
dependabot-preview[bot] authored
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.12.1...v0.12.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps nextcloud-l10n from 0.0.2 to 0.1.0. Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Christoph Wurst authored
Bump nextcloud-router from 0.0.8 to 0.0.9
-
dependabot-preview[bot] authored
-