summaryrefslogtreecommitdiffstats
path: root/settings/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Move settings to main webpackRoeland Jago Douma2019-02-201-49/+0
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move settings to NODE_ENVRoeland Jago Douma2019-02-181-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Adjust Apps and User settings to new Vue componentsChristoph Wurst2019-02-141-4/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump nextcloud-vue from 0.5.0 to 0.6.0 in /settingsdependabot[bot]2019-02-141-1/+1
| | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/vue-components) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/nextcloud/vue-components/releases) - [Commits](https://github.com/nextcloud/vue-components/compare/v0.5.0...v0.6.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump webpack from 4.29.1 to 4.29.3 in /settingsdependabot[bot]2019-02-091-1/+1
| | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.1 to 4.29.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.1...v4.29.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump webpack from 4.29.0 to 4.29.1 in /settingsdependabot[bot]2019-02-051-1/+1
| | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.0 to 4.29.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.0...v4.29.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump webpack-cli from 3.2.1 to 3.2.3 in /settingsdependabot[bot]2019-02-051-1/+1
| | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.2.1 to 3.2.3. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump vue-loader from 15.6.0 to 15.6.2 in /settingsdependabot[bot]2019-01-281-1/+1
| | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.6.0 to 15.6.2. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix vue settings checks and filenamesJohn Molakvoæ (skjnldsv)2019-01-251-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Merge pull request #13679 from ↵Roeland Jago Douma2019-01-221-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/dompurify-1.0.9 Bump dompurify from 1.0.8 to 1.0.9 in /settings
| * Bump dompurify from 1.0.8 to 1.0.9 in /settingsdependabot[bot]2019-01-221-1/+1
| | | | | | | | | | | | | | | | | | Bumps [dompurify](https://github.com/cure53/DOMPurify) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](https://github.com/cure53/DOMPurify/compare/1.0.8...1.0.9) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump vuex from 3.0.1 to 3.1.0 in /settingsdependabot[bot]2019-01-211-1/+1
|/ | | | | | | | | Bumps [vuex](https://github.com/vuejs/vuex) from 3.0.1 to 3.1.0. - [Release notes](https://github.com/vuejs/vuex/releases) - [Commits](https://github.com/vuejs/vuex/compare/v3.0.1...v3.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Bump nextcloud-vue from 0.4.6 to 0.5.0 in /settingsdependabot[bot]2019-01-131-1/+1
| | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.4.6 to 0.5.0. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.4.6...v0.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump js deps of settingsRoeland Jago Douma2019-01-121-5/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle dompurify in settings as wellRoeland Jago Douma2019-01-101-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bundle the 'marked' libraryChristoph Wurst2019-01-101-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #13200 from nextcloud/ie11-compatibility-settingsChristoph Wurst2019-01-071-1/+0
|\ | | | | Cleanup of IE11 compatibility for users & apps management
| * Merge branch 'master' of https://github.com/nextcloud/server into ↵John Molakvoæ (skjnldsv)2019-01-031-4/+4
| |\ | | | | | | | | | ie11-compatibility-settings
| * | IE11 compatibility for users & apps managementJohn Molakvoæ (skjnldsv)2018-12-211-1/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #13390 from ↵Roeland Jago Douma2019-01-061-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-merge-4.2.1 Bump webpack-merge from 4.1.5 to 4.2.1 in /settings
| * | | Bump webpack-merge from 4.1.5 to 4.2.1 in /settingsdependabot[bot]2019-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.5 to 4.2.1. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/compare/v4.1.5...v4.2.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | Bump vue-loader from 15.4.2 to 15.5.0 in /settingsdependabot[bot]2019-01-061-1/+1
|/ / / | | | | | | | | | | | | | | | | | | | | | Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.4.2 to 15.5.0. - [Release notes](https://github.com/vuejs/vue-loader/releases) - [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-loader/commits/v15.5.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #13341 from ↵Roeland Jago Douma2019-01-041-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-cli-3.2.0 Bump webpack-cli from 3.1.2 to 3.2.0 in /settings
| * | | Bump webpack-cli from 3.1.2 to 3.2.0 in /settingsdependabot[bot]2019-01-041-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / | Bump babel-loader from 8.0.4 to 8.0.5 in /settingsdependabot[bot]2019-01-041-1/+1
|/ / | | | | | | | | | | | | | | Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel-loader/compare/v8.0.4...v8.0.5) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Bump webpack from 4.28.2 to 4.28.3 in /settingsdependabot[bot]2019-01-031-1/+1
| | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.2 to 4.28.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.2...v4.28.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Bump css-loader from 2.0.2 to 2.1.0 in /settingsdependabot[bot]2019-01-021-1/+1
| | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.2...v2.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13244 from ↵Roeland Jago Douma2018-12-241-1/+1
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/css-loader-2.0.2 Bump css-loader from 2.0.1 to 2.0.2 in /settings
| * | Bump css-loader from 2.0.1 to 2.0.2 in /settingsdependabot[bot]2018-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.1...v2.0.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Bump webpack from 4.28.1 to 4.28.2 in /settingsdependabot[bot]2018-12-241-1/+1
|/ / | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.1 to 4.28.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.1...v4.28.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13198 from ↵Roeland Jago Douma2018-12-211-1/+1
|\ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/file-loader-3.0.1 Bump file-loader from 1.1.11 to 3.0.1 in /settings
| * | Bump file-loader from 1.1.11 to 3.0.1 in /settingsdependabot[bot]2018-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 1.1.11 to 3.0.1. - [Release notes](https://github.com/webpack-contrib/file-loader/releases) - [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/file-loader/compare/v1.1.11...v3.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | Merge pull request #13196 from ↵John Molakvoæ2018-12-211-1/+1
|\ \ \ | |/ / |/| | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/webpack-4.28.1 Bump webpack from 4.28.0 to 4.28.1 in /settings
| * | Bump webpack from 4.28.0 to 4.28.1 in /settingsdependabot[bot]2018-12-211-1/+1
| |/ | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.28.0 to 4.28.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.28.0...v4.28.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* / Bump @babel/preset-env from 7.2.0 to 7.2.3 in /settingsdependabot[bot]2018-12-211-1/+1
|/ | | | | | | | Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.2.0 to 7.2.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.2.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump webpack from 4.27.1 to 4.28.0 in /settingsdependabot[bot]2018-12-201-1/+1
| | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.27.1 to 4.28.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.27.1...v4.28.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Merge pull request #13108 from ↵John Molakvoæ2018-12-171-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/@babel/core-7.2.2 Bump @babel/core from 7.2.0 to 7.2.2 in /settings
| * Bump @babel/core from 7.2.0 to 7.2.2 in /settingsdependabot[bot]2018-12-171-1/+1
| | | | | | | | | | | | | | | | Bumps [@babel/core](https://github.com/babel/babel) from 7.2.0 to 7.2.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md) - [Commits](https://github.com/babel/babel/compare/v7.2.0...v7.2.2) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Bump css-loader from 2.0.0 to 2.0.1 in /settingsdependabot[bot]2018-12-171-1/+1
|/ | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.0.0...v2.0.1) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Merge remote-tracking branch ↵Christoph Wurst2018-12-121-1/+1
|\ | | | | | | | | | | 'origin/dependabot/npm_and_yarn/settings/vue-template-compiler-2.5.21' into dependabot/npm_and_yarn/settings/vue-2.5.21 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Bump vue-template-compiler from 2.5.20 to 2.5.21 in /settingsdependabot[bot]2018-12-121-1/+1
| | | | | | | | | | | | | | Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.5.20 to 2.5.21. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.20...v2.5.21) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Bump vue from 2.5.20 to 2.5.21 in /settingsdependabot[bot]2018-12-121-1/+1
|/ | | | | | | Bumps [vue](https://github.com/vuejs/vue) from 2.5.20 to 2.5.21. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.20...v2.5.21) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Update vue-template-compiler too & bumpJohn Molakvoæ (skjnldsv)2018-12-111-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump vue from 2.5.19 to 2.5.20 in /settingsdependabot[bot]2018-12-111-1/+1
| | | | | | | Bumps [vue](https://github.com/vuejs/vue) from 2.5.19 to 2.5.20. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.19...v2.5.20) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Update vue-template-compiler tooJohn Molakvoæ (skjnldsv)2018-12-101-2/+2
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Bump vue from 2.5.17 to 2.5.18 in /settingsdependabot[bot]2018-12-101-1/+1
| | | | | | | Bumps [vue](https://github.com/vuejs/vue) from 2.5.17 to 2.5.18. - [Release notes](https://github.com/vuejs/vue/releases) - [Commits](https://github.com/vuejs/vue/compare/v2.5.17...v2.5.18) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Bump webpack-merge from 4.1.4 to 4.1.5 in /settingsdependabot[bot]2018-12-101-1/+1
| | | | | | | | Bumps [webpack-merge](https://github.com/survivejs/webpack-merge) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/survivejs/webpack-merge/releases) - [Changelog](https://github.com/survivejs/webpack-merge/blob/master/CHANGELOG.md) - [Commits](https://github.com/survivejs/webpack-merge/commits) Signed-off-by: dependabot[bot] <support@dependabot.com>
* Merge pull request #12941 from ↵Roeland Jago Douma2018-12-091-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/settings/css-loader-2.0.0 Bump css-loader from 1.0.1 to 2.0.0 in /settings
| * Bump css-loader from 1.0.1 to 2.0.0 in /settingsdependabot[bot]2018-12-091-1/+1
| | | | | | | | | | | | | | | | Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 1.0.1 to 2.0.0. - [Release notes](https://github.com/webpack-contrib/css-loader/releases) - [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/css-loader/compare/v1.0.1...v2.0.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Bump node-sass from 4.10.0 to 4.11.0 in /settingsdependabot[bot]2018-12-091-1/+1
|/ | | | | | | | Bumps [node-sass](https://github.com/sass/node-sass) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/sass/node-sass/releases) - [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md) - [Commits](https://github.com/sass/node-sass/compare/v4.10.0...v4.11.0) Signed-off-by: dependabot[bot] <support@dependabot.com>