Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-26Introduce constants for the actor typesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-11Polite call notification for private callsJakob Röhrl
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
2020-10-30Remove last participant modifying functions from Room objectJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-30Fix creating conversations and adding participantsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-10-28Add a stub for the comments manager to clarify it's defined methodsVincent Petry
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-22Allow to preload a user when getting the room by tokenJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-08-03Move to Psr\Log\LoggerInterfaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Fix CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-07-09Defer sending the notifications when we interact multiple timesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26New line as information seperatorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-26Circumvent long messages breaking the activity app by accidentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-25Improve push notifications for upcoming iOS/Apple changesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Make label fixed value and handle unknown subjectJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-10Add notifications for changed state of the hosted signaling server accountMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-06-08Merge pull request #3745 from nextcloud/bugfix/noid/less-database-queriesJoas Schilling
Less database queries when parsing multiple notifications
2020-06-08PHP CS fixingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-05Also cache the participantJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-04Do not query the participants for pushing call notificationsJoas Schilling
We can skip the participant check when we generate push notifications. We just looped over the participants to create the notifications, they can not be removed between these 2 steps, so we can save all those queries. Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-04Temporarily cache the rooms in the notifierJoas Schilling
If we have multiple notifications to render for the same room we only do 1 query now. This e.g. heavily impacts the performance when creating "X started a call" push notifications. Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-06-04Dispatch an event to signal interest in defering the notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-04-22Move routes to appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-02-11Send the notifications after joining the callJoas Schilling
This prevents issues when sending takes long, e.g. with a lot of users Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-06Merge pull request #2502 from nextcloud/bugfix/noid/typed-eventsJoas Schilling
Typed events
2019-12-05Fix language in notificationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Add constants for event names and use patternJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-04Typed events for TalkJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-04Fix "MessageTooLongException" when mentioning someone in a long commentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-01More IShare::TYPE_* fixesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-05Bye Spreed, hello Talk!Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-02Use the new rich object type guestJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-23Use the guest name in notifications if it was providedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-30Add a mention-alike notification for repliesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-22Push notifications are rendered pre joining the callJoas Schilling
... so we should just assum someone will be in the call soon. Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18More buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Adjust the text of past-notifications and add actionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Adjust markProcessed behaviour to 17Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-18Adjust notifier to Nextcloud 17Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-27Allow longer chat messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-20Don't send a notification when inviting a user because he was mentionedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Remove notifications for the userJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-27Make room names non-optionalJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-21Fix unit tests from #1453Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-20Introduce a Message model for parsing which also allows to hide messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-14Do not load unnecessary classes in ApplicationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-13Use the datetime factory everywhereJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-12Make all classes strictJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-09Remove "{user} wants to talk with you" notification when the participant ↵Joas Schilling
joins the call Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-09Remove "{actor} invited you to {call}" notification when the user joined the ↵Joas Schilling
conversation once Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-03Don't send call notifications for file-roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>