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

2111 Коммитов

Автор SHA1 Сообщение Дата
Ivan Sein 41c9423c32
Merge pull request #990 from nextcloud/notification-wording
Name change is in Chat, not right sidebar
2018-06-21 17:53:43 +02:00
Jan-Christoph Borchardt b8a68510d5
Name change is in Chat, not right sidebar
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-21 16:39:12 +02:00
Joas Schilling b6fc398886
Merge pull request #974 from nextcloud/sidebar-design
Improve call controls layout to single row
2018-06-21 16:00:43 +02:00
Jan-Christoph Borchardt e960150eca
Merge pull request #984 from nextcloud/fix-position-of-local-container-children-in-older-firefox-versions
Fix position of local container children in older Firefox versions
2018-06-21 14:03:53 +02:00
Jan-Christoph Borchardt 450c69385c
Fix copy link icon for guests
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-21 13:58:20 +02:00
Jan-Christoph Borchardt a10baaf77b
Improve call controls layout to single row
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-21 13:57:49 +02:00
Daniel Calviño Sánchez bb90b663d0 Fix position of local container children in older Firefox versions
In older Firefox versions (like Firefox 47, the one used to run the
acceptance tests), when there are one or two participants in the call,
the video, avatar and media indicators of the local container appear
centered on the right edge of the app content wrapper. With more
participants in the call their position is the expected one.

Calls with one or two participants use a special layout to make the
local video larger, and in that case the local container children use an
absolute position which is relative to the app content wrapper (due to
the container also using an absolute position in that case instead of a
relative position like done when there are more participants).

For some reason (maybe related to the app content wrapper being a flex
box) their position is not properly calculated, so their alignment to
the right edge of the app content wrapper must be forced by setting
"right: 0" (which does not interfere with the layout in newer versions).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-21 12:54:05 +02:00
Joas Schilling 0a5f065976
Merge pull request #982 from nextcloud/fix-name-not-shown-for-registered-users-without-microphone-nor-camera
Fix name not shown for registered users without microphone nor camera
2018-06-21 12:26:46 +02:00
Joas Schilling 53d274d4c5
Merge pull request #975 from nextcloud/sidebar-guest
Remove guest name input from sidebar as it already is in chat
2018-06-21 12:07:27 +02:00
Joas Schilling 9a7b1f413a
Merge pull request #980 from nextcloud/sidebar-header
Adjust room name and edit flow layout
2018-06-21 12:06:38 +02:00
Joas Schilling 029965d170
Merge pull request #981 from nextcloud/participants-whitespace
Participant list whitespace
2018-06-21 12:02:58 +02:00
Daniel Calviño Sánchez af9cb9cb5d Fix name not shown for registered users without microphone nor camera
When the peer is a registered user her name is shown when a stream is
added for that peer. However, if the peer has no microphone nor camera
then no stream is added, and thus the name was not shown. Now the name
is shown too when the connection is established to guarantee that it
will be shown even if no stream is added.

In the case of guest users the name is shown when a stream is added for
that peer, but also when a "nickChanged" message is received. That
message is sent when the peers are connected, so the name of the guest
user was already properly set even if the user has no microphone nor
camera.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-21 11:14:37 +02:00
Jan-Christoph Borchardt 164f2c2862
Fix scrollbar of participants list to be on right side
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-21 08:32:18 +02:00
Jan-Christoph Borchardt c3e9b5c246
Reduce whitespace between search and participants, and remove white block
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-21 08:26:18 +02:00
Jan-Christoph Borchardt 0cb7f16126
Merge pull request #977 from nextcloud/leave-conversation-wording
Fix wording for 'Leave conversation'
2018-06-21 08:18:38 +02:00
Jan-Christoph Borchardt b885b66a70
Adjust room name and edit flow layout
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-21 08:15:10 +02:00
Nextcloud bot d636517f41
[tx-robot] updated from transifex 2018-06-21 00:38:12 +00:00
Morris Jobke bbea21defd
Merge pull request #978 from nextcloud/border-variables
Fix input and grey tones
2018-06-20 22:31:03 +02:00
Jan-Christoph Borchardt 98fb911c03 Fix wording for 'Leave conversation'
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-20 21:40:36 +02:00
Jan-Christoph Borchardt 2a74c64d49
Fix 'Add participant' input sticking to right side
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-20 18:37:09 +02:00
Jan-Christoph Borchardt 48c382ea94
Use variables for borders
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-20 18:25:23 +02:00
Jan-Christoph Borchardt af535fcdc6
Remove guest name input from sidebar as it already is in chat
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-06-20 16:25:41 +02:00
Nextcloud bot 165172dc66
[tx-robot] updated from transifex 2018-06-20 00:37:00 +00:00
Nextcloud bot 4249fa1805
[tx-robot] updated from transifex 2018-06-17 00:39:38 +00:00
Nextcloud bot 3eab81611c
[tx-robot] updated from transifex 2018-06-16 00:39:34 +00:00
Ivan Sein 7473ccc5b2
Merge pull request #910 from nextcloud/more-signaling-fixes
More standalone signaling fixes
2018-06-15 10:08:36 +02:00
Ivan Sein 22e8ca7529
Merge pull request #890 from nextcloud/chat-standalone-signaling
Support standalone signaling server for chat
2018-06-15 09:45:58 +02:00
Nextcloud bot 136130203b
[tx-robot] updated from transifex 2018-06-15 00:38:09 +00:00
Ivan Sein c11a221a35
Merge pull request #967 from nextcloud/talk-script
add info about install script
2018-06-14 12:06:40 +02:00
Daniel Hansson 7f9b426196
changed according to suggestions 2018-06-14 12:01:09 +02:00
Nextcloud bot 14b7bb2d01
[tx-robot] updated from transifex 2018-06-14 00:38:09 +00:00
Daniel Hansson 25e3f80652
add info about install script
Feeedback is welcome!
2018-06-13 16:53:30 +02:00
Nextcloud bot 043cdd260f
[tx-robot] updated from transifex 2018-06-13 00:37:54 +00:00
Joachim Bauch 191075b8e2
Attempt to fix broken tests.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2018-06-12 12:05:27 +02:00
Joachim Bauch 890e42e0a0
Load potentially missed chat messages after reconnect.
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2018-06-12 12:05:27 +02:00
Joachim Bauch a5b899c8ba
Use standalone signaling server to notify about new chat messages.
This removes the long-polling against the PHP backend and instead sends an
event to all users in a room through the standalone signaling server to
notify that new chat messages exist.

