Commit Graph

  • b54e657479 fix: do not load conversation avatar as guest before getting a session Maksim Sukharev 2025-11-27 18:05:32 +0100
  • 1ceb69860e fix(reactions): correctly handle unsorted reaction details #16422 Maksim Sukharev 2025-11-27 13:29:38 +0100
  • ae4d154c43 fixup! fix(messagesStore): process `reactionsSelf` for relayed reactions #16349 fix/16299/chat-relay-reactions Maksim Sukharev 2025-11-27 12:01:32 +0100
  • 906dc93a35 fix(messagesStore): mark messages to be processed from real-time Maksim Sukharev 2025-11-27 11:36:12 +0100
  • 9f889edb35 fix(messagesStore): process `reactionsSelf` for relayed reactions Maksim Sukharev 2025-11-27 11:42:05 +0100
  • de1e462859
    fix: Fix name not set from store when creating the model #16421 backport/16420/v22.0.4 Daniel Calviño Sánchez 2025-11-27 08:51:28 +0100
  • 831b40d547
    fix: Send initial name using LocalStateBroadcaster Daniel Calviño Sánchez 2025-11-27 08:27:45 +0100
  • 7c8c31757d
    refactor: Send changes in name using the LocalStateBroadcaster Daniel Calviño Sánchez 2025-11-27 07:01:50 +0100
  • 19ec6d498d
    fix: Send initial media state in the LocalStateBroadcaster Daniel Calviño Sánchez 2025-11-27 05:43:47 +0100
  • 02237a997e
    fix: Expose "sendDataChannelTo" and "sendTo" in the WebRTC object Daniel Calviño Sánchez 2025-11-27 04:08:11 +0100
  • 83e2f584b4
    refactor: Replace default export with named export Daniel Calviño Sánchez 2025-11-26 19:26:31 +0100
  • 9a16f296a3
    refactor: Extract broadcasting the local participant state to a class Daniel Calviño Sánchez 2025-11-26 08:28:18 +0100
  • 0143d3b8f5
    refactor: Send explicit messages for initial media state Daniel Calviño Sánchez 2025-11-26 08:22:16 +0100
  • 560197f0d7
    fix: Expose "sendDataChannelToAll" in the WebRTC object Daniel Calviño Sánchez 2025-11-26 08:20:05 +0100
  • 018e796c28 fix: Fix name not set from store when creating the model #16420 fix-unneeded-messages-when-sending-initial-state Daniel Calviño Sánchez 2025-11-27 08:51:28 +0100
  • d5562af917 fix: Send initial name using LocalStateBroadcaster Daniel Calviño Sánchez 2025-11-27 08:27:45 +0100
  • be142e48f4 refactor: Send changes in name using the LocalStateBroadcaster Daniel Calviño Sánchez 2025-11-27 07:01:50 +0100
  • fd9c5fb48c fix: Send initial media state in the LocalStateBroadcaster Daniel Calviño Sánchez 2025-11-27 05:43:47 +0100
  • e3ed521722 fix: Expose "sendDataChannelTo" and "sendTo" in the WebRTC object Daniel Calviño Sánchez 2025-11-27 04:08:11 +0100
  • 7fd6ea8859 refactor: Replace default export with named export Daniel Calviño Sánchez 2025-11-26 19:26:31 +0100
  • e2c5654305 refactor: Extract broadcasting the local participant state to a class Daniel Calviño Sánchez 2025-11-26 08:28:18 +0100
  • d47783831a refactor: Send explicit messages for initial media state Daniel Calviño Sánchez 2025-11-26 08:22:16 +0100
  • 63fcfa614c fix: Expose "sendDataChannelToAll" in the WebRTC object Daniel Calviño Sánchez 2025-11-26 08:20:05 +0100
  • a4b2de3f92
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-27 00:16:37 +0000
  • d5fb7b94ac
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-27 00:16:34 +0000
  • a05b94bcc1
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-27 00:16:32 +0000
  • ede887225c
    Merge pull request #16419 from nextcloud/dependabot/npm_and_yarn/node-forge-1.3.2 github-actions[bot] 2025-11-26 22:16:31 +0000
  • ded38c2625
    build(deps-dev): Bump node-forge from 1.3.1 to 1.3.2 #16419 dependabot[bot] 2025-11-26 22:11:33 +0000
  • 18d98b535a
    Merge pull request #16404 from ossbla/docs-bot-message Joas Schilling 2025-11-26 13:39:23 +0100
  • 0801853077
    docs(bots): Simplify variable handling #16404 Michael Bell 2025-11-26 20:46:32 +1000
  • 99b16bec66
    Merge pull request #16409 from nextcloud/backport/16070/stable32 Maksim Sukharev 2025-11-26 09:38:44 +0100
  • 72217aeadb
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-26 00:17:12 +0000
  • 28a78e2666
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-26 00:17:10 +0000
  • 7b87226b74
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-26 00:17:07 +0000
  • a6f3dc816e docs(bots): Remove extra line Michael Bell 2025-11-24 14:51:34 +1000
  • f278e5f342
    Merge pull request #16273 from nextcloud/feat/split-view-chat Dorra 2025-11-25 15:53:34 +0100
  • 381c5527c2 fix(test): update tests #16273 Dorra Jaouad 2025-11-25 13:37:34 +0100
  • be61304f09 fix: enhance perf by passing boolean chat style through provide and inject and reducing the computation of isSelfActor Dorra Jaouad 2025-11-25 10:19:22 +0100
  • da7b473f48 fix: pass classes through props and reduce redundancy Dorra Jaouad 2025-11-25 09:52:50 +0100
  • 4d7cbd531c fix: enable chat style toggle Dorra Jaouad 2025-11-18 10:24:01 +0100
  • 1314f4c583 fix: support buttons bar in small width chat containers Dorra Jaouad 2025-11-18 10:23:38 +0100
  • a97d2386c6 feat: add toggle for split view in settings Dorra Jaouad 2025-11-17 16:51:09 +0100
  • 5e5307f860 feat(MessageBody): show editor near timestamp when it is own message but edited by someone else Dorra Jaouad 2025-11-07 08:55:26 +0100
  • e4aced480d feat: support small width chat view Dorra Jaouad 2025-11-06 14:01:16 +0100
  • efc82936df fix: move buttons menu outside message bubble Dorra Jaouad 2025-11-06 10:55:01 +0100
  • 77b0599d63 feat: adjust style for reaction button and reply button for own messages Dorra Jaouad 2025-11-02 13:41:25 +0100
  • a8303804f9
    chore(deps-dev): add sass #16409 Grigorii K. Shartsev 2025-11-25 10:15:18 +0100
  • 9972558832
    Merge pull request #16410 from nextcloud/backport/16408/stable32 Maksim Sukharev 2025-11-25 09:45:24 +0100
  • 4c5c6fdf04
    Merge pull request #16407 from nextcloud/backport/16359/stable32 Maksim Sukharev 2025-11-25 09:43:17 +0100
  • e8b9d3eda9
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-25 00:17:08 +0000
  • 929573e26b
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-25 00:17:06 +0000
  • ab01f0a65f
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-25 00:17:04 +0000
  • 273dbc8331
    build: remove ignore for momentjs Grigorii K. Shartsev 2025-11-24 22:30:48 +0100
  • 30f3fcecd6 fix(chat): block non-supported actions for guests #16410 Maksim Sukharev 2025-11-24 17:33:31 +0100
  • ab9550f12a
    Merge pull request #16408 from nextcloud/fix/noid/guests-actions Joas Schilling 2025-11-24 21:37:04 +0100
  • 7e60e445b9
    build: manually resolve browserslist Grigorii K. Shartsev 2025-11-24 20:10:53 +0100
  • ea5b70dfad
    chore(dev-deps): remove webpack Grigorii K. Shartsev 2025-11-24 20:09:05 +0100
  • c900837cda
    build: migrate to RSPack Grigorii K. Shartsev 2025-11-24 20:08:06 +0100
  • 2b3e55d446
    chore: migrate to modern Worker loading Grigorii K. Shartsev 2025-11-24 20:06:04 +0100
  • b624b9b2cd
    chore(dev-deps): add RSPack Grigorii K. Shartsev 2025-10-01 17:15:54 +0200
  • 8aa903757b feat: add styles for timestamp and message delivery status (split view) Dorra Jaouad 2025-11-02 12:59:48 +0100
  • 37bf6a6444 feat: add new layouts for message body Dorra Jaouad 2025-10-31 22:22:24 +0100
  • e3ee7454ec feat: hide own avatar when screen is small and hide own name when screen is large Dorra Jaouad 2025-10-31 14:16:38 +0100
  • eb49650b18 feat(chat): split own and other messages. Add background colors Dorra Jaouad 2025-10-31 14:00:09 +0100
  • 26de6cf3a3 fix(chat): block non-supported actions for guests #16408 Maksim Sukharev 2025-11-24 17:33:31 +0100
  • 7f7f262f6c
    Merge 2c97322aaf into fd72c5a04e #13609 Joas Schilling 2025-11-24 17:32:53 +0100
  • 076ff560d8 fix(chatRelay): adjust chat relay activation to alway keep it enabled and shorten polling timeout when enabled #16407 Dorra Jaouad 2025-11-20 21:26:25 +0100
  • 93937849bd fix: render enough messages when selecting context in chat blocks Dorra Jaouad 2025-11-19 22:55:09 +0100
  • fd72c5a04e
    Merge pull request #16359 from nextcloud/fix/noid/chat-relay-adjustment Dorra 2025-11-24 15:14:56 +0100
  • 18a7b761a1 [wip] fix(chat-relay): localize system messages #16406 fix/noid/chat-relay-translations Maksim Sukharev 2025-11-24 14:58:38 +0100
  • 0e16c4fbe4
    Merge pull request #16405 from nextcloud/backport/16386/stable32 Maksim Sukharev 2025-11-24 14:18:55 +0100
  • 01a0112671 fix(chatRelay): adjust chat relay activation to alway keep it enabled and shorten polling timeout when enabled #16359 Dorra Jaouad 2025-11-20 21:26:25 +0100
  • df31d605e5 fix: render enough messages when selecting context in chat blocks Dorra Jaouad 2025-11-19 22:55:09 +0100
  • 55ff84625a fix(guestNameStore): migrate file to typescript #16405 Maksim Sukharev 2025-11-20 19:55:47 +0100
  • 02cd931608 fix(guestNameStore): rename file to .ts Maksim Sukharev 2025-11-20 19:41:11 +0100
  • ead2a61dea
    Merge pull request #16386 from nextcloud/fix/noid/guest-store-ts Maksim Sukharev 2025-11-24 11:19:04 +0100
  • 0184a84d9b fix(guestNameStore): migrate file to typescript #16386 Maksim Sukharev 2025-11-20 19:55:47 +0100
  • 280e4b161e fix(guestNameStore): rename file to .ts Maksim Sukharev 2025-11-20 19:41:11 +0100
  • f10d188c81 docs(bots): add bot message send example Michael Bell 2025-11-24 12:25:52 +1000
  • a7ecc902cc
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-24 00:17:06 +0000
  • 96f5e5baba
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-24 00:17:03 +0000
  • 201d0afc81
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-24 00:17:01 +0000
  • 4dac7324c3
    Merge pull request #16333 from nextcloud/automated/noid/stable31-update-nextcloud-ocp github-actions[bot] 2025-11-23 04:06:32 +0000
  • 0d40a61841
    Merge pull request #16403 from nextcloud/automated/noid/main-update-nextcloud-ocp github-actions[bot] 2025-11-23 03:52:35 +0000
  • ac18b419ce chore(dev-deps): Bump nextcloud/ocp package #16333 nextcloud-command 2025-11-23 02:48:44 +0000
  • 8aa63d0cd8 chore(dev-deps): Bump nextcloud/ocp package #16403 nextcloud-command 2025-11-23 02:48:09 +0000
  • ea5dfd9c1c
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-23 00:16:32 +0000
  • 730b5343ad
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-23 00:16:29 +0000
  • 3749e4f40d
    fix(l10n): Update translations from Transifex Nextcloud bot 2025-11-23 00:16:27 +0000
  • 2db4c853c6
    Merge pull request #16319 from nextcloud/bugfix/noid/change-default_group_notification Joas Schilling 2025-11-22 13:06:16 +0100
  • d761b92ed0
    Merge pull request #16399 from nextcloud/dependabot/npm_and_yarn/rspack/core-1.6.3 github-actions[bot] 2025-11-22 05:04:35 +0000
  • 115718da14
    build(deps-dev): Bump @rspack/core from 1.5.8 to 1.6.3 #16399 dependabot[bot] 2025-11-22 04:44:39 +0000
  • 9a8386d542
    Merge pull request #16402 from nextcloud/dependabot/npm_and_yarn/vue-tsc-3.1.4 github-actions[bot] 2025-11-22 04:00:09 +0000
  • da4ae27fd3
    Merge pull request #16398 from nextcloud/dependabot/npm_and_yarn/vitest/coverage-v8-4.0.10 github-actions[bot] 2025-11-22 03:57:07 +0000
  • ba086b470b
    Merge pull request #16400 from nextcloud/dependabot/npm_and_yarn/jsdom-27.2.0 github-actions[bot] 2025-11-22 03:56:50 +0000
  • 5da7a6328a
    Merge pull request #16397 from nextcloud/dependabot/composer/vendor-bin/rector/rector/rector-2.2.8 github-actions[bot] 2025-11-22 03:53:57 +0000
  • b394a69e06
    Merge pull request #16401 from nextcloud/dependabot/npm_and_yarn/rspack/cli-1.6.3 github-actions[bot] 2025-11-22 03:52:22 +0000
  • 480ebb20f8
    build(deps): Bump vue-tsc from 3.1.2 to 3.1.4 #16402 dependabot[bot] 2025-11-22 02:06:19 +0000
  • abe68eb244
    build(deps-dev): Bump @rspack/cli from 1.6.1 to 1.6.3 #16401 dependabot[bot] 2025-11-22 02:05:50 +0000
  • e4e08e3979
    build(deps-dev): Bump jsdom from 27.0.1 to 27.2.0 #16400 dependabot[bot] 2025-11-22 02:05:32 +0000