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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-10Transpile the nextcloud-vue-collection packageChristoph Wurst
It should support the same browsers as this component, but there seems to be a regression [1] that breaks the transpilation. Hence including the package here for the Babel transformation. [1] https://github.com/juliushaertl/nextcloud-vue-collections/issues/302 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-10-29Transpile also dependencies in node_modulesJohn Molakvoæ (skjnldsv)
Some of the dependencies in node_modules, such as "p-queue", are not ES5 compatible, so they need to be transpiled to work in older browsers like Internet Explorer 11. Besides not excluding the dependencies for babel-loader in "webpack.common.js" the global Babel configuration must be defined in "babel.config.js", as in Babel 7.X, when ".babelrc.js" is used, all the dependencies in "node_modules" are ignored (even if whitelisted in the configuration file itself). Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-29Add OCA.Files.SidebarJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-16Allow building single webpack modulesJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-07Do not follow symlinks with webpackJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-01Use eslintJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-09-28Move settings to an appChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
2019-07-10Make sure we merge webpack rules properlyJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-29Unify webpack configJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-05-09webpackify workflowengineArthur Schiwon
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-02-26Move comments to webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20Move twofactor_backupcodes to main webpack bundleRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-20Move settings to main webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19Move accessibility to main webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-19Merge pull request #14232 from nextcloud/enh/updatenoticiation_to_single_webpackMorris Jobke
Move updatenotifications to unified webpack
2019-02-18Move updatenotifications to unified webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-15Move files_sharing additionalscripts over to webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14Move systemtags to common webpackRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-14Move of files_versions to webpackRoeland Jago Douma
* Move CSS into bundle * Old merged.json no longer needed! * No need to load the style still Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13Move files_trashbin to webpackRoeland Jago Douma
Combine the 2 js files and the scss. This saves compiling the scss on the go. And going via Nextcloud storage to obtain it. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13Move oauth2 to global webpack configRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-02-13Move webpack config to rootRoeland Jago Douma
Then we can include all server repo webpack configs in 1 go Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>