summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2022-05-17Allow to "Send call notifications"Joas Schilling
2022-05-16Merge pull request #7374 from nextcloud/bugfix/noid/cache-displayname-of-owne...Joas Schilling
2022-05-16Cache display name of owner as wellJoas Schilling
2022-05-13Fix unit test on php 8.0+Joas Schilling
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
2022-05-11Allow to disable calling functionalityJoas Schilling
2022-05-11Update baselineJoas Schilling
2022-05-10Move setReadOnly to room serviceJoas Schilling
2022-05-10Move setLobby() to room serviceJoas Schilling
2022-05-09Move setListable() to RoomServiceJoas Schilling
2022-05-05Move permissions logic to room serviceJoas Schilling
2022-05-03Add a capabilityJoas Schilling
2022-05-03Allow to enable SIP without individual pin requirementJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-29ADjust reactions order after server mergeJoas Schilling
2022-04-27Update baseline as the interface will die soon anyway it makes little sense t...Joas Schilling
2022-04-27Add a capability for the permissionJoas Schilling
2022-04-27Disallow sharing without chat permissionsJoas Schilling
2022-04-27Introduce a chat permission on the APIJoas Schilling
2022-04-26Merge pull request #7183 from nextcloud/feature/move-system-message-listeners...Joas Schilling
2022-04-26Merge pull request #7215 from nextcloud/feature/move-sharing-listeners-anonym...Joas Schilling
2022-04-25Move sharing listeners to staticVitor Mattos
2022-04-25Add integration tests for guest reactionsJoas Schilling
2022-04-20Fix inverted argumentVitor Mattos
2022-04-20Move system message listeners to static methodsVitor Mattos
2022-04-19Fix integration testJoas Schilling
2022-04-19Keep "self" in nameJoas Schilling
2022-04-19VueJS Changes to move my reactions to parentVitor Mattos
2022-04-19Merge pull request #7130 from nextcloud/feature/7009/retain-files-after-leavi...Joas Schilling
2022-04-15Update testing app requirementsJoas Schilling
2022-04-14Remove event to delete shares when user leave of roomVitor Mattos
2022-04-11Expose an attribute "self" in the reaction summary with the list of own react...Joas Schilling
2022-04-07Message types are defaulting to Verbs so lets reuse the constantsJoas Schilling
2022-04-07Merge pull request #7102 from nextcloud/bugfix/7099/remove-reactions-from-del...Vitor Mattos
2022-04-07Fix type handlingJoas Schilling
2022-04-07Merge pull request #7108 from nextcloud/feature/7079/property-typehinting-whe...Joas Schilling
2022-04-06Merge pull request #7096 from nextcloud/techdebt/noid/convertDeprecationsToEx...Vitor Mattos
2022-04-06Fix psalm issuesVitor Mattos
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-04-06Remove notifications for deleted messagesJoas Schilling
2022-04-06Remove reactions from deleted messagesJoas Schilling
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-06Make tests fail when deprecated php functions are usedJoas Schilling
2022-04-06Merge pull request #7094 from nextcloud/feature/fix-typingJoas Schilling
2022-04-05fix typingVitor Mattos