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-19Execute the test on CIfeature/noid/dashboard-apiJoas 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-02-09Bump composer dependenciesJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-10-18Ignore .vscode foldermarco
Signed-off-by: marco <marcoambrosini@pm.me>
2020-05-12Update the exclude listsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-05-12Add PHP CSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-28Fix warnings and errors with phpunit 8Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-09Create Message componentMarco Ambrosini
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
2019-07-05Start converting to readthedocsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-05-08Add back compiled JavaScript filesDaniel Calviño Sánchez
Otherwise acceptance tests fail when run in Drone, as the WebUI does not work before the JavaScript files are built and currently it is not possible to build them in the Docker container used for acceptance tests. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-08Merge pull request #1779 from ↵Joas Schilling
nextcloud/techdebt/noid/root-make-file-and-remove-compiled-assets Merge make files and remove compiled JS
2019-05-08Add "package-lock.json" to the versioned filesDaniel Calviño Sánchez
As stated in NPM documentation, the file is intended to be committed into source repositories; this ensures that everyone is using the same dependencies (as the semantic versioning of dependencies in "package.json" does not). Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-05-07Merge make files and remove compiled JSJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-08-28gitignore: Ignore 'package-lock.json'Leon Klingele
This file is installed by npm as of version 5 when running "npm install"
2017-08-07Start to write some integration testsJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-12-13Add make file for faster releasingv1.1Joas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-11-09Ignore the coverageJoas Schilling
Signed-off-by: Joas Schilling <coding@schilljs.com>
2016-10-18add karma/jasmine config for js unit testingChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>