summaryrefslogtreecommitdiffstats
path: root/tests/php/Chat
AgeCommit message (Expand)Author
2023-05-09fix(chat): Fix call summary with only numeric user idsJoas Schilling
2023-04-18fix(recording): Don't create confusing system message about recording if acto...Joas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-04-04fix(tests): Make sure avatar service is actually calledJoas Schilling
2023-04-04Fix method to get avatarURL and validate the URLVitor Mattos
2023-04-04Document icon-url on call rich objectsVitor 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 unit testsJoas Schilling
2023-03-13Implement tests on method searchGroupsVitor Mattos
2023-03-13Suggest group mentions as wellJoas Schilling
2023-02-27Change type of notificationVitor Mattos
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-22Add optional participant parameter to the "callRecording" change eventDaniel Calviño Sánchez
2023-02-02fix(CI): Creation of dynamic property is deprecatedJoas Schilling
2023-01-02Merge pull request #7939 from nextcloud/bugfix/7238/dont-return-deleted-fileJoas Schilling
2022-12-30Add more tests and describe the datasetsVitor Mattos
2022-12-21* Remove duplicated codeVitor Mattos
2022-12-21Increase the test coverage and fix return of methodVitor Mattos
2022-12-21Moved tests from MessageParser to ChatManager test classVitor Mattos
2022-12-21Implement unit test and make fixes after thisVitor Mattos
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Fix dependecy circleJoas Schilling
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-09-29Invalidate cache on relevant changesJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-30Fix email invite SIP Dial-In system message usersJoas Schilling
2022-08-22Fix CSJoas Schilling
2022-08-19Use user displayname cache in autocomplete searchJoas Schilling
2022-08-19Use user displayname cache in mention renderingJoas Schilling
2022-08-18Fix testsJoas Schilling
2022-08-18Fix unit testsJoas Schilling
2022-08-17Fix CSJoas Schilling
2022-08-17Add display name cache to SystemMessageCarl Schwan
2022-06-30Fix testsVitor Mattos
2022-06-13Fix unit testsJoas Schilling
2022-06-10Add system messages for inviting, accepting and decliningJoas Schilling
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
2022-04-30Move Room::verifyPassword() to the RoomServiceJoas Schilling
2022-04-07Message types are defaulting to Verbs so lets reuse the constantsJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-31Use attachment service to store and retrieve shared itemsJoas Schilling
2022-03-24Allow to delete files and object shares on the APIJoas Schilling
2022-03-15Inject the attendee as well when loaded alreadyJoas Schilling
2022-02-15Make possible define attributes of room attendeesVitor Mattos
2022-02-15Implement tests to validate notify reacted messageVitor Mattos
2022-02-11Array handling fixVitor Mattos
2022-02-10Check type when verify if already notifiedVitor Mattos