Commit Graph

16114 Commits

Author SHA1 Message Date
f80182f11a ci: use parallelism for cs-fixer
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-06-13 11:03:17 +02:00
ddb6ffb475 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-13 01:18:06 +00:00
9f1be5c160 Merge pull request #11266 from nextcloud/docs/missing-jsdoc-warning-forsubname
enforce dangling comma / update jsdoc for getSubnameForRecipient
2025-06-12 21:37:13 +02:00
79970b2b46 style: enforce comma-dangle
The ESLint comma-dangle rule issues warnings but doesn't fail the CI. Running npm run lint:fix adds missing commas automatically. This often leads to committing unrelated changes. Now, the CI enforces the dangling comma rule.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-12 17:00:23 +02:00
63c1e20c4d docs: describe return type for getSubnameForRecipient
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-12 17:00:22 +02:00
5e60d271db Merge pull request #11210 from nextcloud/feat/10935/filter-from-message
feat(sieve): create a mail filter from a message
2025-06-12 16:55:24 +02:00
234c7f9e94 chore: add eslint-perfectionist to promote a consistent structure
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-12 16:23:54 +02:00
11b2d070f6 feat(sieve): create a mail filter from a message
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-12 16:23:54 +02:00
48d7e0caba chore: enable typescript for mail
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-12 16:23:52 +02:00
e431f8ddb9 Merge pull request #11263 from nextcloud/bug/10918/make-accounts-reactive
make accounts reactive
2025-06-12 16:08:22 +02:00
6054a9a943 fix: make accounts property reactive
The reactivity of the accounts property was broken; the most prominent example was that updating the signature required a page refresh to take effect. We are now writing the connectionStatus back to the store and passing along the unmodified accounts property to maintain reactivity.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-12 15:21:32 +02:00
23590514cc fix: remove unused and broken computed menu property
Error this.buildMenu is not a function

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-12 11:42:04 +02:00
9ab75d104a fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-12 01:25:33 +00:00
5add61794c Merge pull request #11253 from nextcloud/automated/noid/main-fix-npm-audit
fix(deps): Apply npm audit fix
2025-06-11 11:44:43 +02:00
39f295ed8a Merge pull request #11257 from nextcloud/renovate/main-nextcloud-cdav-library-2.x
fix(deps): bump @nextcloud/cdav-library from 1.5.3 to v2 (main)
2025-06-11 09:46:47 +02:00
497cb7e54e fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-11 01:21:44 +00:00
8b9a531b9c fix(deps): bump core-js from 3.42.0 to ^3.43.0 (main) (#11256)
fix(deps): bump core-js from 3.42.0 to ^3.43.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-11 01:11:35 +00:00
08bff4199e fix(deps): bump @nextcloud/cdav-library from 1.5.3 to v2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-11 01:00:44 +00:00
affa6d4966 Merge pull request #11252 from nextcloud/bug/noid/outbox-broken
fix(outbox): outbox do not render
2025-06-10 14:50:59 +02:00
6e90100041 fix(deps): Apply npm audit fix
Signed-off-by: GitHub <noreply@github.com>
2025-06-10 03:34:24 +00:00
b01ef9ab50 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-10 01:18:45 +00:00
5f70139b99 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-08 01:19:14 +00:00
8cc0405371 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-07 01:17:18 +00:00
31be037d64 fix(outbox): outbox do not render
- data is undefined
- fetchAvatarFromClient is available for messages, but not local messages

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-06 17:28:11 +02:00
6938fc9e52 Merge pull request #11242 from nextcloud/refactor/remove-unused-properties
refactor: remove unused properties
2025-06-06 13:10:27 +02:00
647a8d8409 refactor: remove unused properties
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-06-06 12:58:38 +02:00
36670d0ebb Merge pull request #11249 from nextcloud/refactor/final-dtos
refactor: mark DTO classes as final
2025-06-06 12:30:11 +02:00
64bafe640c chore(deps): bump babel monorepo (main) (#11250)
chore(deps): bump babel monorepo

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 07:28:46 +00:00
b62227351d refactor: mark DTO classes as final
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-06-06 09:07:49 +02:00
42af8ac52a chore(deps): bump christophwurst/nextcloud_testing from 1.0.0 to ^1.0.1 (main) (#11207)
chore(deps): bump christophwurst/nextcloud_testing from 1.0.0 to ^1.0.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 06:31:06 +00:00
bc5c9360b4 chore(deps): bump sass from 1.88.0 to ^1.89.1 (main) (#11247)
chore(deps): bump sass from 1.88.0 to ^1.89.1

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 06:30:52 +00:00
0d95338d75 fix(deps): bump stylelint from 16.19.1 to ^16.20.0 (main) (#11248)
fix(deps): bump stylelint from 16.19.1 to ^16.20.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 06:30:21 +00:00
3245000880 chore(deps): bump webpack from 5.99.8 to ^5.99.9 (main) (#11245)
chore(deps): bump webpack from 5.99.8 to ^5.99.9

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 06:30:10 +00:00
6359d2b9e6 fix(deps): bump webdav from 4.11.4 to v4.11.5 (main) (#11246)
fix(deps): bump webdav from 4.11.4 to v4.11.5

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 06:29:19 +00:00
ceb0b0a763 chore(deps): bump postcss from 8.5.3 to ^8.5.4 (main) (#11244)
chore(deps): bump postcss from 8.5.3 to ^8.5.4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-06 06:28:06 +00:00
3e67a025d0 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-06 01:21:56 +00:00
53cae31c53 Merge pull request #11125 from nextcloud/fix/add-html-support
fix: add html and source editing support
2025-06-05 10:57:43 +02:00
ff1f7d885c fix: add html and source editing support
Signed-off-by: greta <gretadoci@gmail.com>
2025-06-05 10:40:36 +02:00
2956088429 fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-06-05 01:20:38 +00:00
5661564500 Merge pull request #10486 from nextcloud/perf/avatar-requests
perf: reduce number of avatar requests
2025-06-04 19:46:13 +02:00
9e08477c5c perf: reduce number of avatar requests
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
2025-06-04 19:06:12 +02:00
e725c5f257 Merge pull request #11225 from nextcloud/bug/noid/docs-docs
docs(oauth): add link to oauth documentation
2025-06-04 12:49:04 +02:00
5edd1807de Merge pull request #11232 from nextcloud/ci/pin-create-pull-request-action
ci: pin create-pull-request action to a release
2025-06-04 12:48:37 +02:00
c5b9af279f docs(oauth): add link to oauth documentation
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-04 11:57:56 +02:00
4e9bf841c2 Merge pull request #11228 from nextcloud/refactor/override-attribute
refactor: add override attribute
2025-06-04 11:38:37 +02:00
1c56c41475 Merge pull request #11231 from nextcloud/fix/invalid-false-return-type
fix: avoid invalid false return type
2025-06-04 11:36:45 +02:00
195f02b6d8 Merge pull request #11230 from nextcloud/fix/invalid-return-type
fix: prevent invalid return type
2025-06-04 11:36:18 +02:00
9ac62d109c Merge pull request #11229 from nextcloud/refactor/unused-vars
refactor: remove unused variables
2025-06-04 11:33:52 +02:00
d400cf0827 ci: pin create-pull-request action to a release
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-06-04 10:02:05 +02:00
172de5e344 fix: prevent invalid return type
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-06-04 08:47:34 +02:00