aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42976 from ↵Ferdinand Thiessen2024-01-201-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/types/wait-on-5.3.4 chore(deps-dev): Bump @types/wait-on from 5.3.3 to 5.3.4
| * chore(deps-dev): Bump @types/wait-on from 5.3.3 to 5.3.4dependabot[bot]2024-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/wait-on](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/wait-on) from 5.3.3 to 5.3.4. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/wait-on) --- updated-dependencies: - dependency-name: "@types/wait-on" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | chore(deps): Update `@nextcloud/dialogs` to 5.1.0Ferdinand Thiessen2024-01-191-6/+6
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Update npm and node engines versionsnextcloud-command2024-01-161-1/+1
| | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* chore(deps): bump `@nextcloud/files` to `3.1.0`John Molakvoæ2024-01-111-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(package): bumped nc-calendar to 2.0.1Eduardo Morales2024-01-051-1/+1
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* Update Nc Vue to 8.4.0julia.kirschenheuter2024-01-021-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(deps-dev): Bump @testing-library/jest-dom from 6.1.4 to 6.1.5dependabot[bot]2023-12-231-1/+1
| | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.4 to 6.1.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/v6.1.4...v6.1.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>
* enh(settings): Refactor frontend for session and app token managementFerdinand Thiessen2023-12-211-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(UnifiedSearch): Keep the searchbar on top of the modalFerdinand Thiessen2023-12-181-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): Bump @vueuse/components from 10.5.0 to 10.7.0dependabot[bot]2023-12-171-1/+1
| | | | | | | | | | | | | | Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components) from 10.5.0 to 10.7.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v10.7.0/packages/components) --- updated-dependencies: - dependency-name: "@vueuse/components" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump @nextcloud/upload to 1.0.4John Molakvoæ2023-12-151-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(deps): Bump @nextcloud/upload from 1.0.2 to 1.0.3Grigorii K. Shartsev2023-12-111-1/+1
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* chore(deps-dev): Bump wait-on from 7.1.0 to 7.2.0dependabot[bot]2023-12-071-1/+1
| | | | | | | | | | | | | | Bumps [wait-on](https://github.com/jeffbski/wait-on) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/jeffbski/wait-on/releases) - [Commits](https://github.com/jeffbski/wait-on/compare/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: wait-on dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* fix: Update `@nextcloud/dialogs` to 5.0.3 fixing files copy moveFerdinand Thiessen2023-12-061-1/+1
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix(files): better upload error handlingJohn Molakvoæ2023-12-051-1/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore: Update `@nextcloud/vue` to 8.3.0Ferdinand Thiessen2023-12-011-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* update @nextcloud/uploader to 1.0.2root2023-11-291-1/+1
| | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* fix: Hidden password confirmation dialogChristopher Ng2023-11-281-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Empty files list when uid contains special charsChristopher Ng2023-11-271-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Bump @nextcloud/upload to 1.0.1Julius Härtl2023-11-201-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* chore: Bump @nextcloud/dialogs to v5.0.2Christopher Ng2023-11-171-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: Update `@nextcloud/vue` to 8.2.0Ferdinand Thiessen2023-11-171-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Bump @nextcloud/dialogs to v5.0.1Louis Chemineau2023-11-151-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore: Update `@nextcloud/vue`Ferdinand Thiessen2023-11-141-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #41389 from ↵Ferdinand Thiessen2023-11-121-1/+1
|\ | | | | | | | | nextcloud/dependabot/npm_and_yarn/vueuse/integrations-10.6.0 chore(deps): Bump @vueuse/integrations from 10.5.0 to 10.6.0
| * chore(deps): Bump @vueuse/integrations from 10.5.0 to 10.6.0dependabot[bot]2023-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations) from 10.5.0 to 10.6.0. - [Release notes](https://github.com/vueuse/vueuse/releases) - [Commits](https://github.com/vueuse/vueuse/commits/v10.6.0/packages/integrations) --- updated-dependencies: - dependency-name: "@vueuse/integrations" 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>
* | chore(deps): Bump regenerator-runtime from 0.13.11 to 0.14.0dependabot[bot]2023-11-121-1/+1
|/ | | | | | | | | | | | | | | | Bumps [regenerator-runtime](https://github.com/facebook/regenerator) from 0.13.11 to 0.14.0. - [Release notes](https://github.com/facebook/regenerator/releases) - [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.11...regenerator-runtime@0.14.0) --- updated-dependencies: - dependency-name: regenerator-runtime 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>
* chore: Update nextcloud dependencies to stable versionFerdinand Thiessen2023-11-091-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Update `calendar-availability-vue` to `^2.0.0`julia.kirschenheuter2023-11-091-1/+1
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* chore(files_reminders): upgrade to 28 APIsJohn Molakvoæ2023-11-081-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* chore(deps): Update `@nextcloud/vue`Ferdinand Thiessen2023-11-061-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): Bump marked from 9.0.3 to 9.1.5dependabot[bot]2023-11-051-1/+1
| | | | | | | | | | | | | | | Bumps [marked](https://github.com/markedjs/marked) from 9.0.3 to 9.1.5. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v9.0.3...v9.1.5) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump @nextcloud/moment from 1.2.1 to 1.2.2dependabot[bot]2023-11-051-1/+1
| | | | | | | | | | | | | | Bumps [@nextcloud/moment](https://github.com/nextcloud/nextcloud-moment) from 1.2.1 to 1.2.2. - [Changelog](https://github.com/nextcloud-libraries/nextcloud-moment/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-moment/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: "@nextcloud/moment" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump @nextcloud/upload from 1.0.0-beta.18 to 1.0.0-beta.19dependabot[bot]2023-11-041-1/+1
| | | | | | | | | | | | | | Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload) from 1.0.0-beta.18 to 1.0.0-beta.19. - [Release notes](https://github.com/skjnldsv/nextcloud-upload/releases) - [Commits](https://github.com/skjnldsv/nextcloud-upload/compare/v1.0.0-beta.18...v1.0.0-beta.19) --- updated-dependencies: - dependency-name: "@nextcloud/upload" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump focus-trap from 7.5.2 to 7.5.4dependabot[bot]2023-11-041-1/+1
| | | | | | | | | | | | | | | Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.5.2 to 7.5.4. - [Release notes](https://github.com/focus-trap/focus-trap/releases) - [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md) - [Commits](https://github.com/focus-trap/focus-trap/compare/v7.5.2...v7.5.4) --- updated-dependencies: - dependency-name: focus-trap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump pinia from 2.1.6 to 2.1.7dependabot[bot]2023-11-041-1/+1
| | | | | | | | | | | | | | Bumps [pinia](https://github.com/vuejs/pinia) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/vuejs/pinia/releases) - [Commits](https://github.com/vuejs/pinia/compare/pinia@2.1.6...pinia@2.1.7) --- updated-dependencies: - dependency-name: pinia dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): Bump vue and vue-template-compilerdependabot[bot]2023-11-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Bumps [vue](https://github.com/vuejs/core) and [vue-template-compiler](https://github.com/vuejs/vue). These dependencies needed to be updated together. Updates `vue` from 2.7.14 to 2.7.15 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits) Updates `vue-template-compiler` from 2.7.14 to 2.7.15 - [Release notes](https://github.com/vuejs/vue/releases) - [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue/compare/v2.7.14...v2.7.15) --- updated-dependencies: - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: vue-template-compiler dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps-dev): Bump cypress from 13.3.0 to 13.4.0dependabot[bot]2023-11-041-1/+1
| | | | | | | | | | | | | | | Bumps [cypress](https://github.com/cypress-io/cypress) from 13.3.0 to 13.4.0. - [Release notes](https://github.com/cypress-io/cypress/releases) - [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md) - [Commits](https://github.com/cypress-io/cypress/compare/v13.3.0...v13.4.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* fix(cypress): Add timeout for waiting on Nextcloud serverFerdinand Thiessen2023-11-031-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps-dev): Bump tar from 6.1.15 to 6.2.0dependabot[bot]2023-11-011-1/+1
| | | | | | | | | | | | | | | Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.15 to 6.2.0. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.0) --- updated-dependencies: - dependency-name: tar dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #40909 from ↵John Molakvoæ2023-11-011-1/+1
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/babel/preset-typescript-7.23.2
| * chore(deps-dev): Bump @babel/preset-typescript from 7.22.11 to 7.23.2dependabot[bot]2023-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.22.11 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-preset-typescript) --- updated-dependencies: - dependency-name: "@babel/preset-typescript" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #41166 from nextcloud/dependabot/npm_and_yarn/p-queue-7.4.1Ferdinand Thiessen2023-10-301-1/+1
|\ \ | | | | | | chore(deps): bump p-queue from 7.3.4 to 7.4.1
| * | chore(deps): bump p-queue from 7.3.4 to 7.4.1dependabot[bot]2023-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 7.3.4 to 7.4.1. - [Release notes](https://github.com/sindresorhus/p-queue/releases) - [Commits](https://github.com/sindresorhus/p-queue/compare/v7.3.4...v7.4.1) --- updated-dependencies: - dependency-name: p-queue 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 #41163 from ↵Ferdinand Thiessen2023-10-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.1.4 chore(deps-dev): bump @testing-library/jest-dom from 5.17.0 to 6.1.4
| * | | chore(deps-dev): bump @testing-library/jest-dom from 5.17.0 to 6.1.4dependabot[bot]2023-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.1.4. - [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.17.0...v6.1.4) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #41164 from ↵Ferdinand Thiessen2023-10-301-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-21.4.1 chore(deps-dev): bump puppeteer from 21.0.3 to 21.4.1
| * | | chore(deps-dev): bump puppeteer from 21.0.3 to 21.4.1dependabot[bot]2023-10-281-1/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 21.0.3 to 21.4.1. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v21.0.3...puppeteer-v21.4.1) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* / / chore(deps-dev): bump jest-environment-jsdom from 29.6.2 to 29.7.0dependabot[bot]2023-10-281-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.6.2 to 29.7.0. - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom) --- updated-dependencies: - dependency-name: jest-environment-jsdom dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>