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
2019-10-18Remove handlebar codeJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-01Use handlebar from node_modulesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-07Merge make files and remove compiled JSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-03-08Move signaling server settings to VueJSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-11-28Use the new NamespaceJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.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-21Extract compilation of Handlebars templates to its own scriptDaniel Calviño Sánchez
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>