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-10-04Merge pull request #6105 from nextcloud/enh/5723/sending-sharesJoas Schilling
Add sending room shares support
2021-10-04Merge pull request #6300 from ↵Joas Schilling
nextcloud/bugfix/noid/ignore-timed-out-sessions-on-notifications Ignore sessions older than 30 seconds on notifications again
2021-10-04Merge pull request #6303 from ↵Joas Schilling
nextcloud/bugfix/6302/dont-allow-to-get-pushes-for-talk-activity Don't allow to get pushes for Talk activity
2021-10-04TyposJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-30Only "active" sessions can keep the call aliveJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-30Fix CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-30Ignore sessions older than 30 seconds on notifications againJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-30Don't allow to get pushes for Talk activityJoas Schilling
* Chat mentions have custom notifications * Calls have custom notifications and vanish when you participated * Invites to new conversations have custom notifications There are no other activities Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-29TestsVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio> Update tests/php/Chat/ChatManagerTest.php Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2021-09-29Moved code to specialist method and add fallback to allVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio> Update lib/Chat/ChatManager.php Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2021-09-27Error if federation not enabledGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-21Review fixesGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-20StrictJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-20Set share owner properlyGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-20Add sending room shares supportGary Kim
Signed-off-by: Gary Kim <gary@garykim.dev>
2021-09-20Merge pull request #6193 from ↵Joas Schilling
nextcloud/feature/4623/different-mention-marker-for-all-mentions Add a flag for the direct mentions
2021-09-20Add a counter for the direct mentionsJoas Schilling
This allows the UI can show the user bubble depending on user vs. all mentions Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-17Don't error hard when adding users to roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-17Add some validation to the geo location idJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-15Merge pull request #6205 from ↵Joas Schilling
nextcloud/bugfix/3598/inconsistent-handling-of-deleted-users Unify handling of deleted users
2021-09-14Unify handling of deleted usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-09-14Fix renewing the session id after password useJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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