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-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>
2022-07-18Merge pull request #7601 from ↵Joas Schilling
nextcloud/bugfix/7566/fix-invalid-attribute-icon-on-button Remove invalid attribute icon from button
2022-07-15Remove unknown attribute menu-alignbugfix/7566/unknown-property-menu-alignJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15Remove invalid attribute icon from buttonbugfix/7566/fix-invalid-attribute-icon-on-buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-15Fix HTML validation of material design iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14Correctly forward avatar containerJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-14Remove invalid role and tabindexJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Since v5.0.0 of the lib, the property decorative has been removed.bugfix/noid/html-validation-vue-material-design-iconsJoas Schilling
This means the "decorative" is added to the span element, causing the HTML validation to fail: > Attribute decorative not allowed on element span at this point. Upstream commit https://github.com/robcresswell/vue-material-design-icons/commit/c65d8ea786ea49210193cb3129c12a68ed6c0baf > This patch also removes the default title, encouraging better > accessibility by removing unhelpful titles that dont indicate usage. The > `decorative` prop has been removed and any icons that do not have a > meaningful title will be hidden from screen readers. Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Fix custom SVGs to match the new lib versionJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Merge pull request #7133 from ↵Marco
nextcloud/dependabot/npm_and_yarn/nextcloud/vue-5.3.1 Bump @nextcloud/vue from 5.3.0 to 5.3.1
2022-07-13Fix modal height and scrollingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Replace conversation settings iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Fix buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-13Fix position of "Scroll to bottom" buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move settings-admin.scss to vue filesbugfix/7373/move-admin-settings-scss-to-vue-filesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix eslintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Use material design icons for the sidebar tabsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix lobby iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move icon-text to material design iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix device settings iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Replace view icons with material design iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Fix broken Conversation settings icon in left sidebarJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove ConversationIcon overlaysJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Restore last topbar iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Force local media controls menu to be whiteJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Force the conversation settings icon white while being in a callJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move app navigation toggle handling to the app fileJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Remove remenants from call button iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Replace reply button icon with material designJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move critical delete action to material design iconJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-12Move app.scss into App.vueJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-11Focus input after closing quoteMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-07-11Merge pull request #7551 from nextcloud/followup/7549/syntax-fixJoas Schilling
Fix syntax
2022-07-11Merge pull request #7545 from ↵Marco
nextcloud/bugfix/7519/locations-not-visible-in-chat Fix locations not showing in chat due to missing height
2022-07-11Fix syntaxJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-11Merge pull request #7547 from ↵Marco
nextcloud/bugfix/7527/add-aria-label-to-close-quote-button Move to single button and add label to "Cancel quote" button
2022-07-11Merge pull request #7548 from ↵Marco
nextcloud/bugfix/7533/add-aria-labels-on-removing-input-buttons Add aria labels to "Remove input" buttons
2022-07-11Add more aria-labelsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-11Add aria-labels to voice message buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-11Add aria labels to "Remove input" buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-11Move to single button and add label to "Cancel quote" buttonJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-08Fix locations not showing in chat due to missing heightbugfix/7519/locations-not-visible-in-chatJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-05Add a warning when FPM is used with MPM_PREFORKbugfix/7499/fpm-prefork-warningJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-07-04Print peer ID in unidentifiable log messagesadjust-logs-during-callsDaniel Calviño Sánchez
Some log messages did not provide any way to identify which peer they refer to, so the peer ID is now printed in them. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>