Граф коммитов

11606 Коммитов

Автор SHA1 Сообщение Дата
Richard Steinmetz aac18601a7
Use node and npm versions from package.json in workflows
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-21 13:06:35 +02:00
Nextcloud bot ef2ae25888
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-21 03:02:20 +00:00
Nextcloud bot 4afa44be1c
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-20 03:01:06 +00:00
Nextcloud bot d7db99499d
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-19 03:01:31 +00:00
Anna 2180ffa6c7
Merge pull request #6885 from nextcloud/fix/memory-footprint-threading-load-data
Reduce memory footprint of loading thread data
2022-07-18 11:00:26 +02:00
Christoph Wurst 976d2b1855 Reduce memory footprint of loading thread data
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-18 10:57:09 +02:00
Anna 7440a8de16
Merge pull request #6886 from nextcloud/enhancement/debug-log-account-to-build-threads
Debug log the account ID threads will be built for
2022-07-18 10:49:28 +02:00
Nextcloud bot 2b75d2c9a5
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-18 03:00:18 +00:00
Nextcloud bot b257949828
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-17 02:59:52 +00:00
Christoph Wurst 56bf9062d5
Merge pull request #6897 from nextcloud/fix/noid/changelog-date
Fix release date in changelog
2022-07-16 12:35:20 +02:00
Richard Steinmetz 07dbefec33
Fix release date in changelog
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-16 09:34:02 +02:00
Nextcloud bot a1bbdcf06f
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-16 03:00:54 +00:00
Greta d3b218250f
Merge pull request #6888 from nextcloud/prerelease/v1.14.0-alpha4
Release v1.14.0-alpha4
2022-07-15 16:46:15 +02:00
greta a98af36fc8 Release v1.14.0-alpha4
Signed-off-by: greta <gretadoci@gmail.com>
2022-07-15 16:41:27 +02:00
Christoph Wurst 4832022c8f
Debug log the account ID threads will be built for
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-15 10:31:13 +02:00
Christoph Wurst c48b3e943e
Merge pull request #6881 from nextcloud/fix/qresync-double-sync
Do not chunk changed/vanished UIDS with QRESYNC
2022-07-15 09:09:17 +02:00
Christoph Wurst cb5b720fff
Merge pull request #6879 from nextcloud/hide-system-tags
👌 IMPROVE: hide system tags from UI
2022-07-15 09:07:44 +02:00
Christoph Wurst 4eac057cd2
Merge pull request #6880 from nextcloud/fix/sync-token-no-highestmodseq
Fix sync tokens missing highestmodseq
2022-07-15 08:53:02 +02:00
Christoph Wurst dc985a7e9a
Do not chunk changed/vanished UIDS with QRESYNC
QRESYNC doesn't need the known UIDs as input. In fact it will ignore
the option. As a result the sync will already give an efficient diff of
what really changed. If we still chunk the call it just means that we
will do the exact same operation n times. E.g. on a 600k messages
mailbox the same sync operations is run 60 times.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-15 08:51:12 +02:00
Nextcloud bot e18c35d061
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-15 03:03:15 +00:00
Jonas Sulzer 1604576be5
👌 IMPROVE: hide system tags from UI
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2022-07-14 20:38:30 +02:00
Anna 775df21acd
Merge pull request #6782 from nextcloud/enh/imip-invitations-responses
Support iMIP requests
2022-07-14 18:10:05 +02:00
Christoph Wurst be8d440ed8
Fix sync tokens missing highestmodseq
If the Horde socket object is initialized without a cache object,
CONDSTORE and QRESYNC are not used for faster synchronization. Due to
the memory leak and having to disable cache for the initial
synchronization, Horde generated sync tokens that only had a message
count (M) and no higestmodseq(H). Using a null cache object makes Horde
generate correct (fast) sync tokens.

