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 (Expand)Author
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-04-06Install notifications and guests app when they are not thereJoas Schilling
2022-04-06Add notification testing for chat messagesJoas Schilling
2022-04-06Extend the notification check to the "token/messadeId" as objectId we added f...Joas Schilling
2022-04-06Add notification checking to add-participant testsJoas Schilling
2022-04-06Remove notifications after each testJoas Schilling
2022-04-06Add check for notificationsJoas Schilling
2022-04-06Merge pull request #7094 from nextcloud/feature/fix-typingJoas Schilling
2022-04-05fix typingVitor Mattos
2022-03-31Also clear attachments from testsJoas Schilling
2022-03-31Define the objectType in integration testsJoas Schilling
2022-03-31Use attachment service to store and retrieve shared itemsJoas Schilling
2022-03-30Bump guzzlehttp/psr7 from 1.8.3 to 1.8.5 in /tests/integrationdependabot[bot]
2022-03-24Add new capabilityJoas Schilling
2022-03-24Allow to delete files and object shares on the APIJoas Schilling
2022-03-23Merge pull request #7022 from nextcloud/api/1577/media-tab-endpointJoas Schilling
2022-03-23Instead of the offset based use lastKnownMessageId as for messageJoas Schilling
2022-03-23Merge pull request #7023 from nextcloud/bugfix/noid/set-share-with-link-url-o...Joas Schilling
2022-03-21Only check the share_with_link for talk sharesJoas Schilling
2022-03-21Also check the share_with_link attributeJoas Schilling
2022-03-21Add an integration test for the shared mediaJoas Schilling
2022-03-21Add docs and capabilitiesJoas Schilling
2022-03-21Add a unit test for getParticipantsByNotificationLevelJoas Schilling
2022-03-16Reduce integration tests queriesfeature/reduce-integration-tests-queriesVitor Mattos
2022-03-15Inject the attendee as well when loaded alreadyJoas Schilling
2022-03-14Add a noteJoas Schilling
2022-03-14Add chat case of company callJoas Schilling
2022-03-14Add an integration test for the company call caseJoas Schilling
2022-03-14Merge pull request #6992 from nextcloud/fix-permissions-not-honoured-if-updat...Joas Schilling
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
2022-03-11Add a test for the system messages of reactionsfeature/6971/change-returns-of-reaction-apiJoas Schilling
2022-03-10Fix testsVitor Mattos
2022-03-09Add integration tests for setting less specific permissionsfix-loaded-values-in-permission-dialog-for-participantsDaniel Calviño Sánchez
2022-03-09Fix mapping of default permissions in integration testsDaniel Calviño Sánchez
2022-03-03Return empty array when comment haven't reactionsVitor Mattos
2022-02-22Merge pull request #6912 from nextcloud/feature/remove-unused-app-configJoas Schilling
2022-02-18Remove unused app configVitor Mattos
2022-02-17Return the remote token and server so we can compare in testsJoas Schilling
2022-02-17Fix reseting the talk data after testsJoas Schilling
2022-02-17Allow local remote serversJoas Schilling
2022-02-17Add a federation context which starts the second serverJoas Schilling
2022-02-17Add integration test to check for invitesJoas Schilling
2022-02-17Add an API endpoint to get all invitesJoas Schilling
2022-02-15Change return formatVitor Mattos
2022-02-15Make possible define attributes of room attendeesVitor Mattos
2022-02-15Implement tests to validate notify reacted messageVitor Mattos
2022-02-15NotifyVitor Mattos
2022-02-15Add capabilitiesVitor Mattos
2022-02-15Method moved to reactionManager and small fixesVitor Mattos
2022-02-15Api changes to react to a message: reactions retrieveVitor Mattos