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
path: root/lib
AgeCommit message (Collapse)Author
2021-08-31Make migration repeatableJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-31Merge pull request #6115 from nextcloud/fix/language-stringsJoas Schilling
Rename language strings to camelCase
2021-08-25Fix CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Add system messages for circlesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Also remove circle members when removing a circleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Remove unused importJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Remove unused paramJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-25Update API usage to new API levelJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Fix CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Fix tracking of circles/groups memberships when removing of eitherJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Fix the author of the system messagesJoas Schilling
Circles triggers its events async via web requests, so the session doesn't have the user info of the actor Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Only single events it isJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Check nested circlesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Try to get inherited membersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Handle the AddingCircleMemberEvent and add new members to the roomsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Don't count groups and circles as attendees for count checksJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-24Start circle tracking supportJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-08-14Fix language stringsChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2021-08-12Fix blocked audio recording preview when Talk is embedded in the sidebarDaniel Calviño Sánchez
Audio recording previews use a blob, so the Content Security Policy must allow media from blobs to be able to play it. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-08-05Merge pull request #6040 from ↵Daniel Calviño Sánchez
nextcloud/revert-5936-fix/5935/fix-documentation-links Revert "fix links to documentation"
2021-07-21Add "New in Talk" entries for version 12Vincent Petry
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-07-20Revert "fix links to documentation"kesselb
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2021-07-15Fix unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-15Add remoteIdGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-15Review fixesGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-15Fix fixable Psalm errorsGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-15Implement CloudFederationProvider for TalkGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-15Merge pull request #5667 from nextcloud/enh/noid/matterbridge-set-namesJoas Schilling
Show name for bridged messages
2021-07-15Merge pull request #6024 from nextcloud/bugfix/noid/check-circles-membershipJoas Schilling
Check circles membership when trying to add
2021-07-15Fix local detection for global scale setupJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-15Fix psalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-15Check circles membership when trying to addJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-15Add capabilityJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-14Only treat as a bridged actor if display name is setGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14Fix message groupingGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14Set avatar correctlyGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14Show name for bridged messagesGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-14Add skip TLS option for XMPP and RocketchatGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-07-09Merge pull request #5985 from nextcloud/bugfix/2232/missed-call-notificationsVincent Petry
Add "missed call" chat system message for one-to-one
2021-07-09Fix constant namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-09Add "missed call" notificationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-07Change system message stringJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-07Add unit testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-07Remove shares and fix the message markersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-07Clear historyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-05Merge pull request #5926 from nextcloud/techdebt/noid/cache-unread-message-countJoas Schilling
Use memcache to save the query for unread message count
2021-07-03fix links to documentationszaimen
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-07-02Use memcache to save the query for unread message countJoas Schilling
For a given message id $lastReadMessage we cache the number of messages that exist past that message, which happen to also be the number of unread messages, because this is expensive to query per room and user repeatedly Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-01Fix detecting wav files as voice-messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-07-01Use extended mediarecorderMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>