Signed-off-by: Joachim Bauch <bauch@struktur.de>
2018-06-12 12:05:27 +02:00
Nextcloud bot 2d16639569
[tx-robot] updated from transifex 2018-06-12 00:39:46 +00:00
Ivan Sein a544fa86db
Merge pull request #887 from nextcloud/chat-signaling
Move loading of chat messages to signaling class.
2018-06-11 16:33:06 +02:00
Ivan Sein def55deebb
Merge pull request #928 from nextcloud/simplify-notification-wording
Simplify notification wording
2018-06-11 16:00:18 +02:00
Nextcloud bot 60a8276f33
[tx-robot] updated from transifex 2018-06-08 00:37:34 +00:00
Nextcloud bot 70a17eeae3
[tx-robot] updated from transifex 2018-06-07 00:36:30 +00:00
Ivan Sein 4ccc2618e7
Merge pull request #954 from nextcloud/changelog/3.2.2
Add changelog for 3.2.2
2018-06-06 17:33:33 +02:00
Ivan Sein 97f85dd315 Add changelog for 3.2.2
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-06-06 17:15:18 +02:00
Ivan Sein 86f131021f
Merge pull request #938 from nextcloud/fix-local-audio-and-video-not-disabled-when-not-available
Fix local audio and video not disabled when not available
2018-06-06 16:02:50 +02:00
Ivan Sein 8aa29fd2fc
Merge pull request #940 from nextcloud/fix-adding-the-same-participant-several-times-in-a-row
Fix adding the same participant several times in a row
2018-06-06 15:33:25 +02:00
Ivan Sein d1886d2ff9
Merge pull request #939 from nextcloud/fix-add-participant-shown-to-normal-participants
Fix "Add participant" shown to normal participants
2018-06-06 15:25:02 +02:00
Ivan Sein 8357e37de3
Merge pull request #941 from nextcloud/fix-menu-position-for-rooms-and-participants
Fix menu position for rooms and participants
2018-06-06 15:22:00 +02:00
Ivan Sein 2fc2b8695e
Merge pull request #937 from nextcloud/add-toggle-to-show-and-hide-video-from-other-participants
Add toggle to show and hide video from other participants
2018-06-06 15:19:46 +02:00
Daniel Calviño Sánchez 7a32f754b8 Fix "Add participant" shown to normal participants
Adding a participant to a room can be done only by the owner and
moderators of that room, so the "Add participant" dropdown should be
shown only to those types of participants.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-06 14:17:05 +02:00
Daniel Calviño Sánchez bc5e3aee9c Fix menu position for rooms and participants
The default position (taking into account the CSS rules from the server)
of the menu in the room and participant lists shows the arrow aligned to
the center of the menu button. Moving it to the left is not needed, and
it causes the arrow to be no longer aligned with the center of the
button. Besides the contacts menu, which is already ignored in the CSS
rule, the other only element that has the "bubble" CSS class is the menu
in the participant list, so the rule can be safely removed.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-06 13:46:50 +02:00