summaryrefslogtreecommitdiffstats
path: root/lib/Notification
AgeCommit message (Expand)Author
2023-08-04fix: Handle former one-to-one specifically so they render againJoas Schilling
2023-08-04feat: Add actions to the notificationJoas Schilling
2023-08-04feat(notification): API for "Remind me later"Joas Schilling
2023-04-20fix(CS): Automatic fix of coding styleJoas Schilling
2023-04-20feat(recording): Automatically generate transcripts of call recordings when p...Joas Schilling
2023-04-13chore(CS): Unify construct() callsJoas Schilling
2023-04-13automated: Apply CS fixJoas Schilling
2023-04-04Fix method to get avatarURL and validate the URLVitor Mattos
2023-04-04Document icon-url on call rich objectsVitor Mattos
2023-04-04Change "administrations" to "administration"Valdnet
2023-04-04l10n: Correct wordValdnet
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-02Add message to notificationVitor Mattos
2023-02-27Fix typoVitor Mattos
2023-02-24Send notification when get upload problemVitor Mattos
2023-02-24feat(recording): Add a shorter subject for the call recording notificationJoas Schilling
2023-02-21Add file as subject parameterJoas Schilling
2023-02-21Change notification object type for better handling in mobile clientsJoas Schilling
2023-01-25Introduce a "former one-to-one" conversation typeJoas Schilling
2023-01-18Fixes to share stored recordingVitor Mattos
2023-01-17CHange to more specific textVitor Mattos
2023-01-17Move dismiss stored notification to specific endpointVitor Mattos
2023-01-17Fix share file to roomVitor Mattos
2023-01-16Add dismiss recording notificationVitor Mattos
2023-01-16Fix room name and integration testVitor Mattos
2023-01-14Fix unit testsVitor Mattos
2023-01-14Refactors after code reviewVitor Mattos
2023-01-14Parse stored recording notificationVitor Mattos
2023-01-04Also check the expiration on all other renderingsJoas Schilling
2022-12-12Specify template event classJoas Schilling
2022-10-04Move getParticipant()Joas Schilling
2022-10-04Move getParticipant*() methods to participant serviceJoas Schilling
2022-08-23Also don't send chat notifications for blocked usersJoas Schilling
2022-08-23Filter blocked users out of the call notificationJoas Schilling
2022-08-19Use user displayname cache in notification renderingJoas Schilling
2022-06-10Fix notification handlingJoas 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-07Message types are defaulting to Verbs so lets reuse the constantsJoas Schilling
2022-04-07Fix type handlingJoas Schilling
2022-04-07Merge pull request #7108 from nextcloud/feature/7079/property-typehinting-whe...Joas Schilling
2022-04-06Use PHP7.4 property typehinting where possibleVitor Mattos
2022-04-06Remove notifications for deleted messagesJoas Schilling
2022-03-21Do not load the session in getParticipantByActor() as no caller needs itJoas Schilling
2022-02-24Wrap notification generation in a transactionJoas Schilling
2022-02-15Fix parsing of notificationsJoas Schilling
2021-12-06Replace deprecated methodVitor Mattos