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
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-01Merge pull request #7834 from nextcloud/bugfix/noid/fix-voted-guests-handlingJoas Schilling
Fix voted guests handling
2022-09-01Merge pull request #7757 from nextcloud/techdebt/noid/vendor-binJoas Schilling
📦 Use vendor-bin and Mozart to separate dev from production dependencies
2022-09-01Use composer v2 to install the dependencies correctlyJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Adjust coding styleJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Add Mozart to avoid conflict with other JWT appsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Use vendor-bin to separate dev from production dependenciesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01Fix voted guests handlingJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-09-01[tx-robot] updated from transifexNextcloud bot
Signed-off-by: Nextcloud bot <bot@nextcloud.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-31Move @nextcloud/vue-richtext to actual dependenciesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-08-31Fix jest ignore listJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-08-31Adjust exclude listJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
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-31Merge pull request #7491 from ↵Joas Schilling
nextcloud/feature/#5330/create-text-document-within-conversation 🗒️ Create text document within conversation
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>