summaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Bump @nextcloud/vue from 7.7.0 to 7.8.0Arthur Schiwon2023-03-021-1/+1
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(deps): Bump autosize from 5.0.1 to 6.0.1dependabot[bot]2023-03-021-1/+1
| | | | | | | | | | | | | | | | | Bumps [autosize](https://github.com/jackmoore/autosize) from 5.0.1 to 6.0.1. - [Release notes](https://github.com/jackmoore/autosize/releases) - [Changelog](https://github.com/jackmoore/autosize/blob/master/changelog.md) - [Commits](https://github.com/jackmoore/autosize/compare/5.0.1...6.0.1) --- updated-dependencies: - dependency-name: autosize dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Remove extraneous Node.js core module dependenciesChristopher Ng2023-02-231-2/+0
| | | | | | - buffer and stream-browserify are already provided by node-polyfill-webpack-plugin Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/vue from 7.5.0 to 7.7.0Christopher Ng2023-02-231-1/+2
| | | | | | - Add node-polyfill-webpack-plugin to polyfill Node.js core modules Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Deprecate OC.L10N functions in favor of translation functions from ↵Ferdinand Thiessen2023-02-201-1/+1
| | | | | | `@nextcloud/l10n` Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
* Bump @nextcloud/password-confirmation from 4.0.3 to 4.0.4Christopher Ng2023-02-151-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Drop vue-clipboard2 to fix copy to clipboardChristopher Ng2023-02-011-1/+0
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remove bootstrap dependencyJoas Schilling2023-01-301-1/+0
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Bump @nextcloud/vue to v7.5.0Christopher Ng2023-01-231-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(files): Quota in navigationJohn Molakvoæ2023-01-171-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/vue, @nextcloud/l10n and @nextcloud/calendar-availability-vueChristopher Ng2023-01-121-5/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/logger to 2.5.0Christopher Ng2023-01-111-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Compress SASS outputChristopher Ng2023-01-111-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Bump @nextcloud/vue from 7.2.0 to 7.3.0Vincent Petry2023-01-051-1/+1
| | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Remove jstz usage from serverThomas Citharel2023-01-041-1/+0
| | | | | | | | | | | | Every proper browser has this kind of data now, with more up-to-date data than what's inside this package, which hasn't been updated in 3 years. https://github.com/pellepim/jstimezonedetect/issues/6 https://github.com/pellepim/jstimezonedetect/issues/9 Signed-off-by: Thomas Citharel <tcit@tcit.fr> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): Settings & cypress fixesJohn Molakvoæ2023-01-041-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Add component testingJohn Molakvoæ2023-01-041-7/+9
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port settings to ModalJohn Molakvoæ2023-01-041-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Port Files navigation to vueJohn Molakvoæ2023-01-041-4/+6
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Merge pull request #35718 from ↵Vincent Petry2022-12-161-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-5.16.5 Bump @testing-library/jest-dom from 5.16.4 to 5.16.5
| * Bump @testing-library/jest-dom from 5.16.4 to 5.16.5dependabot[bot]2022-12-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.16.4 to 5.16.5. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.4...v5.16.5) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump @nextcloud/vue to 7.2.0Christopher Ng2022-12-151-1/+1
|/ | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35700 from ↵John Molakvoæ2022-12-091-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.3 Bump handlebars-loader from 1.7.2 to 1.7.3
| * Bump handlebars-loader from 1.7.2 to 1.7.3dependabot[bot]2022-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/pcardune/handlebars-loader/releases) - [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: handlebars-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #35695 from ↵dependabot[bot]2022-12-091-1/+1
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/karma-spec-reporter-0.0.35
| * | Bump karma-spec-reporter from 0.0.34 to 0.0.35dependabot[bot]2022-12-091-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [karma-spec-reporter](https://github.com/tmcgee123/karma-spec-reporter) from 0.0.34 to 0.0.35. - [Release notes](https://github.com/tmcgee123/karma-spec-reporter/releases) - [Commits](https://github.com/tmcgee123/karma-spec-reporter/compare/v0.0.34...v0.0.35) --- updated-dependencies: - dependency-name: karma-spec-reporter dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* / Bump jsdoc from 3.6.10 to 4.0.0dependabot[bot]2022-12-091-1/+1
|/ | | | | | | | | | | | | | | Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.10 to 4.0.0. - [Release notes](https://github.com/jsdoc/jsdoc/releases) - [Changelog](https://github.com/jsdoc/jsdoc/blob/main/CHANGES.md) - [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.10...4.0.0) --- updated-dependencies: - dependency-name: jsdoc dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump @vue/test-utils from 1.3.0 to 1.3.3dependabot[bot]2022-12-091-1/+1
| | | | | | | | | | | | | | Bumps [@vue/test-utils](https://github.com/vuejs/test-utils) from 1.3.0 to 1.3.3. - [Release notes](https://github.com/vuejs/test-utils/releases) - [Commits](https://github.com/vuejs/test-utils/commits) --- updated-dependencies: - dependency-name: "@vue/test-utils" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #34879 from ↵MichaIng2022-12-071-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/event-bus-3.0.2 Bump @nextcloud/event-bus from 2.1.1 to 3.0.2
| * Bump @nextcloud/event-bus from 2.1.1 to 3.0.2dependabot[bot]2022-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/event-bus](https://github.com/nextcloud/nextcloud-event-bus) from 2.1.1 to 3.0.2. - [Release notes](https://github.com/nextcloud/nextcloud-event-bus/releases) - [Changelog](https://github.com/nextcloud/nextcloud-event-bus/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-event-bus/compare/v2.1.1...v3.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/event-bus" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35622 from nextcloud/feat/auto-build-icons-sass-on-buildJohn Molakvoæ2022-12-071-0/+1
|\ \ | |/ |/| Automatically build sass and sass:icons after build
| * Automatically build sass and sass:icons after buildJohn Molakvoæ2022-12-061-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Bump clipboard from 2.0.10 to 2.0.11dependabot[bot]2022-12-061-1/+1
|/ | | | | | | | | | | | | | | | Bumps [clipboard](https://github.com/zenorocha/clipboard.js) from 2.0.10 to 2.0.11. - [Release notes](https://github.com/zenorocha/clipboard.js/releases) - [Commits](https://github.com/zenorocha/clipboard.js/compare/v2.0.10...v2.0.11) --- updated-dependencies: - dependency-name: clipboard dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Bump sass from 1.52.1 to 1.56.1dependabot[bot]2022-12-051-1/+1
| | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.52.1 to 1.56.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.52.1...1.56.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35119 from ↵MichaIng2022-12-041-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/sass-loader-13.2.0 bump sass-loader from 12.6.0 to 13.2.0
| * bump sass-loader from 12.6.0 to 13.2.0dependabot[bot]2022-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | --- updated-dependencies: - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump @nextcloud/vue to 7.1.0Christopher Ng2022-12-021-1/+1
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Faster theming tests, better colours comparison and properly follow admin ↵John Molakvoæ2022-11-301-0/+1
| | | | | | | | | | | | theming changes Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Extract colour from custom backgroundJohn Molakvoæ2022-11-291-1/+19
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Use svg iconsLouis Chemineau2022-11-281-0/+2
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #35407 from Jerome-Herbinet/patch-12Simon L2022-11-241-1/+1
|\ \ | | | | | | More appropriate wording for background selection
| * | npm run buildJérôme Herbinet2022-11-241-1/+1
| | | | | | | | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
* | | update vue to v7.1.0-beta.2root2022-11-241-1/+1
|/ / | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Drop deprecated node-sassChristoph Wurst2022-11-171-1/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Bump @nextcloud/vue to 7.1.0-beta0John Molakvoæ2022-11-151-2/+2
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Bump @nextcloud/l10n from 1.4.1 to 1.6.0dependabot[bot]2022-11-071-1/+1
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.4.1 to 1.6.0. - [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.4.1...v1.6.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #34986 from ↵Pytal2022-11-071-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/handlebars-loader-1.7.2 Bump handlebars-loader from 1.7.1 to 1.7.2
| * Bump handlebars-loader from 1.7.1 to 1.7.2dependabot[bot]2022-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars-loader](https://github.com/pcardune/handlebars-loader) from 1.7.1 to 1.7.2. - [Release notes](https://github.com/pcardune/handlebars-loader/releases) - [Changelog](https://github.com/pcardune/handlebars-loader/blob/main/CHANGELOG.md) - [Commits](https://github.com/pcardune/handlebars-loader/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: handlebars-loader dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump nextcloud-vue-collections from 0.9.0 to 0.10.0dependabot[bot]2022-11-041-1/+1
|/ | | | | | | | | | | | | | | | Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: nextcloud-vue-collections dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Update @nextcloud/dialogs@ and fix toasts stylingJohn Molakvoæ2022-11-021-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>