summaryrefslogtreecommitdiffstats
path: root/lib/Chat
AgeCommit message (Expand)Author
2023-01-25Introduce a "former one-to-one" conversation typeJoas Schilling
2023-01-18Prevent duplicate shareVitor Mattos
2023-01-02Merge pull request #7939 from nextcloud/bugfix/7238/dont-return-deleted-fileJoas Schilling
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-21Move methods to chat managerVitor Mattos
2022-12-21Implement unit test and make fixes after thisVitor Mattos
2022-12-21Convert private to protected and implement filter to remove duplicated codeVitor Mattos
2022-12-21Don't return message if file don't existsVitor Mattos
2022-12-21Don't return deleted filesVitor Mattos
2022-12-21Fix channel name autocompleteRichard Steinmetz
2022-12-16Follow changes requested in code reviewVitor Mattos
2022-12-16Send system message when change room avatarVitor Mattos
2022-12-16Merge pull request #8446 from nextcloud/feature/toggle-call-recording-statusJoas Schilling
2022-12-15Fix EnglishVitor Mattos
2022-12-15Fix EnglishVitor Mattos
2022-12-12Moved the logic to check if recording is enabled to service methodsVitor Mattos
2022-12-12Moved constants from RoomService.php to Room.phpVitor Mattos
2022-12-12Specify template event classJoas Schilling
2022-12-12Fix invalid argument typesJoas Schilling
2022-12-09Add system message and testsVitor Mattos
2022-12-07Allow to start and stop breakout roomsJoas Schilling
2022-12-07Remove importsJoas Schilling
2022-12-07Some minor fixesJoas Schilling
2022-12-07Fix url generationVitor Mattos
2022-12-07Return conversation avatar in mentionsVitor Mattos
2022-11-16Remove poll data when deleting the messageJoas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move more methods away from the room modelJoas Schilling
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-09-29Invalidate cache on relevant changesJoas Schilling
2022-09-22Update lib/Chat/Changelog/Manager.phpJoas Schilling
2022-09-22Update lib/Chat/Changelog/Manager.phpJoas Schilling
2022-09-22Add Talk Changelog chat messagesJoas Schilling
2022-09-01Adjust coding styleJoas Schilling
2022-08-30Merge pull request #7823 from nextcloud/td/noid/var-hintJoas Schilling
2022-08-30Merge pull request #7824 from nextcloud/bugfix/noid/fix-handling-of-guest-mod...Joas Schilling
2022-08-30Make handling of guest moderators consistent on different endpoints for the s...Joas Schilling
2022-08-30add var hintArthur Schiwon
2022-08-30Fix email invite SIP Dial-In system message usersJoas Schilling
2022-08-30Fix close/end wordingJoas Schilling
2022-08-26Display poll result button in system messageMarco Ambrosini
2022-08-23Also don't send chat notifications for blocked usersJoas Schilling
2022-08-22Fix CSJoas Schilling
2022-08-19Use user displayname cache in autocomplete searchJoas Schilling
2022-08-19Use user displayname cache in notification renderingJoas Schilling
2022-08-19Use user displayname cache in mention renderingJoas Schilling
2022-08-19Merge pull request #7776 from nextcloud/bugfix/7764/enable-image-editorJoas Schilling
2022-08-18Merge pull request #7771 from nextcloud/bugfix/noid/expose-chat-message-expir...Vitor Mattos