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-10Add headline to conversation list for screenreadersbugfix/7103/add-conversation-list-headlineJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10Merge pull request #7702 from nextcloud/bugfix/noid/fix-jest-errorsJoas Schilling
Fix missing required prop in tests
2022-08-10Merge pull request #7694 from ↵Daniel Calviño Sánchez
nextcloud/bugfix/noid/move-public-share-sidebar-to-vue-button Move public share sidebar to vue button
2022-08-10Merge pull request #7696 from nextcloud/bugfix/noid/fix-matterbridge-buttonsMarco
Move matterbridge buttons to Vue
2022-08-10Merge pull request #7697 from nextcloud/bugfix/noid/fix-permission-buttonMarco
Move permission button to Vue
2022-08-10Merge pull request #7698 from ↵Marco
nextcloud/bugfix/noid/move-participant-removal-button-to-vue Move "Remove participant" button to Vue
2022-08-10Merge pull request #7699 from nextcloud/bugfix/noid/move-copy-link-to-vueMarco
Move "Copy link" of empty call screen to Vue
2022-08-10Fix missing required prop in testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10Fix button height interference from server rulesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10Move "Copy link" of empty call screen to VueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10Move "Remove participant" button to VueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10Move permission button to VueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10Move matterbridge buttons to VueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10Move WebServer setup check to Vue buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-10Move public share sidebar to vue buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-09Merge pull request #7452 from nextcloud/bugfix/7219/messagebuttonbar-overlapJoas Schilling
Fix messagebuttonsbar position for last read messages
2022-08-09Merge pull request #7688 from ↵Marco
nextcloud/bugfix/noid/move-settings-to-vue-components Move conversation settings to vue components
2022-08-09Move conversation settings to vue componentsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-09Fix anchors in conversation settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-08Merge pull request #7666 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-invalid-attributes-on-file-preview-component Fix invalid attributes on file preview component
2022-08-05Merge pull request #7676 from ↵Joas Schilling
nextcloud/bugfix/noid/move-call-buttons-to-vue-buttons Move call buttons to vue buttons
2022-08-05Remove next function callMarco Ambrosini
the next() function is not available in the afterEach router guard https://router.vuejs.org/guide/advaiced/navigation-guards.html#global-after-hooks Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-04Move call buttons to vue buttonsbugfix/noid/move-call-buttons-to-vue-buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-02Fix messagebuttonsbar position for last read messagesbugfix/7219/messagebuttonbar-overlapMarco Ambrosini
If the MessageButtonsBar belongs to the last read message, we need to raise it to compensate for the shift in position brought by the last read marker that's added to the message component. Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-02Move component to correct subfolderbugfix/noid/fix-invalid-attributes-on-file-preview-componentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-02Fix invalid attributes on FilePreview componentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-28Change the page title only after the route changedbugfix/6211/change-page-title-after-the-route-changedJoas Schilling
This is an attempt to fix the problem that multiple links are suggested by the browser when searching for a room by the name. The assumption is that while the URL is being changed the page title is recorded but we currently change the title to the new name already. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-28Merge pull request #7602 from nextcloud/bugfix/7566/div-not-allowed-inside-ulJoas Schilling
Fix HTML validation DIV not allowed inside UL
2022-07-26Bring back proper padding around the elementsbugfix/7566/div-not-allowed-inside-ulMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-07-26Merge pull request #7652 from ↵Joas Schilling
nextcloud/bugfix/noid/remove-unavailable-placeholder Fix HTML validations in admin settings
2022-07-26Merge pull request #7641 from ↵Joas Schilling
nextcloud/followup/7598/fix-forwarding-menu-container Fix forwarding the menu-container for avatars
2022-07-26Move to vue-frag to get rid of invalid attribute fragmentJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-26Fix HTML validations with MultiselectJoas Schilling
* Error: Bad value for attribute name on element input: Must not be empty. * Error: No p element in scope but a p end tag seen. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-26Error: Attribute placeholder not allowed on element select at this point.Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-26Merge pull request #7643 from ↵Joas Schilling
nextcloud/bugfix/noid/fix-checkboxes-in-general-admin-settings Fix checkboxes in general admin settings
2022-07-26Merge pull request #7650 from nextcloud/bugfix/noid/move-SIP-to-vue-buttonsJoas Schilling
Move SIP bridge settings to Vue button
2022-07-26Merge pull request #7649 from ↵Joas Schilling
nextcloud/bugfix/noid/move-hosted-signaling-server-to-vue-button Move Hosted signaling server to Vue button
2022-07-26Merge pull request #7646 from ↵Joas Schilling
nextcloud/bugfix/noid/move-stun-and-turn-to-vue-buttons Move TURN and STUN to Vue components
2022-07-26Move SIP bridge settings to Vue buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-26Move Hosted signaling server to Vue buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-26Move TURN and STUN to Vue componentsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-25Move Matterbridge install to vue buttonbugfix/noid/move-matterbridge-install-to-vue-buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-25Fix checkboxes in general admin settingsbugfix/noid/fix-checkboxes-in-general-admin-settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-25Fix forwarding the menu-container for avatarsfollowup/7598/fix-forwarding-menu-containerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-25Fix video verification layoutJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-23Update my emailMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-07-21Merge pull request #7615 from nextcloud/bugfix/noid/fix-invalid-settings-idsMarco
Fix invalid setting sections IDs
2022-07-19Add role to topbar linkbugfix/7522/fix-topbar-link-roleMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-07-18Fix invalid setting sections IDsbugfix/noid/fix-invalid-settings-idsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-18Fix keyboard navigation in the settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>