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-09-01Fix importJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Fix missing placeholderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Fix .focus is not a functionMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-01Remove unused cssMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-01Fix layoutMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-01Remove unused componentsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-01Fix lintMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-09-01Move LeftSidebar components to new vue componentsCarl Schwan
- Use NcTextField for the search - Use NcCheckBoxRadioSwitch for the NewGroupConversation component Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-09-01Fix voted guests handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Merge pull request #7822 from nextcloud/enh/referencesJoas Schilling
Implement link previews
2022-08-31Merge pull request #7237 from ↵Joas Schilling
nextcloud/disconnect-received-videos-by-toggling-the-video-directly-in-janus Disconnect received videos by toggling the video directly in Janus
2022-08-31Fix eslintJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Move to @nextcloud/vue-richtextJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-31ReferencesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-31Merge pull request #7820 from nextcloud/feature/7795/display-poll-votersJoas Schilling
Show voters details in polls
2022-08-31Move the margin to the avatar button so the text alone is correclty left alignedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Align the wordingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Make sure the buttons without templates also have marginJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Filter details in a methodMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-31Display popover on clickMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-31Disconnect received videos by toggling the video directly in JanusDaniel Calviño Sánchez
Originally the HPB required a renegotiation to block the received videos. However, besides the standard WebRTC way, Janus also supports directly toggling on and off the video without any renegotiation. This is now exposed by the signaling server through the "selectStream" message, so the video is now blocked using that approach instead. The previous code to block the video using a renegotiation is still kept, though, as it could be used without HPB once all the clients support renegotiations. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-08-31Filter votersMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-31Style avatarsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-31Center the buttonsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Add some padding between the template options and the other parts of the formJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Shamelessly copy the good work of Skjnldsv from the files appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Fix select/focus of the text inputJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Keep the sidebar visibleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Remove unused methodJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Move to NcTextFieldJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Make sure the file was created and open the viewer in placeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Create in the Talk folderJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Fix rendering mimetype iconsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Load the template list from the files appJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Improve error handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Fix labelsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Move all icons to material designJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Open text documentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31Add file creation dialogMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31Add InputVue componentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31Add service and ability to create and share a text fileMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31Add button to the attachments menuMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-31Improve wording of attachments menuMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2022-08-30Wrap avatars into a popoverfeature/7795/display-poll-votersMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-29Create PollVOtersDetails componentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Do not display results summary if poll is publicMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Don't allow to close poll multiple timesMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Immediately update poll if closedMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Fix buttonsMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
2022-08-26Display poll result button in system messageMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>