Vincent Petry
dbc294ff5b
Merge pull request #5889 from nextcloud/feature/1243/clear-history
🗑️ 💬 Clear chat history - Backend
5 years ago
Vincent Petry
f1e6bd4f95
Merge pull request #5964 from nextcloud/bugfix/5959/never-unread-marker-lastmessage
Never show read marker on the very last message
5 years ago
Vincent Petry
13e399919f
Never show read marker on the very last message
Added condition to detect the last message when deciding whether to
render the read marker.
Fixes issues when the last message is a deleted one or a command and
where the marker was displayed.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Co-authored-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
b138414888
Change system message string
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
7a8df94550
Merge pull request #5799 from nextcloud/enh/noid/simplify-sidebar-in-one-to-one-conversations
Enh/noid/simplify sidebar in one to one conversations
5 years ago
Marco Ambrosini
b41176fc70
Remove participants tab and collapse sidebar for one to one conversations
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
74adda3a7c
Remove participant tab in one to one conversations
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Joas Schilling
31a32b6780
Add unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
bbed7ef202
Add integration test
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
81922eef89
Remove shares and fix the message markers
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
d76631499a
Clear history
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
marco
b6ae3b8166
Merge pull request #5966 from nextcloud/bugfix/5957
Initialize the wav encoder in the entry points instead of in the audiorecorder component
5 years ago
Marco Ambrosini
1fb72c80e5
Initialize the wav encoder in the entry points instead of in the audiorecorder component
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Nextcloud bot
2144b60622
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Vincent Petry
7fd3c810ec
Merge pull request #5437 from nextcloud/feature/noid/use-vue-list-item-component
Use ListItem component
5 years ago
Marco Ambrosini
ca27e59238
Fix tests
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
dceecb648e
Fix searchable conversations bug
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
7844fd83ee
Fix highlighted counter bug
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
b8422192e9
Highlight counter if mentioned
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
85551d43b5
Fix tests
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
a238577757
Use vue list item component
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Joas Schilling
72b592b17d
Merge pull request #5956 from nextcloud/bugfix/5917/fix-emoji-picker-safari
Fix invisible emoji picker
5 years ago
Marco Ambrosini
809804bc6e
Fix invisible emoji picker
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Joas Schilling
09aafea452
Merge pull request #5954 from nextcloud/changelog/12.0.0
Fix changelog, version and date for 12.0.0
5 years ago
Joas Schilling
c852531910
Fix changelog, version and date for 12.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Vincent Petry
c6cb8dc6c2
Merge pull request #5950 from nextcloud/bugfix/5949/fix-guest-avatar
Fix guest avatars
5 years ago
Joas Schilling
6f54f3d471
Fix unit test
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Nextcloud bot
4c1713b3ef
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
Joas Schilling
cc4f44364a
Fix guest avatars
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
eceb4d4681
Merge pull request #5926 from nextcloud/techdebt/noid/cache-unread-message-count
Use memcache to save the query for unread message count
5 years ago
Vincent Petry
2c45d447a0
Merge pull request #5936 from nextcloud/fix/5935/fix-documentation-links
fix links to documentation
5 years ago
Vincent Petry
9b4cde2760
Merge pull request #5942 from nextcloud/bugfix/noid/import-appnavigationcaption-component
Add missing import
5 years ago
Vincent Petry
7766c9ec7d
Merge pull request #5939 from jimlinntu/fixinputmethod
Prevent submitting the message when the user is composing
5 years ago
Joas Schilling
a71b17d813
Add missing import
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Jim Lin
cbfabc9e81
Prevent submitting the message when the user is composing
Signed-off-by: Jim Lin <b04705003@ntu.edu.tw>
5 years ago
Nextcloud bot
c7c0ce5bdf
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
5 years ago
szaimen
0fe699b97a
fix links to documentation
Signed-off-by: szaimen <szaimen@e.mail.de>
5 years ago
Joas Schilling
ca8a3516b3
Use memcache to save the query for unread message count
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>
5 years ago
Joas Schilling
127b54fe57
Merge pull request #5913 from nextcloud/changelog/12.0.0-rc.1
Add changelog for 12.0.0-rc.1
5 years ago
Joas Schilling
523346a41a
Add changelog for 12.0.0-rc.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
44ae334c3d
Merge pull request #5535 from nextcloud/simulcast-support
Add support for simulcast streams.
5 years ago
marco
b3bd81eb96
Merge pull request #5903 from nextcloud/bugfix/noid/fix-audio-recordings
Use extended mediarecorder
5 years ago
Daniel Calviño Sánchez
234d529215
Disable simulcast for screenshares for now
Simulcast does not currently work for screenshares neither in Firefox
nor in Chromium. Moreover, if a screen is shared in Chromium and
simulcast is enabled for the peer connection of the screen Janus logs
will be spammed with "[WARN] Incoming RTCP SR SSRC (XXXXXXXXX) does not
match the expected one (YYYYYYYYYY) video=1" messages. Therefore, for
now, simulcast is disabled for screen peers.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years ago
Joachim Bauch
262023c0fa
Add support for simulcast streams.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
5 years ago
Marco Ambrosini
200bf7f183
Always stop audio streams
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Marco Ambrosini
96b89c0f21
Fix tests
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago
Vincent Petry
6c69b18b8a
Merge pull request #5885 from nextcloud/fix-connection-quality-warning-shown-due-to-stalled-stats
Fix connection quality warning shown due to stalled stats
5 years ago
Joas Schilling
244023ee9a
Only show the inline player for voice-messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Joas Schilling
39a929e20d
Fix detecting wav files as voice-messages
Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago
Marco Ambrosini
63fe1ac0d7
Use extended mediarecorder
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago