summaryrefslogtreecommitdiffstats
path: root/lib/Notification/Listener.php
AgeCommit message (Expand)Author
2023-11-16fix(notifications): Also handle reaction notifications a bit betterJoas Schilling
2023-10-31fix(events): Migrate notifications handling to registerEventListener()Joas Schilling
2023-10-26fix(events): Migrate "Resend call notification" to new eventJoas Schilling
2023-07-10Use PHP8's constructor property promotionHamid Dehnavi
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2022-12-12Specify template event classJoas Schilling
2022-06-02Option to make possible start a call without notify participantsVitor Mattos
2022-05-17Use APP_ID constantJoas Schilling
2022-05-17Allow to "Send call notifications"Joas Schilling
2022-05-11Use \OCP\Server::get() instead of private APIJoas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-02-24Wrap notification generation in a transactionJoas Schilling
2021-12-06Replace deprecated methodVitor Mattos
2021-10-11Only get users that want the call notificationsJoas Schilling
2021-10-07Changes after run --alterVitor Mattos
2020-11-26Introduce constants for the actor typesJoas Schilling
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling
2020-10-30Fix creating conversations and adding participantsJoas Schilling
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
2020-07-09Fix CSJoas Schilling
2020-07-09Defer sending the notifications when we interact multiple timesJoas Schilling
2020-06-08PHP CS fixingJoas Schilling
2020-06-04Dispatch an event to signal interest in defering the notificationsJoas Schilling
2020-05-12Run cs:fixJoas Schilling
2020-02-11Send the notifications after joining the callJoas Schilling
2019-12-04Add constants for event names and use patternJoas Schilling
2019-12-04Typed events for TalkJoas Schilling
2019-09-05Bye Spreed, hello Talk!Joas Schilling
2019-03-20Don't send a notification when inviting a user because he was mentionedJoas Schilling
2019-02-14Do not load unnecessary classes in ApplicationJoas Schilling