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-09-13Fix error message regarding parsedState.message being undefinedfix/7269/followup-console-errorRichard Steinmetz
Followup to #7269 Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-13Merge pull request #7269 from nextcloud/fix/7177/line-breaks-are-lostRichard Steinmetz
Fix missing line breaks when parsing message from sieve script
2022-09-13Fix missing line breaks when parsing message from sieve scriptRichard Steinmetz
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-09-13[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-12Merge pull request #7264 from nextcloud/fix/preview-text-modifications-in-memoryAnna
Fix lost modifications of preview text
2022-09-12Merge pull request #7263 from ↵Christoph Wurst
nextcloud/enhancement/deduplicate-nextcloud-vue-imports Deduplicate imported @nextcloud/vue code
2022-09-12Deduplicate imported @nextcloud/vue codeChristoph Wurst
@nextcloud/vue doesn't allow for tree shaking, so lots of individual imports bloat app js bundles. This is also the case for Mail because of the many components used. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-12Fix lost modifications of preview textChristoph Wurst
Messages are processed one, on demand. The processing result is stored to the database. In that process we strip invalid characters from the preview text and cut it to database column width. If a message is processed and converted into response JSON, the stripping and cutting didn't have an effect for the in memory objects. Only messages loaded from the database cache had a stripped and cut json representation. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-11[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-10[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-09Merge pull request #7262 from nextcloud/dependabot/npm_and_yarn/vue-router-3.6.5Greta
Bump vue-router from 3.5.4 to 3.6.5
2022-09-09Merge pull request #7257 from ↵Christoph Wurst
nextcloud/dependabot/npm_and_yarn/babel/core-7.19.0 Bump @babel/core from 7.18.13 to 7.19.0
2022-09-09Merge pull request #7261 from nextcloud/dependabot/npm_and_yarn/dompurify-2.4.0Christoph Wurst
Bump dompurify from 2.3.10 to 2.4.0
2022-09-09Merge pull request #7251 from ↵v2.0.0-beta.5Christoph Wurst
nextcloud/dependabot/npm_and_yarn/jest-watch-typeahead-2.1.1 Bump jest-watch-typeahead from 2.0.0 to 2.1.1
2022-09-09Merge pull request #7242 from nextcloud/release/v2.0.0-beta.5Christoph Wurst
Release v2.0.0-beta.5
2022-09-09Bump vue-router from 3.5.4 to 3.6.5dependabot[bot]
Bumps [vue-router](https://github.com/vuejs/router) from 3.5.4 to 3.6.5. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/commits) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09Merge pull request #7258 from ↵Christoph Wurst
nextcloud/dependachristoph/npm_and_yarn/nextcloud/vue-7.0.8-beta2 Bump @nextcloud/vue to v7.0.0-beta2
2022-09-09Bump @babel/core from 7.18.13 to 7.19.0dependabot[bot]
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.13 to 7.19.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09Merge pull request #7255 from ↵Greta
nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.19.0 Bump @babel/preset-env from 7.18.10 to 7.19.0
2022-09-09Bump dompurify from 2.3.10 to 2.4.0dependabot[bot]
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.3.10 to 2.4.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/2.3.10...2.4.0) --- updated-dependencies: - dependency-name: dompurify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09Merge pull request #7244 from nextcloud/dependabot/npm_and_yarn/core-js-3.25.1Christoph Wurst
Bump core-js from 3.24.1 to 3.25.1
2022-09-09Merge pull request #7237 from ↵Greta
nextcloud/enhancement/fine-tune-composer-element-paddings Fine-tune padding of composer elements
2022-09-09Bump jest-watch-typeahead from 2.0.0 to 2.1.1dependabot[bot]
Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/jest-community/jest-watch-typeahead/releases) - [Changelog](https://github.com/jest-community/jest-watch-typeahead/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/jest-watch-typeahead/compare/v2.0.0...v2.1.1) --- updated-dependencies: - dependency-name: jest-watch-typeahead dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09Merge pull request #7246 from nextcloud/dependabot/npm_and_yarn/sass-1.54.9Christoph Wurst
Bump sass from 1.54.7 to 1.54.9
2022-09-09Bump @nextcloud/vue to v7.0.0-beta2Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-09Merge pull request #7245 from ↵Christoph Wurst
nextcloud/dependachristoph/npm_and_yarn/ckeditor-35.1.0 Bump CKEditor to v3.5.1
2022-09-09Bump @babel/preset-env from 7.18.10 to 7.19.0dependabot[bot]
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.0. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09Bump sass from 1.54.7 to 1.54.9dependabot[bot]
Bumps [sass](https://github.com/sass/dart-sass) from 1.54.7 to 1.54.9. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.54.7...1.54.9) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09Bump CKEditor to v3.5.1Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-09Bump core-js from 3.24.1 to 3.25.1dependabot[bot]
Bumps [core-js](https://github.com/zloirock/core-js) from 3.24.1 to 3.25.1. - [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.24.1...v3.25.1) --- updated-dependencies: - dependency-name: core-js dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-09Merge pull request #6890 from ↵Christoph Wurst
nextcloud/dependabot/npm_and_yarn/vue-material-design-icons-5.1.2 Bump vue-material-design-icons from 5.0.0 to 5.1.2
2022-09-09Merge pull request #7052 from ↵Christoph Wurst
nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-2.3.0 Bump @nextcloud/browserslist-config from 2.2.0 to 2.3.0
2022-09-09Release v2.0.0-beta.5greta
Signed-off-by: greta <gretadoci@gmail.com>
2022-09-09Merge pull request #6812 from nextcloud/enh/process-imip-in-backgroundChristoph Wurst
Add imip processing in the background
2022-09-09Add imip processingAnna Larch
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-09-09Merge pull request #6921 from nextcloud/enh/noid/workflow-summariesRichard Steinmetz
Add summary jobs to workflows
2022-09-09[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-09-08Fine-tune padding of composer elementsenhancement/fine-tune-composer-element-paddingsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-08Merge pull request #7235 from nextcloud/fix/drafts-prefix-positionChristoph Wurst
Fix drafts prefix position
2022-09-08Merge pull request #6800 from sazanof/enh/clear-folder-featureChristoph Wurst
Users can clear their mailboxes (Updated)
2022-09-08Fix drafts prefix positionChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-08Merge pull request #7163 from nextcloud/enhancement/large-primary-action-iconsChristoph Wurst
Make primary action icons bigger
2022-09-08v2.0.0-beta4v2.0.0-beta4Christoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-08Merge pull request #7221 from nextcloud/perf/outbox-do-not-call-clientChristoph Wurst
Remove unneccesary IMAP client call from outbox
2022-09-08Users can clear their mailboxesMikhail Sazanov
Signed-off-by: Mikhail Sazanov <m@sazanof.ru>
2022-09-08Make primary action icons biggerChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-08Remove unneccesary client call from outboxAnna Larch
The login is slow. In case we don't have to handle attachments, we should skip calling the client factory entirely to speed up the processing of outbox messages This is a mini performance optimisation. Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-09-08Merge pull request #7232 from ↵Christoph Wurst
nextcloud/fix/composer-modal-close-button-overlapped Fix overlapped composer modal close button
2022-09-08Merge pull request #7233 from nextcloud/design/thread-widthChristoph Wurst
Increase thread width on high-dpi displays
2022-09-08Increase thread width on high-dpi displaysJan C. Borchardt
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>