Daniel Calviño Sánchez
ab26e96300
Adjust code imported from Jitsi to Talk style
This includes both linter fixes as well as removing type declarations.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years ago
Joas Schilling
8288d49c7e
Fix stylelint errors
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Joas Schilling
5475685bb0
Add the projects sidebar
Signed-off-by: Joas Schilling <coding@schilljs.com>
6 years ago
Daniel Calviño Sánchez
dd19a43ccd
Remove JavaScript test configuration and dependencies
Currently there are no JavaScript unit tests, so the related stuff can
be removed and added later if/when needed.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years ago
Daniel Calviño Sánchez
06655d4a3e
Ignore only the bundled SimpleWebRTC file
The other files in "js/simplewebrtc" are actual source files, and thus
they should be linted.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years ago
Joas Schilling
4e8deb44dd
Adjust ignore files
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
807ae4732a
Ignore compiled assets
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
eda20e8e7a
Ignore all compiled JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
b2db37ff9e
Add an admin setting to restrict the app to groups
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Joas Schilling
747b92558a
Ignore compiled JS from eslint
Signed-off-by: Joas Schilling <coding@schilljs.com>
7 years ago
Daniel Calviño Sánchez
73a056f4ee
Ignore "templates.js" files when linting
The "templates.js" files are compiled by Handlebars from the source
templates, so there is no point in checking for problems like defined
but not used variables.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
7 years ago
Joachim Bauch
9c18c15d05
Add button to test TURN settings.
This implements #679 .
Signed-off-by: Joachim Bauch <bauch@struktur.de>
7 years ago
Joas Schilling
a1bde55bf5
Ignore the tests directory as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Christoph Wurst
108ca00c16
add karma/jasmine config for js unit testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
9 years ago
Lukas Reschke
c4643d7c5b
Ignore vendor folder
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
9 years ago
Joachim Bauch
0e0b2cb05d
Check JavaScript / CSS files for errors/style using Drone CI ( #42 ).
9 years ago