Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-03Fix losing the reply message ID when editing an outbox messageChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-31Fix the PI syncgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-31Revert racing condition for initBodygreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-30Merge pull request #6568 from nextcloud/fix/migrate-icons-flagsGreta
Migrate Primary action icons
2022-05-30Merge pull request #6582 from sazanof/bug/reply-only-sender-add-allChristoph Wurst
"Reply to sender only" replies to all if hasMultipleRecipients is true
2022-05-30Migrate MenuEnvelope iconsgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-28Merge pull request #6560 from Zivangu9/mainRichard Steinmetz
Duplicity validation
2022-05-28Fix reply to sender onlyMikhail Sazanov
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
2022-05-28Duplicity validationIvan Gamboa Ultreras
Add a validation when trying to create a new tag, in case the displayName already exists in the list of tags it is rejected Co-Authored-By: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Ivan Gamboa Ultreras <36210451+Zivangu9@users.noreply.github.com>
2022-05-27Render default subtitle when a message has no subjectRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-27Fix body composer when reply/forwardgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-25Fix modal widthgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-25Users can edit recipients list while writing a messageMikhail Sazanov
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
2022-05-24Improve composer size on different screensgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-20Merge pull request #6505 from ↵Julia Kirschenheuter
nextcloud/enhancement/material-icons-envelope-message-secondary-actions Migrate secondary message/envelope actions to material icons
2022-05-20Hide subscribed / unsubscribed checkbox for "Favourites" folderjulia.kirschenheuter
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-05-19Migrate secondary message/envelope actions to material iconsenhancement/material-icons-envelope-message-secondary-actionsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-19Merge pull request #6462 from nextcloud/techdebt/dead-send-message-codeChristoph Wurst
Drop dead message sending code
2022-05-19Drop dead message sending codeChristoph Wurst
This code was used before the outbox. Now it's dead. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-18Replace mailbox menu icon classes with material iconsenhancement/material-icons-mailbox-menuChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-17Merge pull request #6456 from nextcloud/fix/modacomposer-onclickChristoph Wurst
Composer should not to open when we select envelopes on draft
2022-05-17Merge pull request #6475 from nextcloud/chore/useless-local-variableRichard Steinmetz
Remove useless local variable
2022-05-17Merge pull request #6440 from nextcloud/fix/undo-timeout-dialogsChristoph Wurst
Change the timeout value to fit the dialogs
2022-05-17Remove useless local variableChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-17Fix composer not to open when we select envelopegreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-17Change the timeout value to fit the dialogsgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-17Fix text format when closing the composer modalChristoph Wurst
When plain editing mode is selected, rescheduling an outbox message sent the text object to the server, while that data structure is only known on the front-end. HTML had already been handled correctly, only plain missed the conversion to string. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-16Do not override existing aliasesChristoph Wurst
We have to initialize the list of aliases as empty array for new accounts, but for existing ones we want to respect the given value. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-12Add forward as attachment on more actionsgreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-10Merge pull request #6399 from nextcloud/change/empty-content-feedbackChristoph Wurst
Make general feedback about mailbox consistent style
2022-05-10Merge pull request #6365 from nextcloud/add/outbox-third-columnGreta
Add text on 3rd outbox column
2022-05-10Make general feedback about mailbox consistent stylegreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-10Add text on 3rd outbox columngreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-09Merge pull request #6385 from nextcloud/enh/6265/move-mailvelope-to-app-settingsGreta
Move mailvelope hint from composer to app settings
2022-05-09Merge pull request #6350 from nextcloud/fix/outbox-sent-editingRichard Steinmetz
Stop message from sending while editing
2022-05-09Stop message from sending while editinggreta
Signed-off-by: greta <gretadoci@gmail.com> Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-09Move mailvelope hint from composer to app settingsRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-06Merge pull request #6375 from nextcloud/fix/6264/forced-html-editorRichard Steinmetz
Fix html editor being always selected
2022-05-06Fix html editor being always selectedRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-05-06Fix flagging replied messagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-05Fix modal size in different size of the screengreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-05Show account color indicator only if several accounts are presentjulia.kirschenheuter
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-05-02Merge pull request #6306 from ↵Greta
nextcloud/fix/6199-fix_alignment_of_composer_modal_errors Make the alignment of composer modal errors to center
2022-05-02Make the alignment of composer modal errors to centerjulia.kirschenheuter
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-02Implement undo for send now action in outbox message listRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-02Fix design for bottom action on composergreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-02Merge pull request #6338 from nextcloud/fix/fix-draft-outboxGreta
Fix discard message on outbox and improve the discard new message
2022-05-02Fix discard message on outbox and improve the discard new messagegreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-05-02Merge pull request #6336 from nextcloud/fix/5908/refactor-composer-save-logicGreta
Fix composer change handling and save triggers
2022-05-02Fix composer change handling and save triggersjulia.kirschenheuter
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>