Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-24Clean up unused Karma configChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-03-12Remove Babel and add ES6 polyfills for PhantomJSChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-12-18Try to migrate away from global js dependenciesChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-11-14Merge pull request #612 from nextcloud/enhancement/js-dev-sourcemapChristoph Wurst
Add proper sourcemap support, esp. for unit test failures
2017-11-13Add proper sourcemap support, esp. for unit test failuresChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-11-13Fix js tests by excluding build artefactsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-11-06Fix js tests executionChristoph Wurst
Due to the new split webpack config, the app was started (again) which has been fixed in a previous PR but due to re-ordering of webpack config properties, this seems to have come back. Not js unit tests can be executed successfully again. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-30Separate webpack configsSteffen Lindner
2017-10-16Fix js test executionChristoph Wurst
The app must not be started, otherwise random stuff breaks as timers, http requests and DOM manipulation is done in the background. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-08-27WIP Move to Webpack3 (#468)Steffen Lindner
* Add init webpack config * Replace text! with raw-loader! * Add ignore for build.js and remove build.js * Ship build.js to browser, include shim modules * Add handlebars loader * Remove vendor dir, remove bower * Add source-map * Make karma work with webpack, more or less Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Properly load hb templates by webpack Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Remove debug logging * Use modules for view helpers and properly declare dependencies Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Fix jquery.autosize Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Declare global functions Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Always install dev deps Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-04-25Sync single and unified mailboxes efficientlyChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-09-20Merge pull request #82 from nextcloud/enable-coverallsSteffen Lindner
enable coveralls coverage reports
2016-09-20enable coveralls coverage reportsChristoph Wurst
2016-09-19add unit tests for AccountService::createAccountChristoph Wurst
2016-09-19print text summary of js test coverageChristoph Wurst
2016-09-19Mock dir is goneSteffen Lindner
2016-09-17Update karma stuffSteffen Lindner
2016-07-06sync karma require config with runtime require configChristoph Wurst
2015-09-05use own jquery for unit tests because oc7/oc8 path differsChristoph Wurst
2015-09-02Add jasmine view testsSteffen Lindner
2015-09-01add sample js unit testsChristoph Wurst
2015-09-01add jasmine/karma for js unit testingChristoph Wurst