summaryrefslogtreecommitdiffstats
path: root/lib/Chat/Notifier.php
AgeCommit message (Expand)Author
2024-02-29feat(federation): Mark conversation as directly mentioned for federated usersJoas Schilling
2024-01-18fix(chat): Diff mentions when editing messagesJoas Schilling
2023-12-11Merge pull request #11197 from nextcloud/techdebt/noid/redundant-phpdoc-tagsJoas Schilling
2023-12-11fix(CS): Remove redundant PHPDoc tagsJoas Schilling
2023-12-11fix(API): Remove unused member variablesJoas Schilling
2023-08-02feat: Add actions to the notificationJoas Schilling
2023-07-06Use PHP8's constructor property promotionHamid Dehnavi
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-03-14fix(mentions): Only allow to mention groups which are members of the conversa...Joas Schilling
2023-03-14Fix unit testsJoas Schilling
2023-03-13fix(CI): Extend psalm commentsJoas Schilling
2023-03-13fix(notifications): Only send reply notification when also mentioningJoas Schilling
2023-03-13feat(notifications): Notify group members when the group is mentionedJoas Schilling
2023-03-08Merge pull request #8846 from nextcloud/feature/send-notification-when-get-up...Joas Schilling
2023-03-07Reorganize the types of notifications separating by chagOnly and not chatOnlyVitor Mattos
2023-02-28fix(reactions): Fix reacting to people that leftJoas Schilling
2023-02-27Change type of notificationVitor Mattos
2022-12-12Fix invalid argument typesJoas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-08-23Also don't send chat notifications for blocked usersJoas Schilling
2022-08-19Use user displayname cache in notification renderingJoas Schilling
2022-05-13Add an option for "Silent send" to the APIJoas Schilling
2022-04-20Use actor and time information from the reaction not the message authorJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-03-15Inject the attendee as well when loaded alreadyJoas Schilling
2022-03-15Inject the room instead of querying it over and over againJoas Schilling
2022-02-15Fix parsing of notificationsJoas Schilling
2022-02-15Fix notification handling to notify about reactions in case of "Always notify"Joas Schilling
2022-02-15Implement tests to validate notify reacted messageVitor Mattos
2022-02-15NotifyVitor Mattos
2022-02-11Array handling fixVitor Mattos
2022-02-11Add psalm-parameters to show a problemJoas Schilling
2022-02-10Check type when verify if already notifiedVitor Mattos
2021-12-13Small fixes and use more of strict typeVitor Mattos
2021-12-10Refactor testsVitor Mattos
2021-12-09Tests refactor and changes on code after fixes on codeVitor Mattos
2021-12-08Refactor notifier methodVitor Mattos
2021-10-18Replace old type constants with new onesJoas Schilling
2021-10-04Merge pull request #6105 from nextcloud/enh/5723/sending-sharesJoas Schilling
2021-09-30Ignore sessions older than 30 seconds on notifications againJoas Schilling
2021-09-20Add sending room shares supportGary Kim
2021-09-20Add a counter for the direct mentionsJoas Schilling
2021-07-07Add unit testsJoas Schilling
2021-07-07Remove shares and fix the message markersJoas Schilling
2021-03-08Handle all getParticipants with multi sessionsJoas Schilling
2021-02-12Populate the display name when adding logged in usersJoas Schilling
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Move more functions to the servicesJoas Schilling
2020-10-30Fix chat code baseJoas Schilling