summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2022-05-17Allow to "Send call notifications"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-16Merge pull request #7374 from ↵Joas Schilling
nextcloud/bugfix/noid/cache-displayname-of-owner-aswell Cache display name of owner as well
2022-05-16Cache display name of owner as wellJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13Fix unit test on php 8.0+Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-11Allow to disable calling functionalityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-11Update baselineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-10Move setReadOnly to room serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-10Move setLobby() to room serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-09Move setListable() to RoomServiceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-05Move permissions logic to room serviceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Add a capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-03Allow to enable SIP without individual pin requirementJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-29ADjust reactions order after server mergeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Update baseline as the interface will die soon anyway it makes little sense ↵Joas Schilling
to add the method Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Add a capability for the permissionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Disallow sharing without chat permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-27Introduce a chat permission on the APIJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-26Merge pull request #7183 from ↵Joas Schilling
nextcloud/feature/move-system-message-listeners-annonymous-functions-to-static Move system message listeners to static methods
2022-04-26Merge pull request #7215 from ↵Joas Schilling
nextcloud/feature/move-sharing-listeners-anonymous-functions-to-static Move sharing listeners to static
2022-04-25Move sharing listeners to staticVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-25Add integration tests for guest reactionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-20Fix inverted argumentVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-20Move system message listeners to static methodsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-19Fix integration testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-19Keep "self" in nameJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-19VueJS Changes to move my reactions to parentVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-19Merge pull request #7130 from ↵Joas Schilling
nextcloud/feature/7009/retain-files-after-leaving-conversation Remove event to delete shares when user leave of room
2022-04-15Update testing app requirementsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-14Remove event to delete shares when user leave of roomVitor Mattos
Fix integration tests Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-11Expose an attribute "self" in the reaction summary with the list of own ↵Joas Schilling
reactions Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Message types are defaulting to Verbs so lets reuse the constantsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Merge pull request #7102 from ↵Vitor Mattos
nextcloud/bugfix/7099/remove-reactions-from-deleted-messages Remove reactions from deleted messages
2022-04-07Fix type handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-07Merge pull request #7108 from ↵Joas Schilling
nextcloud/feature/7079/property-typehinting-where-possible Use PHP7.4 property typehinting where possible
2022-04-06Merge pull request #7096 from ↵Vitor Mattos
nextcloud/techdebt/noid/convertDeprecationsToExceptions Make tests fail when deprecated php functions are used
2022-04-06Fix psalm issuesVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-04-06Remove notifications for deleted messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Remove reactions from deleted messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Install notifications and guests app when they are not thereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Add notification testing for chat messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Extend the notification check to the "token/messadeId" as objectId we added ↵Joas Schilling
for the desktop client Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Add notification checking to add-participant testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Remove notifications after each testJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Add check for notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Make tests fail when deprecated php functions are usedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-04-06Merge pull request #7094 from nextcloud/feature/fix-typingJoas Schilling
fix property typing
2022-04-05fix typingVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>