summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-03-22Merge pull request #9132 from nextcloud/backport/9125/stable25Joas Schilling
[stable25] Fix RemoteVideoBlocker still active after removing its associated model
2023-03-22Fix RemoteVideoBlocker still active after removing its associated modelDaniel Calviño Sánchez
Once a CallParticipantModel is removed its associated RemoteVideoBlocker should no longer block the remote video. Otherwise a deferred blocking would be rejected by the HPB, as the remote peer is no longer available or, even worse, it could be accepted and block the video of the remote peer if it joined again since the original model was removed. To solve that now the RemoteVideoBlocker is destroyed once its associated model is removed, which causes the RemoteVideoBlocker to ignore any further call on its methods. Note that the RemoteVideoBlocker reference can not be nullified instead on the shared datas, as other components, like the VideoView, expect a RemoteVideoBlocker to be always available in its shared data. Internally ignoring further calls also makes the code more robust than just externally guarding any possible call. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2023-03-22Merge pull request #9099 from ↵Joas Schilling
nextcloud/automated/noid/stable25-update-nextcloud-ocp [stable25] Update nextcloud/ocp dependency
2023-03-22Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-21Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-20Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-19Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-19chore(dev-deps): Bump nextcloud/ocp packagenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2023-03-18Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-17Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-16Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-15Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-14Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-13Merge pull request #9026 from ↵Marco
nextcloud/dependabot/npm_and_yarn/stable25/terser-webpack-plugin-5.3.7 chore(deps-dev): Bump terser-webpack-plugin from 5.3.6 to 5.3.7
2023-03-13Merge pull request #9030 from ↵Marco
nextcloud/dependabot/npm_and_yarn/stable25/ua-parser-js-1.0.34 chore(deps): Bump ua-parser-js from 1.0.33 to 1.0.34
2023-03-13Merge pull request #9037 from ↵Joas Schilling
nextcloud/automated/noid/stable25-update-nextcloud-ocp [stable25] Update nextcloud/ocp dependency
2023-03-13Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-12Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-12chore(dev-deps): Bump nextcloud/ocp packagenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2023-03-11Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-11chore(deps): Bump ua-parser-js from 1.0.33 to 1.0.34dependabot[bot]
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/1.0.34/changelog.md) - [Commits](https://github.com/faisalman/ua-parser-js/compare/1.0.33...1.0.34) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-11chore(deps-dev): Bump terser-webpack-plugin from 5.3.6 to 5.3.7dependabot[bot]
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 5.3.6 to 5.3.7. - [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases) - [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.6...v5.3.7) --- updated-dependencies: - dependency-name: terser-webpack-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-09Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-08Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-07Merge pull request #8995 from nextcloud/backport/8980/stable25Joas Schilling
[stable25] fix(API): Sort listed conversations on API level so CI results are stable
2023-03-07fix(API): Sort listed conversations on API level so CI results are stableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-07Merge pull request #8992 from nextcloud/backport/8985/stable25Joas Schilling
[stable25] fix(polls): Remove polls also when deleting the chat history
2023-03-07fix(polls): Remove polls also when deleting the chat historyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-07Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-06Merge pull request #8945 from ↵Joas Schilling
nextcloud/dependabot/npm_and_yarn/stable25/extendable-media-recorder-wav-encoder-7.0.84 Bump extendable-media-recorder-wav-encoder from 7.0.83 to 7.0.84
2023-03-06Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-05Merge pull request #8954 from ↵Joas Schilling
nextcloud/automated/noid/stable25-update-nextcloud-ocp [stable25] Update nextcloud/ocp dependency
2023-03-05Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-05chore(dev-deps): Bump nextcloud/ocp packagenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2023-03-04Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-03Bump extendable-media-recorder-wav-encoder from 7.0.83 to 7.0.84dependabot[bot]
Bumps [extendable-media-recorder-wav-encoder](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder) from 7.0.83 to 7.0.84. - [Release notes](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder/releases) - [Commits](https://github.com/chrisguttandin/extendable-media-recorder-wav-encoder/compare/v7.0.83...v7.0.84) --- updated-dependencies: - dependency-name: extendable-media-recorder-wav-encoder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-02Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-03-01Merge pull request #8886 from nextcloud/backport/8883/stable25Joas Schilling
[stable25] fix(reactions): Fix reacting to people that left
2023-03-01fix(reactions): Fix reacting to people that leftJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-03-01Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-28Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-26Merge pull request #8859 from ↵Joas Schilling
nextcloud/automated/noid/stable25-update-nextcloud-ocp [stable25] Update nextcloud/ocp dependency
2023-02-26chore(dev-deps): Bump nextcloud/ocp packagenextcloud-command
Signed-off-by: GitHub <noreply@github.com>
2023-02-26Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-25Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-24Fix(l10n): 🔠 Update translations from TransifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-23Fix(l10n): 🔠 Update translations from Transifexv15.0.4Nextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-02-22Merge pull request #8829 from nextcloud/backport/8827/stable25Joas Schilling
[stable25] Add a step "production-setup" to produce a release package