Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-08-26Display your votes in results pageMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Do not display decimals in percentagesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Fix footer textMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Make room for close buttonMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Remove dismiss buttonMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Rename close poll into end pollMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Focus next answer when adding itMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Improve layout for long questionsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Disallow empty voteMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Show if user has voted or not in poll previewMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Display user vote when going back to the voting pageMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Add dismiss buttonMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Do not compute checkboxradioswitch type if poll is not loadedMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Fix modal not opening after poll creationMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Ignore call signaling messages when not in a callfix-inconsistent-state-when-leaving-a-call-failsDaniel Calviño Sánchez
When a participant was not in the call but received an offer it was ignored to avoid establishing a connection. However, all the other call signaling messages were still processed. Due to this, if a participant leaves the call but that fails in the server that participant still receives all the participant updates (which also list that participant as still in the call) and therefore that participant tries to establish a connection with the other participants. To prevent that now all call signaling messages are ignored when the local participant is not in the call. Due to this the call signaling message that changes the state from the local participant to disconnected is now ignored as well, although that should not be a problem given that (since the previous commmit) the call related data is immediately cleared when the call is left, without waiting for the signaling message. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-26Clear call related data immediately when leaving callDaniel Calviño Sánchez
When a call is left the peer connections are immediately ended. However, the data of the participants (like the call state), the CallParticipantModels as well as the timers to retry failed connections were cleared once the signaling message updating the current participant state to disconnected was received. If leaving the call failed in the server that message will not be received, so pending connections were retried even if no longer in the call, and when joining again a previous model could be reused, leading to different issues. Due to that the call related data is now immediately cleared when the call is left, no matter if the signaling message about leaving the call is then received or not (and, if it is, nothing will happen as the data was already cleared). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-26Remove unneeded assignmentDaniel Calviño Sánchez
When "usersChanged(signaling, [], previousUsersInRoom)" is called "previousUsersInRoom" is assigned to the difference with itself and, therefore, to an empty array, so there is no need to explicitly do it afterwards. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-26Emit "leaveCall" event even if the request to leave the call failsDaniel Calviño Sánchez
When a call is left the UI always changes to the "not-in-a-call" state. However, if leaving the call fails the signaling did not emit the "leaveCall" event, so the WebRTC connections were not stopped due to leaving the call, nor they were left later when the signaling sent the updated list of participants, as the participant did not leave the call from the point of view of the server. Even if leaving the call fails in the server the call should be locally left when the user requests it, so now "leaveCall" is emitted even if leaving the call failed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-25Update src/components/ConversationSettings/ExpirationSettings.vueValdnet
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-25l10n: Correct wordValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-25l10n: Change wordValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-25l10n: Change style of sentenceValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-23Merge pull request #7787 from nextcloud/bugfix/noid/help-translatorsrakekniven
Help translators by clarifying it's a note
2022-08-23Add empty content to the shared items tab when projects is disabledJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-23Hide deprecated projects in shared items tab by defaultChristopher Ng
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-08-23Help translators by clarifying it's a noteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-22Merge pull request #7784 from nextcloud/rakekniven-patch-1Joas Schilling
l10n: Improved grammar
2022-08-22l10n: Remove spaceValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-22l10n: Change to a capital letterValdnet
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2022-08-20l10n: Improved grammarrakekniven-patch-1rakekniven
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
2022-08-19Merge pull request #7776 from nextcloud/bugfix/7764/enable-image-editorJoas Schilling
Populate etag and permissions to active the image editor
2022-08-19Fix testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18Adjust importsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18Fix JS testsbugfix/7764/enable-image-editorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-18Populate etag and permissions to active the image editorJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-16Merge pull request #7740 from ↵Joas Schilling
nextcloud/fix-missing-tooltip-directive-in-devicechecker Fix missing tooltip directive in DeviceChecker
2022-08-16Merge pull request #7742 from ↵Joas Schilling
nextcloud/fix-remote-screenshares-not-shown-in-sidebar Fix remote screen shares not shown in sidebar
2022-08-16Merge pull request #7741 from ↵Joas Schilling
nextcloud/fix-missing-local-media-controls-in-public-share-sidebar Fix missing local media controls in public share sidebar
2022-08-16Fix missing tooltip directive in DeviceCheckerDaniel Calviño Sánchez
Although the directive was missing the tooltips were still shown in the normal Talk UI; the tooltips were missing only when Talk was embedded in other apps, like the Files app. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-16Merge pull request #7745 from nextcloud/fix/noid/settings-dialogJoas Schilling
Fix app settings dialog style
2022-08-16Merge pull request #7737 from ↵Marco
nextcloud/add-missing-aria-label-to-buttons-to-show-conversation-actions Add missing aria label to buttons to show conversation actions
2022-08-15Fix vue/no-reserved-component-namesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-15Fix importsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-14Fix app settings dialog stylefix/noid/settings-dialogRaimund Schlüßler
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
2022-08-13Fix remote screen shares not shown in sidebarfix-remote-screenshares-not-shown-in-sidebarDaniel Calviño Sánchez
When the call view is shown in the sidebar there is no button to share the screen. However, other participants can nevertheless open the call from the main Talk UI and share their screen there, so remote screen shares should be shown even if local ones can not be started. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-13Fix missing local media controls in public share sidebarfix-missing-local-media-controls-in-public-share-sidebarDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-13Fix icon size type in Matterbridge logDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-13Fix icon size type in contacts selection bubbleDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-13Add missing aria label to buttons to show conversation actionsadd-missing-aria-label-to-buttons-to-show-conversation-actionsDaniel Calviño Sánchez
The default aria label for actions is "Actions", but the default value is overriden to an empty string when used in a list item, so it needs to be explicitly set. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-12Rename Button into ButtonVueMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>