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

2065 Коммитов

Автор SHA1 Сообщение Дата
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
Daniel Calviño Sánchez 2dcaae4666 Add toggle to show and hide video from other participants
Before a user could disable her own video, but she had no way to disable
the videos from other participants. This could be needed, for example,
to alleviate the load on low-end systems, as in that case playing the
video from remote participants could be too much for the system. Now a
toggle is provided to manually show or hide the video of each remote
participant if needed.

The toggle is shown only when the remote participant is sending video;
if the remote participant has disabled her own video (or does not have a
camera) the toggle is hidden.

Note that the toggle just shows or hides the HTML video element; it does
not notify the remote participant to mute her video or to fully stop
sending it. It is purely a local change that does not affect the remote
clients. In the future this could be extended to involve the remote
clients too, but for now just hiding the HTML video element notably
reduces the CPU load in most systems (although unfortunately in some
cases it does not).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-06 12:17:51 +02:00
Daniel Calviño Sánchez b03759fe14
Merge pull request #936 from nextcloud/fix-read-mark
Mark messages directly as read when waiting for new messages.
2018-06-06 11:22:34 +02:00
Daniel Calviño Sánchez 1a3664a6d7 Remove unneeded code
The "hidden" CSS class is not used in the avatar container of remote
participants (only for the local one), so there is no need to remove it.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-06 11:10:37 +02:00
Daniel Calviño Sánchez 69c38c05ac Move code to mute and unmute remote videos to OCA.SpreedMe.videos
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-06 10:58:24 +02:00
Ivan Sein b84ce9b556 Mark messages directly as read when waiting for new messages.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-06-06 10:47:57 +02:00
Ivan Sein e487b4edfd
Merge pull request #934 from nextcloud/fix-appearance-of-participants-menu-button
Fix appearance of participants menu button
2018-06-06 10:26:47 +02:00
Ivan Sein 0569b5025e
Merge pull request #929 from nextcloud/fix-tab-header-icons-not-shown
Fix tab header icons not shown
2018-06-06 10:22:33 +02:00
Ivan Sein 8c8328a196
Merge pull request #926 from nextcloud/call-notifications-users-not-in-call
Send call notifications to every room participant that is not in the …
2018-06-06 10:17:32 +02:00
Nextcloud bot 8568576498
[tx-robot] updated from transifex 2018-06-06 00:37:04 +00:00
Nextcloud bot f709c64970
[tx-robot] updated from transifex 2018-06-05 00:36:20 +00:00
Daniel Calviño Sánchez f10f0627c6 Highlight participants menu button on hover and focus
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-04 13:56:40 +02:00
Daniel Calviño Sánchez 1b2a838ec3 Fix local audio and video not disabled when not available
When the streams are initialized and there is no audio or no video the
"audio/videoNotFound" flag is set. This flag prevents the audio or video
from being enabled later, and it is also used to discard calls to
"disableAudio/Video", as there would be no need to disable them if they
were not found. However, in that last case, it is necessary to
explicitly disable them before the flag is set.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-04 06:21:11 +02:00
Nextcloud bot 2f61dfebfb
[tx-robot] updated from transifex 2018-06-04 00:35:31 +00:00
Nextcloud bot 5edf717756
[tx-robot] updated from transifex 2018-06-03 00:37:04 +00:00
Daniel Calviño Sánchez f07a0c6c46 Fix appearance of participants menu button
Buttons with icons should have a size of 44x44px for easier interaction.
This matches the height of the participant list item in which the button
appears, and as such also centers the button vertically with the name of
the participant.

With the larger size the default grey background of the button is now
much more visible, but as the button has no border the background looks
strange. Due to this the background is removed, which also gives the
menu button in the participant list a consistent look with the menu
button in the room list.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-01 17:20:59 +02:00
Daniel Calviño Sánchez d0c6f1a3ba Fix adding the same participant several times in a row
When a participant is selected in the select2 dropdown the "change"
event is triggered for the "Add participants" input; this sets the value
of the input and also adds the participant to the room. However, the
event is triggered only if the selected item is different than the
current value of the "Add participant" input. Due to this, the value has
to be cleared when it is set to make possible to add the same
participant several times in a row (for example, in different rooms).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-06-01 11:30:52 +02:00
Nextcloud bot 9bf78d6b9a
[tx-robot] updated from transifex 2018-06-01 00:36:46 +00:00
Daniel Calviño Sánchez 0672814808 Fix tab header icons not shown
The links in the tab header use an "icon-XXX" CSS class to define the
icon that is shown next to it; icons are defined using a
"background-image" CSS property in a ".icon-XXX" CSS selector.

