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
2020-05-12Run cs:fixJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-26Combine the admin settings into one JS file so we watch less resourcesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-03-19Don't include sha1 anymoreJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-14Use CSS and JS from the server so the auth page is automatically fixedJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-01-09Fix invalid index on public call pagesChristoph Wurst
The `TemplateLayout` class only sets `user_uid` if the template is rendered for a user, error and guest, but not for public pages. Hence there should be a fallback for when the array index doesn't exist. Issue discovered by Sentry. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-01-02Fix design of firstrunwizard settings page sectionJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2019-11-13Use the same template for both casesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-09Create AdvancedInput componentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-10-09Create Message componentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-09-19Allow to limit "Start call" to users and moderatorsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-19Show "Wrong password" info when the conversation password was wrongJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-09Select2 is in the main dist fileRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-07Rename "call" to "conversation" in authenticate pageDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-03-27WIP: Add collections frontendJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-03-08Move signaling server settings to VueJSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-08Migrate TURN to VueJSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-08remove stun-server2 againJoas Schilling
2019-03-05Use InitialState for admin settingsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-01Add an admin setting to restrict the app to groupsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-02-25Extract initial state of view for a local participant in a callDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-02-25Remove unused elementDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-02-25Fix indentationDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-02-20Start with commandsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-30Merge pull request #1485 from ↵Joas Schilling
nextcloud/bugfix/noid/black-call-icons-in-dark-mode Fix icons for incall scene when dark mode is enabled
2019-01-29Fix icons for .incall scene when dark mode is enabledJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-01-29Reduce the number of loaded scriptsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-12-11Add full Handlebars libraryDaniel Calviño Sánchez
In Nextcloud 16 the Handlebars library shipped in the server is no longer the full Handlebars library, but a trimmed down version that does not support compiling Handlebars templates at runtime. Currently Talk still needs to compile Handlebars templates at runtime, so for the time being the full Handlebars library that was included before in the server is now included in Talk. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-06Extract view for media controlsDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-05Extract CSS styles for videosDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-05Extract view for the main empty content messageDaniel Calviño Sánchez
The main empty content message is kept in the templates generated by the server to be able to show something to the user while the rest of the UI is loading. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-05Merge methods to set empty content message when alone in the callDaniel Calviño Sánchez
The additional message with the URL of the room is now shown also for guests; the icon shown to guests is also fixed (now the link icon is shown instead of the contacts icon, which is the one used for group rooms). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-12-04Merge pull request #1327 from nextcloud/firefox-screensharing-optionsJoas Schilling
Fix wording and icons for screensharing options
2018-12-03Fix wording.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-12-03Create specific button to show your screen.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-12-03Change text and icon for screensharing options in Firefox.Ivan Sein
Signed-off-by: Ivan Sein <ivan@nextcloud.com>
2018-12-03Improve design of emptycontent viewJan-Christoph Borchardt
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
2018-11-29Add support for sharing fullscreen on Firefox.Joachim Bauch
Signed-off-by: Joachim Bauch <bauch@struktur.de>
2018-11-28Move "comments.scss" to "chatview.scss"Daniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-28Extract view for call buttonDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-28Move RichObjectStringParser into the views folderDaniel Calviño Sánchez
Although the RichObjectStringParser is not a view as such its functionality is closedly tied to views, so the views folder is a better place to live in. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-28Move ChatView to precompiled Handlebars templatesDaniel Calviño Sánchez
In Nextcloud 15 the default Content Security Policy disallows unsafe eval expressions, so Handlebars templates can no longer be compiled at runtime. For the time being that default Content Security Policy was lifted for Talk so "Handlebars.compile" could still be used. However, this only applies to Talk itself; when using Talk components in other apps they must abide to the Content Security Policy of those apps. As ChatView is going to be used in the Files app it has been moved to precompiled Handlebars templates (which are still compatible with the regular Talk UI). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-11-20Use VirtualList for the message list in the chat viewDaniel Calviño Sánchez
The virtual list requires that its internal wrappers use an absolute position. Due to that absolute position the padding of the container does not affect the wrappers, so the desired padding must be applied through its left and right position. As the virtual list keeps only a subset of its elements in the DOM the ":first-child" pseudo-selector no longer refers to the actual first child element, but to the first one currently in the DOM; it would be necessary to apply the CSS rules using a specific CSS class set only in the desired element. However, as the first comment always includes the date separator, which already has a top margin, the top padding is not really needed in the first comment, so it was simply removed. Moving the message list between the main view and the sidebar changes its size, and thus it is necessary to reload the virtual list; when the virtual list is reloaded it is ensured that the last visible element will still be visible after the reload, so the chat view no longer needs to explicitly handle that. In a similar way, the message list also needs to be reloaded when the window is resized, or when the chat view is in the main view and the sidebar is opened or closed, as those actions change the size of the main view. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-10-16Move admin templates to compiled handlebarsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-10-04Display the participant panel for guestsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-09-21Merge pull request #1177 from nextcloud/test-turn-settingsJoas Schilling
Add button to test TURN settings.
2018-09-05Add button to test TURN settings.Joachim Bauch
This implements #679. Signed-off-by: Joachim Bauch <bauch@struktur.de>
2018-08-18Change <h3> to <h2> in admin-settingsMarius Blüm
Signed-off-by: Marius Blüm <marius@lineone.io>
2018-08-02Merge pull request #1094 from nextcloud/settings-ui-enhancementsJoas Schilling
Settings UI enhancements
2018-08-02Make shared secret translatable againJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2018-08-01Move shared secret description above input fieldJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>