summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2024-01-29fix(notification): Make sure pending invite notifications are removed correctlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-29fix(federation): Send disinvite on remote user removal and remove inviteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-26feat(federation): Add room to response when accepting an inviteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-26feat(search): Allow to search in a dedicated other conversation with a filterJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-22fix(attachments): Don't allow selecting shared folders as attachment folderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-22Merge pull request #11410 from nextcloud/bugfix/noid/document-empty-displaynameJoas Schilling
fix(docs): Document empty display names
2024-01-20chore(deps-dev): Bump phpunit/phpunit in /tests/integrationdependabot[bot]
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.15 to 9.6.16. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.16/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.15...9.6.16) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-19fix(chats): Add integration test for edit messages with deleted usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-19fix(breakout): Add integration test for reseting the breakout status on the ↵Joas Schilling
parent Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-19fix(breakout): stop breakout rooms when removing, update lastActivity when ↵Maksim Sukharev
request / dismiss assistance Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2024-01-19feat(chat): Add capability for editing messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-18fix(chat): Handle last-edit displayname and deleted usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-18feat(tests): Add first mention notification testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-15Merge pull request #11367 from nextcloud/bugfix/11206/edit-and-delete-with-202Joas Schilling
fix(chat): Also send a 202 when editing and deleting and a bot is ena…
2024-01-13chore(deps-dev): Bump behat/behat in /tests/integrationdependabot[bot]
Bumps [behat/behat](https://github.com/Behat/Behat) from 3.13.0 to 3.14.0. - [Release notes](https://github.com/Behat/Behat/releases) - [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md) - [Commits](https://github.com/Behat/Behat/compare/v3.13.0...v3.14.0) --- updated-dependencies: - dependency-name: behat/behat dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-01-12fix(chat): Also send a 202 when editing and deleting and a bot is enabledJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-11fix(chat): Don't allow editing to an empty messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-11fix(chat): Handle basic editing of captionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-01-10feat(tests): Add integration test for editingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-19fix(tests): Kill child processes before the parent process so they can be foundJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-15feat(shares): Add notifications for caption mentions and repliesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-15fix(shares): Verify replying captions are replyable and add testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-12feat(chat): Rate limit guests when mentioning othersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-11Merge pull request #11192 from ↵Joas Schilling
nextcloud/techdebt/noid/remove-unused-member-variables fix(API): Remove unused member variables
2023-12-11fix(API): Remove unused member variablesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-11fix(CI): Update baselineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-09chore(deps-dev): Bump guzzlehttp/guzzle in /tests/integrationdependabot[bot]
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.8.0 to 7.8.1. - [Release notes](https://github.com/guzzle/guzzle/releases) - [Changelog](https://github.com/guzzle/guzzle/blob/7.8/CHANGELOG.md) - [Commits](https://github.com/guzzle/guzzle/compare/7.8.0...7.8.1) --- updated-dependencies: - dependency-name: guzzlehttp/guzzle dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08Merge pull request #11116 from ↵Joas Schilling
nextcloud/techdebt/noid/improve-conversation-test-split Improve conversation test split to have more even execution times
2023-12-08Improve conversation test split to have more even execution timesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-05Preload the files metadata and cache photos-sizeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-12-05Add metadata to file parametersMarcel Müller
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
2023-12-04Merge pull request #11069 from nextcloud/bugfix/noid/update-bfp-handlingJoas Schilling
fix(API): Remove unused variables and deprecated methods
2023-12-02chore(deps-dev): Bump phpunit/phpunit in /tests/integrationdependabot[bot]
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.13 to 9.6.15. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.15/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.13...9.6.15) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01fix(API): Remove unused variables and deprecated methodsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-29Fix undefined $participant when calling a lobbied roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-23Merge pull request #10985 from nextcloud/update-main-versionJoas Schilling
feat(deps): Add Nextcloud 29 support on main
2023-11-23Merge pull request #10977 from nextcloud/techdebt/noid/remove-deprecationsJoas Schilling
techdebt(API)!: Remove deprecations
2023-11-23feat(deps): Add Nextcloud 29 support on mainJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-23Merge pull request #10971 from nextcloud/bugfix/10595/block-calls-in-former-1-1Joas Schilling
fix(calls): Explicitly block calls in former one-to-one
2023-11-23fix(events)!: Remove deprecated eventsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-22Merge pull request #10970 from ↵Joas Schilling
nextcloud/bugfix/9656/correctly-notify-admins-on-hpb-expiration fix(hosted-hpb): Correctly handle API response when the account expir…
2023-11-22fix(calls): Explicitly block calls in former one-to-oneJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-22fix(hosted-hpb): Correctly handle API response when the account expired or ↵Joas Schilling
was deleted Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-22fix(API): Require recording consent compatible version of clientsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-17Merge pull request #10920 from ↵Joas Schilling
nextcloud/bugfix/noid/handle-DoesNotExistException fix(call): Handle DoesNotExistException when ringing an attendee
2023-11-17fix(call): Handle DoesNotExistException when ringing an attendeeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-17fix(CI): Fix psalm missing chache() on the stubJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-14feat(tests): Add integration test for note-to-self conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-13fix(chat): Handle `at-all` in note to selfJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-13fix(session): Don't attempt to set session state without a sessionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>