aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #46487 from ↵dependabot[bot]2024-07-141-1/+1
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-22.13.0
| * build(deps-dev): bump puppeteer from 22.11.2 to 22.13.0dependabot[bot]2024-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 22.11.2 to 22.13.0. - [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-v22.11.2...puppeteer-v22.13.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #46489 from nextcloud/dependabot/npm_and_yarn/webpack-5.93.0dependabot[bot]2024-07-131-1/+1
|\ \
| * | build(deps-dev): bump webpack from 5.91.0 to 5.93.0dependabot[bot]2024-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to 5.93.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.93.0) --- updated-dependencies: - dependency-name: webpack 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 #46486 from ↵dependabot[bot]2024-07-131-1/+1
|\ \ \ | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/typescript-5.5.3
| * | | build(deps-dev): bump typescript from 5.4.5 to 5.5.3dependabot[bot]2024-07-131-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #46493 from nextcloud/dependabot/npm_and_yarn/cypress-13.13.0dependabot[bot]2024-07-131-1/+1
|\ \ \ | |_|/ |/| |
| * | build(deps-dev): bump cypress from 13.7.2 to 13.13.0dependabot[bot]2024-07-131-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cypress](https://github.com/cypress-io/cypress) from 13.7.2 to 13.13.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.7.2...v13.13.0) --- updated-dependencies: - dependency-name: cypress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* / build(deps-dev): bump workbox-webpack-plugin from 7.0.0 to 7.1.0dependabot[bot]2024-07-131-1/+1
|/ | | | | | | | | | | | | | | | Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/googlechrome/workbox/releases) - [Commits](https://github.com/googlechrome/workbox/compare/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: workbox-webpack-plugin 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>
* chore(deps): Update `@nextcloud/dialogs` to v5.3.5Ferdinand Thiessen2024-07-111-3/+3
| | | | | | Also align package.json with dependencies used. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Enable ESLint for apps and fix all errorsFerdinand Thiessen2024-07-091-11/+11
| | | | | | | | | Nevertheless this causes a huge amount of new warnings. Previously the shell script for directories to lint was wrong it was generating all app names to lint, but was missing the `apps/` prefix. Causing only `core` to be linted. Co-authored-by: Grigorii K. Shartsev <me@shgk.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* build(deps-dev): bump @nextcloud/cypressdependabot[bot]2024-07-061-1/+1
| | | | | | | | | | | | | | | | Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress) from 1.0.0-beta.7 to 1.0.0-beta.8. - [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases) - [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.7...v1.0.0-beta.8) --- updated-dependencies: - dependency-name: "@nextcloud/cypress" dependency-type: direct:development 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>
* chore(deps-dev): bump @nextcloud/stylelint-config from 2.4.0 to 3.0.1dependabot[bot]2024-07-061-1/+1
| | | | | | | | | | | | | | | Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config) from 2.4.0 to 3.0.1. - [Release notes](https://github.com/nextcloud/stylelint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.4.0...v3.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/stylelint-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump @nextcloud/l10n from 2.2.0 to 3.1.0dependabot[bot]2024-07-061-1/+1
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n) from 2.2.0 to 3.1.0. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v2.2.0...v3.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/l10n" 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 #46328 from ↵dependabot[bot]2024-07-061-1/+1
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.4.6
| * chore(deps-dev): bump @testing-library/jest-dom from 6.4.5 to 6.4.6dependabot[bot]2024-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.4.5 to 6.4.6. - [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.4.5...v6.4.6) --- 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>
* | chore(deps): bump libphonenumber-js from 1.10.60 to 1.11.4dependabot[bot]2024-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js) from 1.10.60 to 1.11.4. - [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.60...v1.11.4) --- updated-dependencies: - dependency-name: libphonenumber-js 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 @nextcloud/password-confirmation from 5.1.0 to 5.1.1dependabot[bot]2024-07-061-1/+1
|/ | | | | | | | | | | | | | | Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: "@nextcloud/password-confirmation" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump @nextcloud/calendar-availability-vuedependabot[bot]2024-07-041-1/+1
| | | | | | | | | | | | | | | | | Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" 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>
* chore(deps): Bump @nextcloud/vue to v8.14.0Hamza Mahjoubi2024-07-041-1/+1
| | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>
* chore(deps-dev): bump mime from 4.0.1 to 4.0.3dependabot[bot]2024-07-031-1/+1
| | | | | | | | | | | | | | | | Bumps [mime](https://github.com/broofa/mime) from 4.0.1 to 4.0.3. - [Changelog](https://github.com/broofa/mime/blob/v4.0.3/CHANGELOG.md) - [Commits](https://github.com/broofa/mime/compare/v4.0.1...v4.0.3) --- updated-dependencies: - dependency-name: mime dependency-type: direct:development 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>
* Merge pull request #45981 from nextcloud/artonge/update/nc_dialogs_v5.3.2Louis2024-07-021-1/+1
|\ | | | | fix(deps): Update `@nextcloud/dialogs` to 5.3.4 to fix picking current directory
| * fix(deps): Update `@nextcloud/dialogs` to 5.3.2 to fix picking current directoryLouis Chemineau2024-07-021-1/+1
| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #45970 from ↵John Molakvoæ2024-07-021-1/+1
|\ \ | |/ |/| | | nextcloud/dependabot/npm_and_yarn/multi-06a0b1b42d
| * chore(deps): bump ws, engine.io, socket.io-adapter and puppeteerdependabot[bot]2024-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ws](https://github.com/websockets/ws) to 8.17.1 and updates ancestor dependencies [ws](https://github.com/websockets/ws), [engine.io](https://github.com/socketio/engine.io), [socket.io-adapter](https://github.com/socketio/socket.io-adapter) and [puppeteer](https://github.com/puppeteer/puppeteer). These dependencies need to be updated together. Updates `ws` from 8.16.0 to 8.17.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) Updates `engine.io` from 6.5.4 to 6.5.5 - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/6.5.4...6.5.5) Updates `socket.io-adapter` from 2.5.4 to 2.5.5 - [Release notes](https://github.com/socketio/socket.io-adapter/releases) - [Changelog](https://github.com/socketio/socket.io-adapter/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io-adapter/compare/2.5.4...2.5.5) Updates `puppeteer` from 22.7.1 to 22.11.2 - [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-v22.7.1...puppeteer-v22.11.2) --- updated-dependencies: - dependency-name: ws dependency-type: indirect - dependency-name: engine.io dependency-type: indirect - dependency-name: socket.io-adapter dependency-type: indirect - dependency-name: puppeteer dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
* | fix: Allow to reset unified search using the ↵Ferdinand Thiessen2024-06-271-0/+1
| | | | | | | | | | | | `nextcloud:unified-search:reset` event Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(files): Allow uploading directoriesFerdinand Thiessen2024-06-241-5/+5
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore(deps-dev): bump @nextcloud/eslint-config from 8.3.0 to 8.4.1dependabot[bot]2024-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config) from 8.3.0 to 8.4.1. - [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases) - [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0...v8.4.1) --- updated-dependencies: - dependency-name: "@nextcloud/eslint-config" 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>
* | chore(deps): Update `debounce` to 2.1.0Ferdinand Thiessen2024-06-231-1/+1
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | refactor(files): Update `@nextcloud/files` to v3.5.0Ferdinand Thiessen2024-06-231-1/+1
| | | | | | | | | | | | * Removed now duplicated code Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Do not import from `axios` but only `@nextcloud/axios`Ferdinand Thiessen2024-06-201-4/+4
|/ | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): bump jquery-ui-dist from 1.13.2 to 1.13.3dependabot[bot]2024-06-171-1/+1
| | | | | | | | | | | | | | | | Bumps [jquery-ui-dist](https://github.com/jquery/jquery-ui) from 1.13.2 to 1.13.3. - [Release notes](https://github.com/jquery/jquery-ui/releases) - [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3) --- updated-dependencies: - dependency-name: jquery-ui-dist 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>
* chore: Fix package.jsonFerdinand Thiessen2024-06-161-1/+0
| | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Add webpack plugin to properly extract licenses used in compiled assetsFerdinand Thiessen2024-06-161-0/+2
| | | | | | This will create proper extracted license information for assets and stores it in `fist/file.js.license`. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): bump core-js from 3.37.0 to 3.37.1dependabot[bot]2024-06-151-1/+1
| | | | | | | | | | | | | | | | | Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.37.0 to 3.37.1. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/commits/v3.37.1/packages/core-js) --- updated-dependencies: - dependency-name: core-js 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>
* chore: Adjust post-build script to add license files for sourcemaps on buildFerdinand Thiessen2024-06-141-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Adjust babel module resolutionFerdinand Thiessen2024-06-111-0/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): bump @nextcloud/logger from 2.7.0 to 3.0.2dependabot[bot]2024-06-081-1/+1
| | | Dependabot couldn't find the original pull request head commit, 83d876402b0b31ce41268cbc5fb678cf7ad7c66b.
* Merge pull request #45718 from ↵John Molakvoæ2024-06-081-1/+1
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/cypress-split-1.24.0
| * chore(deps-dev): Bump cypress-split from 1.23.4 to 1.24.0dependabot[bot]2024-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.23.4 to 1.24.0. - [Release notes](https://github.com/bahmutov/cypress-split/releases) - [Commits](https://github.com/bahmutov/cypress-split/compare/v1.23.4...v1.24.0) --- updated-dependencies: - dependency-name: cypress-split dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #45267 from ↵dependabot[bot]2024-06-081-1/+1
|\ \ | | | | | | | | | nextcloud/dependabot/npm_and_yarn/simplewebauthn/types-10.0.0
| * | chore(deps-dev): bump @simplewebauthn/types from 9.0.1 to 10.0.0dependabot[bot]2024-06-081-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@simplewebauthn/types](https://github.com/MasterKale/SimpleWebAuthn/tree/HEAD/packages/types) from 9.0.1 to 10.0.0. - [Release notes](https://github.com/MasterKale/SimpleWebAuthn/releases) - [Changelog](https://github.com/MasterKale/SimpleWebAuthn/blob/master/CHANGELOG.md) - [Commits](https://github.com/MasterKale/SimpleWebAuthn/commits/v10.0.0/packages/types) --- updated-dependencies: - dependency-name: "@simplewebauthn/types" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* / chore(deps): bump @nextcloud/browserslist-config from 3.0.0 to 3.0.1dependabot[bot]2024-06-081-1/+1
|/ | | | | | | | | | | | | | Bumps [@nextcloud/browserslist-config](https://github.com/nextcloud/browserslist-config) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/nextcloud/browserslist-config/releases) - [Commits](https://github.com/nextcloud/browserslist-config/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/browserslist-config" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore: update `@nextcloud/files` to 3.4.1skjnldsv2024-06-071-1/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(settings): Support svg user row action iconsChristopher Ng2024-06-061-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore(deps-dev): Bump cypress-split from 1.23.0 to 1.23.4dependabot[bot]2024-06-011-1/+1
| | | | | | | | | | | | | | Bumps [cypress-split](https://github.com/bahmutov/cypress-split) from 1.23.0 to 1.23.4. - [Release notes](https://github.com/bahmutov/cypress-split/releases) - [Commits](https://github.com/bahmutov/cypress-split/compare/v1.23.0...v1.23.4) --- updated-dependencies: - dependency-name: cypress-split dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* fix(deps): Update `@nextcloud/event-bus` to version 3.3.1Ferdinand Thiessen2024-05-311-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: Update `@nextcloud/files` to 3.4.0 to fix public link sharesFerdinand Thiessen2024-05-311-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Implement `SortingService` to fix sorting of filesFerdinand Thiessen2024-05-271-1/+0
| | | | | | | The previously used library was parsing strings to try to detect dates, but for filenames it makes no sense to parse them as dates. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Drop `xml2js` dependency and use browser native DOMParserFerdinand Thiessen2024-05-171-2/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>