summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
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 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-14Test with emojiVitor Mattos
Signed-off-by: Vitor Mattos <vitor@php.rio>
2022-09-14Fix 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>
2022-08-30Fix close/end wordingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-29Merge pull request #7805 from ↵Marco
nextcloud/bugfix/noid/dont-allow-to-close-polls-twice Don't allow to close polls twice
2022-08-26Merge pull request #7761 from nextcloud/feature/polls-follow-upJoas Schilling
Polls cleanup
2022-08-26Don't allow to close polls twiceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-26Display poll result button in system messageMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Fix not leaving previous session when joining the same room againDaniel Calviño Sánchez
When the same room is joined again from the same PHP session the room is left with the previous Nextcloud session before joining with the new one. However, "disinvite" messages were not sent to the external signaling server for regular users, so their UI was not updated to show that the previous Nextcloud session was kicked out from the conversation. Note, however, that as a "disinvite" message is now sent the UI will show a "conversation not found" message rather than a "duplicated session" state. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-26Fix call left event not sent when leaving conversation while in a callDaniel Calviño Sánchez
When a call is left a message is sent to the external signaling server. However, that message is based on the sessions of the participants in the conversation. When a conversation is left and the participant was in a call in that conversation the call is also left, but the event was emitted after leaving the conversation. Due to that, when the message to be sent to the external signaling server was generated the participant was no longer in the conversation, and therefore it was not included in the message, so the call was not left from the point of view of the external signaling server. To solve that now the call is left and, once that is done, the conversation is left. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-25Merge pull request #7788 from ↵Joas Schilling
nextcloud/bugfix/7775/fix-notifications-when-lobby-is-active Fix notifications when lobby is active
2022-08-24Merge pull request #7743 from starypatyk/enh/noid/optimize_share_readingJoas Schilling
Reduce number of queries required to read shares
2022-08-24Fix docsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-23Misleading comment correctedDariusz Olszewski
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-08-23Return type annotation correctedDariusz Olszewski
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-08-23Also don't send chat notifications for blocked usersJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-23Filter blocked users out of the call notificationJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-22Static analysis (psalm)Dariusz Olszewski
Psalm uncovered a logic error regarding passing $shares array to resolveSharesForRecipient :-) Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-08-22lintDariusz Olszewski
Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
2022-08-22Merge pull request #7770 from ↵Joas Schilling
nextcloud/performance/7769/use-user-displayname-cache Use user displayname cache
2022-08-22Fix CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>