summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2023-04-03fix(CI): Disable rate limiting protectionJoas Schilling
2023-03-31fix(conversation-avatars): Fix integration test after renaming of the system ...Joas Schilling
2023-03-31fix(CI): Force enable 3rdparty apps in integration testsJoas Schilling
2023-03-20Remove unused propertyVitor Mattos
2023-03-17Merge pull request #9066 from nextcloud/feature/noid/mark-notifications-as-re...Joas Schilling
2023-03-16Allow to retrieve messages without marking notifications as readMarcel Müller
2023-03-14fix(mentions): Only allow to mention groups which are members of the conversa...Joas Schilling
2023-03-14Fix unit testsJoas Schilling
2023-03-13fix(notifications): Only send reply notification when also mentioningJoas Schilling
2023-03-13Implement tests on method searchGroupsVitor Mattos
2023-03-13Suggest group mentions as wellJoas Schilling
2023-03-11chore(deps-dev): Bump phpunit/phpunit in /tests/integrationdependabot[bot]
2023-03-08Merge pull request #8846 from nextcloud/feature/send-notification-when-get-up...Joas Schilling
2023-03-07fix(polls): Remove polls also when deleting the chat historyJoas Schilling
2023-03-06fix(dashboard): Filter out breakout rooms from the Dashboard API listJoas Schilling
2023-03-05Bump phpunit/phpunit from 9.6.3 to 9.6.4 in /tests/integrationdependabot[bot]
2023-03-03chore: Add Nextcloud 27 support on masterJoas Schilling
2023-03-03Merge pull request #8907 from nextcloud/feature/document-commandsJoas Schilling
2023-03-02Add message to notificationVitor Mattos
2023-03-02* Convert arguments and options to table formatVitor Mattos
2023-03-01Document commandsVitor Mattos
2023-03-01Test to verify if a command is documentedVitor Mattos
2023-03-01Remove Windows supportVitor Mattos
2023-02-28Replace linux command by PHP native implementationVitor Mattos
2023-02-28Remove unecessary request to mock serverVitor Mattos
2023-02-28Wait by mock serverVitor Mattos
2023-02-28fix(reactions): Fix reacting to people that leftJoas Schilling
2023-02-27Change type of notificationVitor Mattos
2023-02-27Fix typoVitor Mattos
2023-02-27fix(CI): Adjust unit testsJoas Schilling
2023-02-27Fix message type of files shared from mobile clientsJoas Schilling
2023-02-24fix(CI): Also use unordered comparison for the automatic assignmentJoas Schilling
2023-02-24Send notification when get upload problemVitor Mattos
2023-02-24Restrict available APIs for breakout roomsJoas Schilling
2023-02-24Merge pull request #8838 from nextcloud/bugfix/noid/make-breakout-room-tests-...Joas Schilling
2023-02-24Merge pull request #8836 from nextcloud/feature/remove-no-more-necessary-methodJoas Schilling
2023-02-24fix(CI): Make the breakout room tests more reliable by ordering locallyJoas Schilling
2023-02-24feat(recording): Add a shorter subject for the call recording notificationJoas Schilling
2023-02-23Remove isSignalingDev methodVitor Mattos
2023-02-23Extend integration testJoas Schilling
2023-02-23Merge pull request #8805 from nextcloud/bugfix/8760/remove-avatar-capabilityJoas Schilling
2023-02-22Return error when trying to stop an unknown recordingDaniel Calviño Sánchez
2023-02-22Add failed status to recordingsDaniel Calviño Sánchez
2023-02-22Add "starting" values for recording statusDaniel Calviño Sánchez
2023-02-22Include participant in start/stop requests to the recording serverDaniel Calviño Sánchez
2023-02-22Add optional participant parameter to the "callRecording" change eventDaniel Calviño Sánchez
2023-02-22Change recording status when notified by the recording serverDaniel Calviño Sánchez
2023-02-22Replace hardcoded URL with variableDaniel Calviño Sánchez
2023-02-22Prefix fake endpoint to be used from integration testsDaniel Calviño Sánchez
2023-02-21Merge pull request #8806 from nextcloud/bugfix/8759/change-recording-notifica...Joas Schilling