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
AgeCommit message (Collapse)Author
2022-06-11Updating dependabot-approve-merge.yml workflow from templatefeat/workflow-auto-update-dependabot-approve-merge.ymlNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-09Merge pull request #6713 from ↵Christoph Wurst
nextcloud/dependabot/composer/bytestream/horde-imap-client-2.31.2 Bump bytestream/horde-imap-client from 2.31.1 to 2.31.2
2022-06-09Merge pull request #6712 from ↵Christoph Wurst
nextcloud/dependabot/composer/bytestream/horde-util-2.6.4 Bump bytestream/horde-util from 2.6.3 to 2.6.4
2022-06-09Bump bytestream/horde-imap-client from 2.31.1 to 2.31.2dependabot[bot]
Bumps [bytestream/horde-imap-client](https://github.com/bytestream/Imap_Client) from 2.31.1 to 2.31.2. - [Release notes](https://github.com/bytestream/Imap_Client/releases) - [Commits](https://github.com/bytestream/Imap_Client/compare/v2.31.1...v2.31.2) --- updated-dependencies: - dependency-name: bytestream/horde-imap-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09Bump bytestream/horde-util from 2.6.3 to 2.6.4dependabot[bot]
Bumps [bytestream/horde-util](https://github.com/bytestream/Util) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/bytestream/Util/releases) - [Commits](https://github.com/bytestream/Util/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: bytestream/horde-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-09Merge pull request #6372 from nextcloud/fix/fix-6361-composer-email-signatureJulia Kirschenheuter
Fix automatic email signature on the composer
2022-06-09Better signature detection: always store the HTML version for the CKeditor body.julia.kirschenheuter
Adapt composer body frontend to new migration. Change migration editor_body to text. Fix composerData.editorBody for Composer. Handle input event on editor plain text and editor rich text in the same way. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! fix editorBody if it is null Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! migration was addad Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Handle input event on editor plain text and editor rich text in the same way Remove appendSignature = true from editorRich(Plain)InputTextReady, because it is not necessary Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! Handle input event on editor plain text and editor rich text in the same way Remove appendSignature = true from editorRich(Plain)InputTextReady, because it is not necessary Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> fixup! Handle input event on editor plain text and editor rich text in the same way Remove appendSignature = true from editorRich(Plain)InputTextReady, because it is not necessary Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> fixup! Change migration editor_body to text Fix composerData.editorBody for Composer Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! set editorBody back Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! migration Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! version info.xml Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! Better signature detection: always store the HTML version for the CKeditor body. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> fixup! Better signature detection: always store the HTML version for the CKeditor body. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Better signature detection: always store the HTML version for the CKeditor body. Adapt composer body frontend to new migration. Change migration editor_body to text. Fix composerData.editorBody for Composer. Handle input event on editor plain text and editor rich text in the same way. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! fix editorBody if it is null Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! migration was addad Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Handle input event on editor plain text and editor rich text in the same way Remove appendSignature = true from editorRich(Plain)InputTextReady, because it is not necessary Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! Handle input event on editor plain text and editor rich text in the same way Remove appendSignature = true from editorRich(Plain)InputTextReady, because it is not necessary Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> fixup! Handle input event on editor plain text and editor rich text in the same way Remove appendSignature = true from editorRich(Plain)InputTextReady, because it is not necessary Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> fixup! Change migration editor_body to text Fix composerData.editorBody for Composer Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! set editorBody back Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! migration Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! version info.xml Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> fixup! Better signature detection: always store the HTML version for the CKeditor body. Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-06-09Merge pull request #6694 from nextcloud/fix/no-classification-no-trainingChristoph Wurst
Turn off background/cli classification training of opt-ed out
2022-06-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-08Merge pull request #6544 from nextcloud/bug/6064/frontend-forward-attachmentsChristoph Wurst
Add attachments objects on message forward
2022-06-08Merge pull request #6642 from nextcloud/chore/composer-reply-message-id-testChristoph Wurst
Add a unit test to verify the composer keeps the reply ID
2022-06-08Merge pull request #6693 from nextcloud/chores/fast-forward-1.13.3Christoph Wurst
Forward-port changelog
2022-06-08Turn off background/cli classification training of opt-ed outfix/no-classification-no-trainingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-08Add a unit test to verify the composer keeps the reply IDChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-08Forward-port changeloggreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-06-08Merge pull request #6687 from nextcloud/add/no-subject-threadChristoph Wurst
Render default 'no subject' when a thread has no subject
2022-06-08Add no subject on thread when there is nonegreta
Signed-off-by: greta <gretadoci@gmail.com>
2022-06-08Merge pull request #6680 from nextcloud/fix/update-new-messageAnna
Fix missing default value for `failed` of outbox messages
2022-06-08Fix missing default value for `failed` of outbox messagesChristoph Wurst
Messages that only exist in the browser might not have an initial value for `failed`, so when we update them in the outbox the server needs a default value for it. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-08Merge pull request #6677 from nextcloud/chores/fast-forward-1.13Christoph Wurst
Forward-port changelog
2022-06-08[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-07Fast forward changelogchores/fast-forward-1.13greta
Signed-off-by: greta <gretadoci@gmail.com>
2022-06-07Add attachment objects on message forwardbug/6064/frontend-forward-attachmentsDaniel Kesselberg
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-06-07Merge pull request #6665 from nextcloud/fix/forward-quotingGreta
Fix quoting forwarded messages
2022-06-07Merge pull request #6667 from ↵Anna
nextcloud/fix/database-platform-check-nextcloud-22-1 Fix database platform check with Nextcloud <22.2
2022-06-07Fix database platform check with Nextcloud <22Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-07Merge remote-tracking branch 'origin/main' into fix/forward-quotingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-07Merge pull request #6663 from nextcloud/fix/missing-composer-init-bodyChristoph Wurst
Fix missing Composer.vue::initBody call after mount
2022-06-07Fix quoting forwarded messagesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-07Merge pull request #6664 from nextcloud/Valdnet-patch-1Christoph Wurst
l10n: Delete a shortcut
2022-06-07l10n: Delete apostropheValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-07l10n: Delete a shortcutValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-06-07Fix missing Composer.vue::initBody call after mountChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-07Merge pull request #6602 from nextcloud/fix/erroneous-message-sent-repeatedlyChristoph Wurst
Fix sending erroneous message repeatedly
2022-06-07Fix sending erroneous message repeatedlyChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-07Merge pull request #6644 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/polyfill-php73-1.26.0 Bump symfony/polyfill-php73 from 1.25.0 to 1.26.0
2022-06-07Bump symfony/polyfill-php73 from 1.25.0 to 1.26.0dependabot[bot]
Bumps symfony/polyfill-php73 from 1.25.0 to 1.26.0. --- updated-dependencies: - dependency-name: symfony/polyfill-php73 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-07Merge pull request #6645 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/polyfill-mbstring-1.26.0 Bump symfony/polyfill-mbstring from 1.25.0 to 1.26.0
2022-06-07Forward-port changelogChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-07Forward-port changelogChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-06-05[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-04[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-06-03Merge pull request #6646 from ↵Christoph Wurst
nextcloud/dependabot/composer/symfony/polyfill-php80-1.26.0 Bump symfony/polyfill-php80 from 1.25.0 to 1.26.0
2022-06-03Merge pull request #6655 from nextcloud/dependabot/npm_and_yarn/core-js-3.22.8Christoph Wurst
Bump core-js from 3.22.5 to 3.22.8
2022-06-03Merge pull request #6653 from nextcloud/dependabot/npm_and_yarn/sass-1.52.2Christoph Wurst
Bump sass from 1.52.1 to 1.52.2
2022-06-03Merge pull request #6649 from ↵Christoph Wurst
nextcloud/dependabot/npm_and_yarn/babel/eslint-parser-7.18.2 Bump @babel/eslint-parser from 7.17.0 to 7.18.2
2022-06-03Merge pull request #6647 from ↵Christoph Wurst
nextcloud/dependabot/composer/bytestream/horde-mime-2.13.0 Bump bytestream/horde-mime from 2.12.0 to 2.13.0
2022-06-03Bump core-js from 3.22.5 to 3.22.8dependabot[bot]
Bumps [core-js](https://github.com/zloirock/core-js) from 3.22.5 to 3.22.8. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.22.5...v3.22.8) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>