Joas Schilling
d1df810a3c
Merge pull request #16530 from egnun/patch-2
...
Fixed typos in scalability.md
2025-12-11 14:40:00 +01:00
Joas Schilling
22352b1764
Merge pull request #16529 from egnun/patch-1
...
Update scalability.md
2025-12-11 14:39:35 +01:00
egnun
ebc6db8607
Fixed typos in scalabilty.md
...
Signed-off-by: egnun <86208227+egnun@users.noreply.github.com>
2025-12-11 14:29:16 +01:00
egnun
de67471308
Update scalability.md
...
Signed-off-by: egnun <86208227+egnun@users.noreply.github.com>
2025-12-11 14:17:55 +01:00
Joas Schilling
91980a362c
Merge pull request #16516 from nextcloud/bugfix/noid/matterbridge
...
fix(matterbridge): Check parameters
2025-12-11 13:32:22 +01:00
Dorra
e24f0551cc
Merge pull request #16517 from nextcloud/fix/noid/video-call-permissions
...
fix: force disabled media when permissions are granted in call
2025-12-11 13:22:15 +01:00
Daniel Calviño Sánchez
67d87b39ce
Merge pull request #16474 from nextcloud/fix-low-frame-rate-for-videos-in-grid
...
Fix low frame rate for videos in grid
2025-12-11 13:01:20 +01:00
Dorra Jaouad
1748d434e7
fix: force disabled media when permissions are granted in call
...
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-12-11 13:00:06 +01:00
Joas Schilling
06b8063bc0
fix(matterbridge): Check parameters
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-11 12:53:13 +01:00
Nextcloud bot
130eb1ac69
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-11 00:16:41 +00:00
Maksim Sukharev
ac800aea30
Merge pull request #16423 from nextcloud/fix/noid/topbar-avatar
...
fix: do not load conversation avatar before getting a session
2025-12-10 19:49:18 +01:00
Joas Schilling
aa37da96f9
Merge pull request #16511 from nextcloud/fix/noid/listable
...
fix(ListableSettings): fix default listable for new conversations
2025-12-10 17:57:13 +01:00
Maksim Sukharev
69e76629d5
fix(ListableSettings): fix default listable for new conversations
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-12-10 17:12:27 +01:00
Maksim Sukharev
2091af03b6
fix: do not open conversation settings on avatar click in 1-1 conversations
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-12-10 13:35:53 +01:00
Maksim Sukharev
71eea8c554
fix: do not load conversation avatar as guest before getting a session
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-12-10 13:35:53 +01:00
Nextcloud bot
c125402702
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-10 00:17:00 +00:00
Grigorii K. Shartsev
964fef4e24
Merge pull request #16467 from nextcloud/fix/settings-app-name
...
fix(settings): `Talk settings` -> `App settings`
2025-12-09 14:36:22 +01:00
Grigorii K. Shartsev
4c71ffef7b
fix(settings): Talk settings -> App settings
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2025-12-09 14:34:45 +01:00
Anna
e91534f183
Merge pull request #16297 from nextcloud/feat/3954/scheduled-messages
...
feat: scheduled message API
2025-12-09 13:10:48 +01:00
Joas Schilling
55b6555e07
chore(assets): Recompile assets
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-09 12:55:48 +01:00
Joas Schilling
ae0c19981c
fix(scheduled): Fix response format
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-09 12:55:47 +01:00
Joas Schilling
494ce57ce5
fix(scheduled): Remove roomId and parentId from response and make id a string
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-09 12:55:21 +01:00
Joas Schilling
92a9e51991
fix(scheduled): Fix attendee has_scheduled_messages
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2025-12-09 12:54:38 +01:00
Anna Larch
ef3265c9c7
feat: scheduled message API
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2025-12-09 12:54:38 +01:00
Maksim Sukharev
f8778c9734
Merge pull request #16475 from nextcloud/fix/noid/unread-marker
2025-12-09 10:28:10 +01:00
Maksim Sukharev
bf8ab8ab4f
Merge pull request #16504 from nextcloud/fix/noid/extract-date-options
2025-12-09 10:27:50 +01:00
Dorra Jaouad
59d56ac83a
fix: remove the auto expand of collapsed system messages when the last read message is inside. We now split the groups
...
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-12-09 09:15:39 +01:00
Dorra Jaouad
649c7bbfdc
fix: fix syncing unread marker with the stored visual last read message
...
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-12-09 09:15:39 +01:00
Dorra Jaouad
918ec44209
fix: reduce usage of html selectors for performance purposes
...
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-12-09 09:15:39 +01:00
Dorra Jaouad
9d1ae4633f
fix: move unread messages separator to messages list level instead of per message level
...
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-12-09 09:15:39 +01:00
Maksim Sukharev
3e61d9a91f
Merge pull request #16501 from nextcloud/automated/noid/main-update-nextcloud-openapi
2025-12-08 15:23:53 +01:00
Maksim Sukharev
c37b722bb6
fix: extract getCustomDateOptions to utils
...
- change translation strings for aria-labels to be feature-independent
- adjust logic to satisfy TS
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2025-12-08 15:02:27 +01:00
Dorra
e37f919916
Merge pull request #16499 from nextcloud/fix/noid/shared-items-refactoring
...
feat: refactor sharedItemsStore
2025-12-08 11:11:58 +01:00
Dorra Jaouad
62f8bb28cf
feat: refactor sharedItemsStore to composition api store
...
Signed-off-by: Dorra Jaouad <dorra.jaoued7@gmail.com>
2025-12-08 11:10:24 +01:00
Nextcloud bot
a5b915d7fe
fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-12-08 00:16:19 +00:00
nextcloud-command
942deb692a
chore(ts): update OpenAPI types from core
...
Signed-off-by: GitHub <noreply@github.com>
2025-12-07 04:20:07 +00:00
github-actions[bot]
13aba25480
Merge pull request #16500 from nextcloud/automated/noid/main-update-nextcloud-ocp
...
[main] Update nextcloud/ocp dependency
2025-12-07 04:14:46 +00:00
nextcloud-command
abe8d2a395
chore(dev-deps): Bump nextcloud/ocp package
...
Signed-off-by: GitHub <noreply@github.com>
2025-12-07 02:48:37 +00:00
Joas Schilling
f651188c7d
Merge pull request #16495 from nextcloud/dependabot/github_actions/dot-github/workflows/shivammathur/setup-php-2.36.0
...
ci(deps): Bump shivammathur/setup-php from 2.35.5 to 2.36.0 in /.github/workflows
2025-12-06 12:47:03 +01:00
github-actions[bot]
1cb971d762
Merge pull request #16490 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-2.3.0
...
build(deps): Bump @nextcloud/paths from 2.2.2 to 2.3.0
2025-12-06 08:40:28 +00:00
github-actions[bot]
e3c3c30dcf
Merge pull request #16493 from nextcloud/dependabot/npm_and_yarn/vueuse/core-14.1.0
...
build(deps): Bump @vueuse/core from 14.0.0 to 14.1.0
2025-12-06 04:05:56 +00:00
dependabot[bot]
32147c99b5
build(deps): Bump @vueuse/core from 14.0.0 to 14.1.0
...
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v14.1.0/packages/core )
---
updated-dependencies:
- dependency-name: "@vueuse/core"
dependency-version: 14.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-06 03:39:07 +00:00
github-actions[bot]
57450d2448
Merge pull request #16494 from nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.2.10
...
ci(deps-dev): Bump rector/rector from 2.2.8 to 2.2.10 in /vendor-bin/rector
2025-12-06 03:09:36 +00:00
github-actions[bot]
1e2c09f773
Merge pull request #16491 from nextcloud/dependabot/npm_and_yarn/vitest/coverage-v8-4.0.14
...
build(deps-dev): Bump @vitest/coverage-v8 from 4.0.13 to 4.0.14
2025-12-06 02:59:07 +00:00
github-actions[bot]
d6d3b952e2
Merge pull request #16489 from nextcloud/dependabot/npm_and_yarn/vueuse/router-14.1.0
...
build(deps): Bump @vueuse/router from 14.0.0 to 14.1.0
2025-12-06 02:43:47 +00:00
dependabot[bot]
02cbb7c9d0
ci(deps): Bump shivammathur/setup-php in /.github/workflows
...
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) from 2.35.5 to 2.36.0.
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](https://github.com/shivammathur/setup-php/compare/2.35.5...44454db4f0199b8b9685a5d763dc37cbf79108e1 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-version: 2.36.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-06 02:08:27 +00:00
dependabot[bot]
c75593a020
ci(deps-dev): Bump rector/rector in /vendor-bin/rector
...
Bumps [rector/rector](https://github.com/rectorphp/rector ) from 2.2.8 to 2.2.10.
- [Release notes](https://github.com/rectorphp/rector/releases )
- [Commits](https://github.com/rectorphp/rector/compare/2.2.8...2.2.10 )
---
updated-dependencies:
- dependency-name: rector/rector
dependency-version: 2.2.10
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-06 02:03:14 +00:00
dependabot[bot]
21cfd497e5
build(deps-dev): Bump @vitest/coverage-v8 from 4.0.13 to 4.0.14
...
Bumps [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8 ) from 4.0.13 to 4.0.14.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.14/packages/coverage-v8 )
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-version: 4.0.14
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-06 02:02:44 +00:00
dependabot[bot]
2adcb7f3fb
build(deps): Bump @nextcloud/paths from 2.2.2 to 2.3.0
...
Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths ) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-paths/compare/v2.2.2...v2.3.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/paths"
dependency-version: 2.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-06 02:02:22 +00:00
dependabot[bot]
989bca6c8d
build(deps): Bump @vueuse/router from 14.0.0 to 14.1.0
...
Bumps [@vueuse/router](https://github.com/vueuse/vueuse/tree/HEAD/packages/router ) from 14.0.0 to 14.1.0.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v14.1.0/packages/router )
---
updated-dependencies:
- dependency-name: "@vueuse/router"
dependency-version: 14.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-06 02:02:10 +00:00