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
2022-10-12Adjust filtering and sorting to the same way the dashboard frontend doesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-10Fix class casingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-07Don't search in lobbied conversationsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-10-03Move to new event syntaxbackport/8085/stable25Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Fix group byJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Bump CS and PsalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Add separate commands to monitor all calls and an individual roomJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Move talk:active-calls to dedicated Monitor namespaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Merge pull request #8044 from nextcloud/backport/8001/stable25Joas Schilling
[stable25] 🏷️ /call/ reference provider
2022-09-29Fix CS and psalmJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Simplify getRoomIconUrl methodJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Add unit test for token and message id extractionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Limit the description to open conversations and participantsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Invalidate cache on relevant changesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Show chat message preview when it's being directly linked toJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Add a reference provider for /call/ linksJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-29Fix quotes of expired messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-27Stop recursion when getting the old state of the lobby for the eventJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22Merge pull request #7976 from nextcloud/bugfix/noid/fix-typo-adminJoas Schilling
Don't use shortcut "admin"
2022-09-22Merge pull request #7978 from nextcloud/bugfix/noid/add-talk-changelog-messagesMarco
Add Talk Changelog chat messages
2022-09-22Update lib/Chat/Changelog/Manager.phpJoas Schilling
Co-authored-by: Marco <marcoambrosini@icloud.com> Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-09-22Update lib/Chat/Changelog/Manager.phpJoas Schilling
Co-authored-by: Marco <marcoambrosini@icloud.com> Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-09-22Add Talk Changelog chat messagesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22Don't use shortcut "admin"Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-22Merge pull request #7924 from nextcloud/fix-room-lengthJoas Schilling
Fix room length to make compatible with database length
2022-09-22Fix participant sessions not sent to the HPBDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-09-21Merge pull request #7959 from ↵Joas Schilling
nextcloud/bugfix/7934/restrict-polls-from-one-to-one-chats Restrict polls from one-to-one chats
2022-09-20Use mb_strlen instead of strlenVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-09-20Merge pull request #7954 from ↵Joas Schilling
nextcloud/bugfix/7952/fix-XML-endpoint-with-empty-reactions Fix chat endpoints with empty reactions in XML format
2022-09-20Restrict polls from one-to-one chatsbugfix/7934/restrict-polls-from-one-to-one-chatsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-20Fix chat endpoints with empty reactions in XML formatJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-19Add options and buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-19Implement IIconWidgetJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-19Implement dashboard IAPIWidgetJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-15Merge pull request #7917 from nextcloud/bugfix/7476/flow-and-chat-permissionsv15.0.0-beta.4Joas Schilling
Fix flow and chat permissions
2022-09-15Update lib/Flow/Operation.phpJoas Schilling
Co-authored-by: CĂ´me Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
2022-09-15Test with emojiVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-09-15Fix room length to make compatible with database lengthVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-09-14Only post flow messages when people have permissionsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-14Reset the poll and vote author information to be GDPR compliantJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-13Remove old import of admin cssJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-12Dispatch reference rendering eventJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Adjust coding styleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Add Mozart to avoid conflict with other JWT appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Use vendor-bin to separate dev from production dependenciesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-30Merge pull request #7823 from nextcloud/td/noid/var-hintJoas Schilling
add var hint
2022-08-30Merge pull request #7824 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-handling-of-guest-moderators Make handling of guest moderators consistent on different endpoints f…
2022-08-30Make handling of guest moderators consistent on different endpoints for the ↵Joas Schilling
same features Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-30add var hintArthur Schiwon
- let's tools like IDEs better deduct the classses and methods used Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-30Fix email invite SIP Dial-In system message usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>