The links in the tab header have their own CSS rules to place them in
the right position. Those CSS rules use a more specific selector than
the one used for the icons, so the CSS rules for the links in the tab
header override the CSS rules for the icons. Therefore, the
"background-repeat" and "background-position" properties must be
specified individually. Otherwise, if the general "background" CSS
property is used the "background-image" from the icon would be overriden
with a null image and thus no icon would be shown.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-05-31 14:41:40 +02:00
Nextcloud bot 52366b3517
[tx-robot] updated from transifex 2018-05-31 00:37:12 +00:00
Ivan Sein 1256842d3b Send call notifications to every room participant that is not in the call.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-05-30 10:55:40 +02:00
Ivan Sein 323d64eda2
Merge pull request #919 from nextcloud/calls-are-conversations
Calls are Conversations
2018-05-30 09:48:12 +02:00
Nextcloud bot 2abbf31ced
[tx-robot] updated from transifex 2018-05-30 00:37:42 +00:00
Ivan Sein 0f22c00dd1 Change notifications and activities strings.
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-05-29 11:18:56 +02:00
Nextcloud bot 4abf626cab
[tx-robot] updated from transifex 2018-05-29 00:37:06 +00:00
Daniel Calviño Sánchez 7ba70a766f
Merge pull request #913 from nextcloud/feature/noid/client-links
Add client links to personal settings
2018-05-28 16:02:02 +02:00
Nextcloud bot c008681997
[tx-robot] updated from transifex 2018-05-26 00:40:30 +00:00
Nextcloud bot 0e40c75def
[tx-robot] updated from transifex 2018-05-25 00:42:27 +00:00
Julius Härtl ed864cf6ca
Fix order of settings in appinfo.xml
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-05-24 15:02:11 +02:00
Nextcloud bot a740a198c1
[tx-robot] updated from transifex 2018-05-24 00:41:37 +00:00
Nextcloud bot cf1ba7d58b
[tx-robot] updated from transifex 2018-05-23 00:42:17 +00:00
Julius Härtl 247b99739d
Add client links to personal settings
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-05-22 09:43:03 +02:00
Nextcloud bot 4f50d9cd54
[tx-robot] updated from transifex 2018-05-22 00:38:10 +00:00
Nextcloud bot d42badb4ef
[tx-robot] updated from transifex 2018-05-20 00:37:07 +00:00
Nextcloud bot 9807aa7dc4
[tx-robot] updated from transifex 2018-05-18 00:40:15 +00:00
Nextcloud bot b89b062e16
[tx-robot] updated from transifex 2018-05-17 00:41:00 +00:00
Nextcloud bot 5768b6ccbb
[tx-robot] updated from transifex 2018-05-14 00:36:39 +00:00
Nextcloud bot 8cd34e8c69
[tx-robot] updated from transifex 2018-05-12 00:36:39 +00:00
Joas Schilling 34514eef0c
Merge pull request #900 from nextcloud/changlog/3-2-1/fix-all-the-things
Add changelog for 3.2.1
2018-05-11 11:03:50 +02:00
Joas Schilling 19a8dcdad2
Add changelog for 3.2.1
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-05-11 10:48:33 +02:00
Joas Schilling 03c4e1879b
Merge pull request #896 from nextcloud/fix-scrolling-on-participants-list
Fix scrolling on participants list
2018-05-11 10:36:46 +02:00
Joas Schilling bef3f8111d
Merge pull request #893 from nextcloud/make-acceptance-test-for-two-users-chatting-more-robust
Make acceptance test for two users chatting more robust
2018-05-11 10:34:49 +02:00