Ref https://github.com/nextcloud/mail/pull/6410

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-14 15:30:20 +02:00
Richard Steinmetz d0c4181cff Implement frontend for iMIP data
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2022-07-14 12:36:36 +02:00
Anna Larch ee4ddff53b Add iMIP parsing
Signed-off-by: Anna Larch <anna@nextcloud.com>
2022-07-14 12:36:36 +02:00
Nextcloud bot fe5eb8ca07
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-14 03:01:16 +00:00
Anna 916e98a4fb
Merge pull request #6874 from nextcloud/fix/github-actions-setup-php-version
Use v2 instead of `master` of the setup-php action
2022-07-13 15:29:41 +02:00
Christoph Wurst f9db557fed
Merge pull request #6868 from nextcloud/enhancement/occ-create-account-print-id
Print newly created account ID on CLI
2022-07-13 15:10:52 +02:00
Christoph Wurst 2a13445737
Merge pull request #6873 from nextcloud/fix/perf-logger-delete-vanished-message
Fix performance logger message for vanished messages
2022-07-13 14:20:12 +02:00
Christoph Wurst 71a9f5aaa7
Use v2 instead of `master` of the setup-php action
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-13 14:12:46 +02:00
Christoph Wurst 707f32ed64
Fix performance logger message for vanished messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-13 13:54:38 +02:00
Christoph Wurst 6dd73315cc
Print newly created account ID on CLI
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-13 09:35:29 +02:00
Nextcloud bot cb8b676a13
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-13 03:00:15 +00:00
Julia Kirschenheuter c42451ee28
Merge pull request #6850 from nextcloud/enh/6672-Composer_actions_menu_stays_in_Send_later_after_closing
Reset actions menu to show primary actions after close
2022-07-11 09:17:21 +02:00
Nextcloud bot 12a00f7c4b
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-11 03:00:12 +00:00
Nextcloud bot 1bd2607965
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-10 03:02:07 +00:00
Nextcloud bot f66d8b7cf9
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-09 03:00:55 +00:00
Christoph Wurst ca248dc17d
Merge pull request #6847 from nextcloud/techdebt/vue-custom-events-casing
Fix Vue custom even casing
2022-07-08 15:52:48 +02:00
julia.kirschenheuter 50db9ebbe8 Set isMoreActionsOpen data prop to false after closing action menu
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2022-07-08 15:01:43 +02:00
Richard Steinmetz af3a33da99
Merge pull request #6848 from nextcloud/fix/envelope-unselect-prop-update
Fix two-way binding for envelope unselect after delete
2022-07-08 11:02:35 +02:00
Richard Steinmetz f18cf8a17d
Merge pull request #6846 from nextcloud/chore/js-spdx-license
Migrate js license headers to SPDX license
2022-07-08 10:43:39 +02:00
Christoph Wurst 9cfe5ee5c5
Fix two-way binding for envelope unselect after delete
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-08 10:38:45 +02:00
Christoph Wurst fd676d49cb
Fix Vue custom even casing
They should be kebab case.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-08 10:26:32 +02:00
Christoph Wurst a3a52a14e5
Migrate js license headers to SPDX license
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-08 10:17:21 +02:00
Nextcloud bot 870f10a736
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-07-08 03:01:00 +00:00
Christoph Wurst fac74f4c18
Merge pull request #6654 from nextcloud/dependabot/npm_and_yarn/ckeditor/ckeditor5-vue2-3.0.1
Bump @ckeditor/ckeditor5-vue2 from 3.0.0 to 3.0.1
2022-07-07 21:36:25 +02:00
Christoph Wurst 7cf85146f2
Merge pull request #6824 from nextcloud/dependabot/npm_and_yarn/core-js-3.23.3
Bump core-js from 3.23.2 to 3.23.3
2022-07-07 21:35:50 +02:00
Christoph Wurst 63623b349a
Merge pull request #6823 from nextcloud/dependabot/npm_and_yarn/babel/core-7.18.6
Bump @babel/core from 7.18.5 to 7.18.6
2022-07-07 21:35:40 +02:00
Christoph Wurst c2a406a8cd
Merge pull request #6828 from nextcloud/dependabot/npm_and_yarn/jest-and-types/jest-28.1.2
Bump jest and @types/jest
2022-07-07 21:35:30 +02:00
Christoph Wurst f2d9a8088f
Merge pull request #6841 from nextcloud/dependabot/npm_and_yarn/moment-2.29.4
Bump moment from 2.29.3 to 2.29.4
2022-07-07 21:35:16 +02:00