Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-03-16Reduce integration tests queriesfeature/reduce-integration-tests-queriesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-03-15Inject the attendee as well when loaded alreadyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-14Add a noteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-14Add chat case of company callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-14Add an integration test for the company call caseJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-14Merge pull request #6992 from ↵Joas Schilling
nextcloud/fix-permissions-not-honoured-if-updated-right-before-joining-a-call Fix permissions not honoured if updated right before joining a call
2022-03-14Fix permissions not honoured if updated right before joining a callfix-permissions-not-honoured-if-updated-right-before-joining-a-callDaniel Calviño Sánchez
When the local participant joins a call the sent media is based on the last fetched permissions. However, once the call is joined the sent media is based on the participant permissions updates notified by the signaling messages. When the HPB is used the "participantPermissions" property of the "participants->update" signaling messages is used. Those messages are sent when the permissions are modified and also when a participant joins a call, but in this last case it did not include the expected property. Due to this, if the permissions of the local participant were updated right before the participant joined the call and the participant data was not fetched again yet the previous permissions would be used. If the message sent when the permissions were updated was received before actually joining the call then it would be ignored, and although the message sent due to joining the call would be processed the WebUI would not notice the permission change, as the message did not provide them. To solve that now the "participants->update" message sent when joining a call also includes the permissions. This way, even if the previous permissions are initially used when joining the call as soon as the signaling message sent due to joining the call is received the WebUI will adjust the sent media to the new permissions. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-03-11Add a test for the system messages of reactionsfeature/6971/change-returns-of-reaction-apiJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10Fix testsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-03-09Add integration tests for setting less specific permissionsfix-loaded-values-in-permission-dialog-for-participantsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-03-09Fix mapping of default permissions in integration testsDaniel Calviño Sánchez
The numeric value of the default permission is 0, so it needs to be explicitly set as it never matches in the boolean and. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-03-03Return empty array when comment haven't reactionsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-22Merge pull request #6912 from nextcloud/feature/remove-unused-app-configJoas Schilling
Remove unused app config
2022-02-18Remove unused app configVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-17Return the remote token and server so we can compare in testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17Fix reseting the talk data after testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17Allow local remote serversJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17Add a federation context which starts the second serverJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17Add integration test to check for invitesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-17Add an API endpoint to get all invitesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-15Change return formatVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Make possible define attributes of room attendeesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Implement tests to validate notify reacted messageVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15NotifyVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Add capabilitiesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Method moved to reactionManager and small fixesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Api changes to react to a message: reactions retrieveVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Api changes to react to a message: reactions deleteVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Api changes to react to a message: reactions addVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-15Merge pull request #6893 from ↵Joas Schilling
nextcloud/bugfix/6883/check-type-when-verify-if-already-notified Check type when verify if already notified
2022-02-15Merge pull request #6895 from nextcloud/feature/noid/only-handle-activities-onceJoas Schilling
Handle generate the end_call_for_all activity intentionally
2022-02-15Add integration test for system messages when ending a callDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-02-14Update image in script to run local integration tests in DockerDaniel Calviño Sánchez
PHP 7.3 support was dropped for Nextcloud 24. The Docker image is updated to the same image used for integration tests in CI. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-02-11Array handling fixVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-10Check type when verify if already notifiedVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-02-09Update coding standardJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-02-04Add a capability for conversation permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-24Merge pull request #6812 from ↵Joas Schilling
nextcloud/bugfix/6811/dont-force-signaling-mode-when-hpb-trial-is-used Don't force signaling mode when HPB trial is used
2022-01-24Don't force signaling mode when HPB trial is usedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Merge pull request #6807 from nextcloud/feature/noid/allow-mark-as-unreadJoas Schilling
Allow to mark a conversation as unread
2022-01-21Allow to mark a conversation as unreadJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-01-21Integration test for check share restrictions on one to one conversationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-21Check share restrictions on one to one conversationVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-01-20Merge pull request #6675 from nextcloud/refactor-notifierJoas Schilling
Refactor notifyMentionedUsers method
2021-12-15Make it explicit when the participant list changedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-15Only for guests and self-joined users disconnecting is "leaving"Joas Schilling
So only trigger a disinvite in those cases Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-14Add an integration test to join an open conversation which also has a passwordJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-12-10Refactor testsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-12-09Add tests to methods getMentionedUserIds and getMentionedUsersVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2021-12-09Tests refactor and changes on code after fixes on codeVitor Mattos
The class Comment don't need be mocked Signed-off-by: Vitor Mattos <vitor@php.rio>