Граф коммитов

13268 Коммитов

Автор SHA1 Сообщение Дата
Joas Schilling db1af53f17
Merge pull request #7822 from nextcloud/enh/references
Implement link previews
2022-08-31 21:03:49 +02:00
Joas Schilling ec558052b3
Merge pull request #7237 from nextcloud/disconnect-received-videos-by-toggling-the-video-directly-in-janus
Disconnect received videos by toggling the video directly in Janus
2022-08-31 16:35:42 +02:00
Julius Härtl 4dc5d0e243
Move @nextcloud/vue-richtext to actual dependencies
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-31 16:15:20 +02:00
Joas Schilling e2caa8596f
Fix jest ignore list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 16:12:40 +02:00
Joas Schilling b5c5b4aafc
Adjust exclude list
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 15:56:47 +02:00
Joas Schilling 5bda7f0cec
Fix eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 15:56:40 +02:00
Julius Härtl 964377ea92
Move to @nextcloud/vue-richtext
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-31 15:51:12 +02:00
Julius Härtl 43b63b9f3b
References
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-31 15:50:52 +02:00
Joas Schilling 689dadff0e
Merge pull request #7820 from nextcloud/feature/7795/display-poll-voters
Show voters details in polls
2022-08-31 15:45:51 +02:00
Joas Schilling e17b23c638
Move the margin to the avatar button so the text alone is correclty left aligned
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 15:25:30 +02:00
Joas Schilling 062e4046a1
Align the wording
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 15:25:13 +02:00
Joas Schilling 2fb3ee8220
Merge pull request #7491 from nextcloud/feature/#5330/create-text-document-within-conversation
🗒️ Create text document within conversation
2022-08-31 15:11:32 +02:00
Joas Schilling f33f908a17
Make sure the buttons without templates also have margin
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 14:56:21 +02:00
Marco Ambrosini 75ae64f712 Filter details in a method
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-31 14:32:37 +02:00
Marco Ambrosini 47b4f4d890 Display popover on click
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-31 14:17:15 +02:00
Daniel Calviño Sánchez 9036b8879e Disconnect received videos by toggling the video directly in Janus
Originally the HPB required a renegotiation to block the received
videos. However, besides the standard WebRTC way, Janus also supports
directly toggling on and off the video without any renegotiation. This
is now exposed by the signaling server through the "selectStream"
message, so the video is now blocked using that approach instead.

The previous code to block the video using a renegotiation is still
kept, though, as it could be used without HPB once all the clients
support renegotiations.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-31 13:05:20 +02:00
Marco Ambrosini a9cc254a7a Filter voters
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-31 10:17:59 +02:00
Marco Ambrosini b5841dce83 Style avatars
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-31 10:02:53 +02:00
Joas Schilling 5d3f41e609
Center the buttons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:45 +02:00
Joas Schilling 4a3864f078
Add some padding between the template options and the other parts of the form
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:44 +02:00
Joas Schilling ade8623048
Shamelessly copy the good work of Skjnldsv from the files app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:44 +02:00
Joas Schilling 7de934124f
Fix select/focus of the text input
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:43 +02:00
Joas Schilling 40a4ecd4cf
Keep the sidebar visible
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:43 +02:00
Joas Schilling a811f2f84a
Remove unused method
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:43 +02:00
Joas Schilling fa1157a7e1
Move to NcTextField
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:42 +02:00
Joas Schilling 07dfb7dc4c
Make sure the file was created and open the viewer in place
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:42 +02:00
Joas Schilling a2eaf48bbd
Create in the Talk folder
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:41 +02:00
Joas Schilling bcf873e8a6
Fix rendering mimetype icons
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:40 +02:00
Joas Schilling 20e513b590
Load the template list from the files app
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:39 +02:00
Joas Schilling e1f9b5a99b
Improve error handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:39 +02:00
Joas Schilling 53de079e50
Fix labels
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:39 +02:00
Joas Schilling 1b3578c994
Move all icons to material design
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31 08:15:38 +02:00
Marco Ambrosini b32a4b72b9
Open text document
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31 08:15:38 +02:00
Marco Ambrosini 01f3cea5ff
Add file creation dialog
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31 08:15:37 +02:00
Marco Ambrosini cc453b0c55
Add InputVue component
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31 08:15:37 +02:00
Marco Ambrosini bb67c6f9a0
Add service and ability to create and share a text file
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31 08:15:36 +02:00
Marco Ambrosini ac49d7b8c9
Add button to the attachments menu
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31 08:15:36 +02:00
Marco Ambrosini 08c33e65c5
Improve wording of attachments menu
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31 08:15:35 +02:00
Nextcloud bot 841e158f0a
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-08-31 03:23:27 +00:00
Daniel Calviño Sánchez e4c1795c32
Merge pull request #7827 from nextcloud/bugfix/noid/fix-exclude-list
Fix exclude list with vendor src/
2022-08-30 18:02:12 +02:00
Joas Schilling 1dad1a8afe
Fix exclude list with vendor src/
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-30 17:10:25 +02:00
Joas Schilling f7c24e65c8
Merge pull request #7823 from nextcloud/td/noid/var-hint
add var hint
2022-08-30 16:58:01 +02:00
Joas Schilling 68081ac319
Merge pull request #7824 from nextcloud/bugfix/noid/fix-handling-of-guest-moderators
Make handling of guest moderators consistent on different endpoints f…
2022-08-30 16:41:58 +02:00
Marco Ambrosini 447867f2cb Wrap avatars into a popover
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-30 13:15:10 +02:00
Joas Schilling 0371fc3d9f
Merge pull request #7802 from nextcloud/bugfix/7691/fix-email-invite-sipdial-in-systemmessages
Fix email invite SIP Dial-In system message users
2022-08-30 11:48:24 +02:00
Joas Schilling dfe7b6c729
Make handling of guest moderators consistent on different endpoints for the same features
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-30 11:46:00 +02:00
Arthur Schiwon 05f1b36bf7
add var hint
- let's tools like IDEs better deduct the classses and methods used

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2022-08-30 11:37:43 +02:00
Joas Schilling 23cac5b2d2
Fix email invite SIP Dial-In system message users
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-30 11:19:11 +02:00
Joas Schilling 2eabd09767
Merge pull request #7797 from nextcloud/bugfix/7693/fix-close-end-wording
Fix close/end wording
2022-08-30 07:53:08 +02:00
Joas Schilling b730d6d729
Fix close/end wording
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-30 06:41:06 +02:00