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
2019-09-11Merge pull request #2155 from nextcloud/bye-spreed-hello-talkIvan Sein
Bye Spreed, hello Talk!
2019-09-09Show the call summary after the last "left the call" messageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-09Also create call summary for calls with only guestsJoas 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-08-29Fix the activity description because there are no roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-17Add a new column to record who joined a callJoas Schilling
This makes sure users that only joined the chat are not listed in the call summary Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-04Merge pull request #1585 from nextcloud/feature/1105/allow-to-restrict-to-groupJoas Schilling
Allow to restrict to group
2019-03-04Merge pull request #1581 from ↵Joas Schilling
nextcloud/bugfix/1530/duplicated-call-summary-message Fix duplicated call summary message when multiple people leave at the…
2019-03-01Hide activities for users who can not TalkJoas 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-26Fix duplicated call summary message when multiple people leave at the same timeJoas 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>
2018-11-12Do not create the participant when we don't need themJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-30Fix the system message of call activitiesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-27Add calls to system messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-26Remove useless commentsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-07-26PHP7 for OCA\Spreed\ActivityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-05-29Change notifications and activities strings.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-02-15cast userids to string to avoid issues with numerical IDsArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-11-17Fix call activityJoas Schilling
Regression from "Split joining a room from call" Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-15Create invitation activity "{actor} invited you to {call}" via hookJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-11-15Better method namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-19Fix activity descriptionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-11Simplify activity and fix handling of deleted roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-11Add more tests for invitationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-11Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-10Activities for callsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-06-20Use PNG icon on activity emailJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-02-23Add unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-02-23Add activities when you were invited to a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>